标签栏模式带来编辑功能以进行抓取停止 [英] tabbar-mode brings editing to a crawling halt

查看:97
本文介绍了标签栏模式带来编辑功能以进行抓取停止的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我今天尝试使用Tabbar模式,2.0.1可以通过marmelade elpa存储库获得,2.0版从 dholms github repository 。当Tabbar模式被激活时,按键显着滞后(我会说> 1s)。



我使用emacs-24作为长时间运行的守护进程,用cedet, gnus,erc活跃,2-3个客户端显示〜7帧。操作系统是linux,windowmanager很棒。



你可以提供任何可能负责的提示,在哪里看?

解决方案

其实很简单; tabbar 在标签栏的左侧使用三个图标;扫视代码我注意到它渗透了透明度问题 - 提出了一个红旗。
设置

 (setq tabbar-use-images nil)
/ pre>

在激活 tabbar-mode 替换图标与文本 - 瞧,一切顺利。 p>

I today tried tabbar-mode, both version 2.0.1 obtainable via the marmelade elpa repository, and version 2.0 from dholms github repository. When tabbar-mode is activated, keystrokes are lagging noticably (I'd say >1s).

I'm using emacs-24 as long running daemon, with cedet, gnus, erc active, with 2-3 clients showing ~7 Frames. The OS is linux, the windowmanager awesome.

Can you provide any hints what might be responsible, where to look?

解决方案

It's actually pretty simple; tabbar uses three icons to the left of the tabbar; glancing over the code I noticed that it meddles with transparency issues -- that raised a red flag. Setting

(setq tabbar-use-images nil)

before activating tabbar-mode replaces the icons with text - voila, everything is smooth again.

这篇关于标签栏模式带来编辑功能以进行抓取停止的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆