Re: recentf: custom-file

2005-08-05 Thread Richard M. Stallman
Your patch would work. Here's another patch that I wrote in the same area, but I have not had a chance to test it, so I have not installed it. Could you test it for me? === RCS file: /cvsroot/emacs/emacs/lisp/cus-edit.el,v retrievin

Re: recentf: custom-file

2005-08-02 Thread David Reitter
On 2 Aug 2005, at 19:05, Kevin Rodgers wrote: I think a better solution would be to prevent custom-file from being added to recentf-list by the 2 functions in cus-edit.el that visit it, custom-save-delete and custom-save-all: I agree, that'd be a better solution. - D __

Re: recentf: custom-file

2005-08-02 Thread Kevin Rodgers
David Reitter wrote: > custom-file pops up in the recentf menu. The fix below addresses the > issue. Alternatives would be adding a check for custom-file to > recentf-keep, but that would prevent .emacs (or whatever custom-file > is) from turning up there even if the user loads it. There could be

recentf: custom-file

2005-07-31 Thread David Reitter
custom-file pops up in the recentf menu. The fix below addresses the issue. Alternatives would be adding a check for custom-file to recentf-keep, but that would prevent .emacs (or whatever custom-file is) from turning up there even if the user loads it. There could be better (more elabora