Bug 1332046

Summary: Emacs won't open files from the command line
Product: [Fedora] Fedora Reporter: Kjartan Maraas <kmaraas>
Component: emacsAssignee: Jan Synacek <jsynacek>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jchaloup, jonathan.underwood, jsynacek, msekleta, phracek
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-05-03 15:14:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Kjartan Maraas 2016-05-01 18:08:52 UTC
Description of problem:

When I try to open a .po file to translate it emacs just opens a very smal empty window. And I have to resize it and open the file from the menubar to get it to load.
 

Version-Release number of selected component (if applicable):


How reproducible:

Every time.


Steps to Reproduce:
1. Open .po file
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Kjartan Maraas 2016-05-01 18:09:52 UTC
I meant small window of course.

Comment 2 Jan Synacek 2016-05-02 10:25:13 UTC
To reproduce this, it is enough to run 'emacs <file>' from the command line. The file *is* open, but you have to switch to its buffer because, for some reason, the splash screen stays as the current buffer. You can work around this by running emacs with '--no-splash' or adding '(setq inhibit-startup-screen t)' to your init file.

Note that the window size has nothing to do with this bug.

Comment 3 Jan Synacek 2016-05-02 10:35:09 UTC
Upstream report:
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23423

Comment 4 Jan Synacek 2016-05-03 11:36:01 UTC
(In reply to Jan Synacek from comment #2)
> Note that the window size has nothing to do with this bug.

And, of course, the window size is exactly what makes this bug appear... Anyway, the symptoms will be fixed in bug#1332451. The real problem, which is emacs trying to split the window, even though it is too small, and which I have attempted to describe in the upstream report, is a cosmetic issue and I'll leave that to upstream developers to decide if they want to fix it.