help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: auto-saving files


From: Andrea Crotti
Subject: Re: auto-saving files
Date: Mon, 24 May 2010 10:00:59 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.2 (darwin)

David Engster <deng@randomsample.de> writes:

>
> I guess you mean the .newsrc-dribble file? I'm using this:
>
> (add-hook 'gnus-started-hook
>         (lambda ()
>           (when (buffer-live-p gnus-dribble-buffer)
>             (with-current-buffer gnus-dribble-buffer
>               (setq buffer-save-without-query t)))))
>
> This will get .newsrc-dribble automatically saved by
> save-some-buffers. The other newsrc-files are usually not kept open
> during a Gnus session.
>

Ok great I think it's more then enough :)
But why by the way gnus must keep a buffer open for it's own job?

I mean I don't need that buffer open, can't it work on the file without
visiting it on a buffer?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]