简体   繁体   English

emacs24在启动时丢失窗口框架

[英]emacs24 losing window frame on startup

I just updated Fedora 18 on my Dell laptop. 我刚刚在戴尔笔记本电脑上更新了Fedora 18。

Now when I start emacs in X, it first appears normal, but once I mouse over the window, it suddenly loses all the window manager frame stuff, and this also loses the emacs echo area at the bottom. 现在,当我在X中启动emacs时,它首先看起来是正常的,但是一旦我将鼠标悬停在窗口上,它就会突然失去所有窗口管理器框架的内容,这也失去了底部的emacs回声区域。

Startup image: 启动图片:

在此处输入图片说明

After mouse over: 鼠标悬停后:

在此处输入图片说明

I can move around the window by clicking on the top area to the right of the "File Edit options..." menu area, but no resize or close or forward functionality. 我可以通过单击“文件编辑选项...”菜单区域右侧的顶部区域在窗口中移动,但是没有调整大小,关闭或转发功能。

When I do meta-anything, the echo area appears to be below what is displayed, so it is rather difficult to do much without this. 当我执行任何操作时,回声区域似乎位于所显示的区域之下,因此如果不这样做,很难做很多事情。

Nothing seems to bring back the window frame stuff. 似乎没有什么能带回窗框的东西。

I am running emacs 24.2.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.6.4) of 2013-07-14 on buildvm-05.phx2.fedoraproject.org KDE 4.10.5 我在buildvm-05.phx2.fedoraproject.org KDE 4.10.5上运行2013-07-14的emacs 24.2.1(x86_64-redhat-linux-gnu,GTK +版本3.6.4)

$ uname -a Linux my-machine 3.10.10-100.fc18.x86_64 #1 SMP Thu Aug 29 20:13:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux $ uname -a Linux我的机器3.10.10-100.fc18.x86_64#1 SMP 2013年8月29日星期四20:13:09 UTC 2013 x86_64 x86_64 x86_64 GNU / Linux

I assume you are starting Emacs with no init file, ie, emacs -Q , right? 我假设您正在启动的Emacs没有初始化文件,即emacs -Q ,对吗? If so, then this is a bug. 如果是这样,那么这是一个错误。 Please report it in that case: Mx report-emacs-bug . 在这种情况下,请报告: Mx report-emacs-bug

If you see the problem not with emacs -Q but only with your startup file, then find out which part of your init file introduces the problem. 如果您发现问题不是 emacs -Q而是启动文件,请找出init文件的哪一部分引起了问题。 To do that, bisect the file recursively (comment out 1/2, then 1/4, then 1/8,...). 为此,将文件递归平分(先注释掉1/2,然后是1/4,然后是1/8,...)。 You can use command comment-region to comment or (plain Cu ) uncomment large sections of the buffer. 您可以使用命令comment-region注释或(普通Cu )取消注释缓冲区的大部分。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM