Re: custom-save-all leaves custom-file buffer

2005-08-27 Thread Eli Zaretskii
> From: David Reitter <[EMAIL PROTECTED]> > Date: Sat, 27 Aug 2005 11:25:47 +0100 > > On 27 Aug 2005, at 04:41, Richard M. Stallman wrote: > > > I wrote a cleaner patch to do a job like this, but I have not had time > > to test it, so I have not installed it. Can you test it? > > OK, it works s

Re: custom-save-all leaves custom-file buffer

2005-08-27 Thread David Reitter
On 27 Aug 2005, at 04:41, Richard M. Stallman wrote: I wrote a cleaner patch to do a job like this, but I have not had time to test it, so I have not installed it. Can you test it? OK, it works so far, but now custom-file turns up in the recentf list. That was Eli's 05/08/12 patch was about:

Re: custom-save-all leaves custom-file buffer

2005-08-26 Thread Richard M. Stallman
I wrote a cleaner patch to do a job like this, but I have not had time to test it, so I have not installed it. Can you test it? Index: cus-edit.el === RCS file: /cvsroot/emacs/emacs/lisp/cus-edit.el,v retrieving revision 1.230 diff -

custom-save-all leaves custom-file buffer

2005-08-25 Thread David Reitter
Is there a special reason why custom-save-all leaves the buffer with custom-file? I don't think the file should appear in the buffers lists - it's loaded temporarily and should be discarded. The problem with below patch is that if custom-file is already loaded as ordinary buffer, it will ki