all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* elisp dummy needs help
@ 2005-03-01 17:54 rusty
  2005-03-01 23:25 ` rusty
  0 siblings, 1 reply; 2+ messages in thread
From: rusty @ 2005-03-01 17:54 UTC (permalink / raw)


I've moved to a machine that has a new version of emacs.  When reading
email with rmail when I use the s (save) command it's always asking me
for confirmation.  On the other machine it didn't do this and I prefer
that behaviour.

I looked in the elisp files and found this.  It looks like I can add
something to my .emacs file and make it behave the way I like, with no
confirmation.  Could someone tell me what to add or point me to the
right place in the docs that explain how to do it?  I don't know
elisp.

Thanks.


;;;###autoload
(defcustom rmail-confirm-expunge 'y-or-n-p
  "*Whether and how to ask for confirmation before expunging deleted messages."
  :type '(choice (const :tag "No confirmation" nil)
		 (const :tag "Confirm with y-or-n-p" y-or-n-p)
		 (const :tag "Confirm with yes-or-no-p" yes-or-no-p))
  :version "21.1"
  :group 'rmail-files)

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

* Re: elisp dummy needs help
  2005-03-01 17:54 elisp dummy needs help rusty
@ 2005-03-01 23:25 ` rusty
  0 siblings, 0 replies; 2+ messages in thread
From: rusty @ 2005-03-01 23:25 UTC (permalink / raw)


I figured it out; M-x customize lets me change it.

rusty@grunt.berkeley.edu writes:

> I've moved to a machine that has a new version of emacs.  When reading
> email with rmail when I use the s (save) command it's always asking me
> for confirmation.  On the other machine it didn't do this and I prefer
> that behaviour.
> 
> I looked in the elisp files and found this.  It looks like I can add
> something to my .emacs file and make it behave the way I like, with no
> confirmation.  Could someone tell me what to add or point me to the
> right place in the docs that explain how to do it?  I don't know
> elisp.
> 
> Thanks.
> 
> 
> ;;;###autoload
> (defcustom rmail-confirm-expunge 'y-or-n-p
>   "*Whether and how to ask for confirmation before expunging deleted messages."
>   :type '(choice (const :tag "No confirmation" nil)
> 		 (const :tag "Confirm with y-or-n-p" y-or-n-p)
> 		 (const :tag "Confirm with yes-or-no-p" yes-or-no-p))
>   :version "21.1"
>   :group 'rmail-files)

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

end of thread, other threads:[~2005-03-01 23:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-01 17:54 elisp dummy needs help rusty
2005-03-01 23:25 ` rusty

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.