Hide Forgot
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:
I meant small window of course.
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.
Upstream report: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23423
(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.