all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: rusty@grunt.berkeley.edu
Subject: elisp dummy needs help
Date: 01 Mar 2005 09:54:43 -0800	[thread overview]
Message-ID: <x7hdjv45gc.fsf@grunt.berkeley.edu> (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)

             reply	other threads:[~2005-03-01 17:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-01 17:54 rusty [this message]
2005-03-01 23:25 ` elisp dummy needs help rusty

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=x7hdjv45gc.fsf@grunt.berkeley.edu \
    --to=rusty@grunt.berkeley.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.