Gnus development mailing list
 help / color / mirror / Atom feed
* I don't want C-x s to save gnus files without asking
@ 2011-04-01 13:04 jidanni
  2011-04-01 13:15 ` David Engster
  0 siblings, 1 reply; 3+ messages in thread
From: jidanni @ 2011-04-01 13:04 UTC (permalink / raw)
  To: ding

I don't want C-x s to save gnus files without asking

   C-x s runs the command save-some-buffers, which is an interactive
   compiled Lisp function in `files.el'.

   It is bound to C-x s.

   Save some modified file-visiting buffers.  Asks user about each one.
                                              ^^^^^^^^^^^^^^^^^^^^^^^^^
What can I do to get the documented behavior back?



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I don't want C-x s to save gnus files without asking
  2011-04-01 13:04 I don't want C-x s to save gnus files without asking jidanni
@ 2011-04-01 13:15 ` David Engster
  2011-04-03  1:08   ` jidanni
  0 siblings, 1 reply; 3+ messages in thread
From: David Engster @ 2011-04-01 13:15 UTC (permalink / raw)
  To: ding

'jidanni' writes:
> I don't want C-x s to save gnus files without asking
>
>    C-x s runs the command save-some-buffers, which is an interactive
>    compiled Lisp function in `files.el'.
>
>    It is bound to C-x s.
>
>    Save some modified file-visiting buffers.  Asks user about each one.
>                                               ^^^^^^^^^^^^^^^^^^^^^^^^^
> What can I do to get the documented behavior back?

In the hope that this is the last thread you're opening regarding this
issue...

(add-hook 'gnus-started-hook
	  (lambda ()
	    (when (buffer-live-p gnus-dribble-buffer)
	      (with-current-buffer gnus-dribble-buffer
		(setq buffer-save-without-query nil)))))



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: I don't want C-x s to save gnus files without asking
  2011-04-01 13:15 ` David Engster
@ 2011-04-03  1:08   ` jidanni
  0 siblings, 0 replies; 3+ messages in thread
From: jidanni @ 2011-04-03  1:08 UTC (permalink / raw)
  To: ding

>>>>> "DE" == David Engster <deng@randomsample.de> writes:
DE> (add-hook 'gnus-started-hook
DE> 	  (lambda ()
DE> 	    (when (buffer-live-p gnus-dribble-buffer)
DE> 	      (with-current-buffer gnus-dribble-buffer
DE> 		(setq buffer-save-without-query nil)))))
OK, thanks. (But I hope one day it doesn't bite me back worse...)



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-03  1:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-01 13:04 I don't want C-x s to save gnus files without asking jidanni
2011-04-01 13:15 ` David Engster
2011-04-03  1:08   ` jidanni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).