English 中文(简体)
招待会非常缓慢地造成缓冲
原标题:Emacs creates buffers very slowly

在我的机器上,Emacs公司在建立缓冲器时使用长篇档案:在开启档案或目录时,或者在开始<代码>M-x ll时。 暂停时间为10-15秒,确实是空洞的。

This problem seems to appear when I have about 150+ buffers open (most of them are files and directories on my machine; there are ~5 cmd-backed shell buffers; no remote files).

我有全球-无望,但问题依然存在,即便如此。

I have this thing, found somewhere on StackOverflow, in .emacs, but it doesn t help:

(setq w32-get-true-file-attributes nil)

我的环境: Emacs 23.2.1,Windows 7. 你们是否对我能做些什么提出任何建议?

问题回答

我也存在同样的问题,并把它追踪到最后审定的档案。

将这一条线添加到~/ema中,给我造成了问题。

(Remove-hook Sc-file-hooks vc-find-file-hook)

See also:

Git Death Death Death Death Death Death Death

您不妨检查<代码>find-file-hook的价值,看看在文件开启上看哪些包裹,并可能试图逐一去看其中一人是否是罪犯。

我也存在同样的问题,它将在档案系统的某些部分迅速打开档案,而在其他部分则进展缓慢(有10-15次推迟)。 我怀疑,这可能是由于在视窗7上开放档案的一些次优待方式,因此我转而采用代谢法(XP)。 档案。 这就确定了问题。

这当然是一个工作问题,我怀疑真正的问题是 em如何在档案中运作。 希望今后一定时间这样做。





相关问题
Why running a service as Local System is bad on windows?

I am trying to find out the difference between difference service account types. I tumbled upon this question. The answer was because it has powerful access to local resources, and Network Service ...

Programmatically detect Windows cluster configuration?

Does anyone know how to programatically detect that a Windows server is part of a cluster? Further, is it possible to detect that the server is the active or passive node? [Edit] And detect it from ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Identifying idle state on a windows machine

I know about the GetLastInputInfo method but that would only give me the duration since last user input - keyboard or mouse. If a user input was last received 10 minutes ago, that wouldn t mean the ...

Terminating a thread gracefully not using TerminateThread()

My application creates a thread and that runs in the background all the time. I can only terminate the thread manually, not from within the thread callback function. At the moment I am using ...

热门标签