emacs23讨厌的ido退出提示。

Vim、Emacs配置和使用
回复
头像
mikeandmore
帖子: 109
注册时间: 2005-10-13 18:29

emacs23讨厌的ido退出提示。

#1

帖子 mikeandmore » 2010-04-11 5:38

emacs23启用ido以后,每次退出都会问update headers in .ido.last
这个问题。我试图解决,发现不行。似乎他的代码里面写死了。

今天用一个很暴力的方法搞定的。
(remove-hook 'kill-emacs-hook 'ido-kill-emacs-hook)

干脆让emacs退出的时候无视掉ido。当前没有什么太大问题,不知以后 :em02
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: emacs23讨厌的ido退出提示。

#2

帖子 davyzhu » 2010-04-11 14:02

I don't have such problem, only use ido-switch-buffer.
So, how do you configure ido? And is there a way to auto update .ido.last?
头像
mikeandmore
帖子: 109
注册时间: 2005-10-13 18:29

Re: emacs23讨厌的ido退出提示。

#3

帖子 mikeandmore » 2010-04-12 0:43

davyzhu 写了:I don't have such problem, only use ido-switch-buffer.
So, how do you configure ido? And is there a way to auto update .ido.last?
ido-save-history
davyzhu
帖子: 109
注册时间: 2009-12-06 21:23

Re: emacs23讨厌的ido退出提示。

#4

帖子 davyzhu » 2010-04-12 10:41

mikeandmore 写了:
davyzhu 写了:I don't have such problem, only use ido-switch-buffer.
So, how do you configure ido? And is there a way to auto update .ido.last?
ido-save-history
You mean you call this command when quit Emacs?
头像
mikeandmore
帖子: 109
注册时间: 2005-10-13 18:29

Re: emacs23讨厌的ido退出提示。

#5

帖子 mikeandmore » 2010-04-14 12:19

哦,没看到auto update...
似乎不可以。。。 :em20
回复