| Summary: | Emacs won't open files from the command line | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kjartan Maraas <kmaraas> |
| Component: | emacs | Assignee: | Jan Synacek <jsynacek> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | 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
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. |