all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: st.boeters@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: Adding an entry to a user option
Date: Sat, 07 Mar 2009 19:56:06 +0100	[thread overview]
Message-ID: <49B2C346.30509@gmx.at> (raw)

 > I want to discard a warning, that often pops up and which is not
 > relevant in my situation. The warning self says how to proceed, in
 > priciple, in this case:
 >
 > "You can disable the popping up of this buffer by adding the entry
 > (undo discard-info) to the user option `warning-suppress-types'."
 >
 > But how can I achieve this? How do I "add an entry to a user option"?
 > Can someone suggest a piece of code to be added to the _emacs file?
 >
 > I would also appreciate to pointed to some documentation where this is
 > described and which has (obviously) escaped me so far.

Please write a bug report so Emacs developers will take care of this.

Meanwhile you can try to add an entry like

  '(warning-suppress-types (quote ((undo discard-info)))))

to your customizations which usually reside in your .emacs (or _emacs)
file.  That is, if so far you have customized `debug-on-error' and
`yank-excluded-properties' only, your .emacs should then contain the
following form:

(custom-set-variables
   ;; custom-set-variables was added by Custom.
   ;; If you edit it by hand, you could mess it up, so be careful.
   ;; Your init file should contain only one such instance.
   ;; If there is more than one, they won't work right.
  '(debug-on-error t)
  '(warning-suppress-types (quote ((undo discard-info))))
  '(yank-excluded-properties t))

Restart Emacs and tell us whether it works.

Thanks, martin.





             reply	other threads:[~2009-03-07 18:56 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-07 18:56 martin rudalics [this message]
     [not found] <mailman.2654.1236452395.31690.help-gnu-emacs@gnu.org>
2009-03-13 22:24 ` Adding an entry to a user option Stefan Boeters
  -- strict thread matches above, loose matches on Subject: below --
2009-03-05 18:37 Stefan Boeters
2009-03-06  9:52 ` Peter Dyballa
2009-03-06  9:57 ` Nikolaj Schumacher
2009-03-06 15:17 ` Drew Adams

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=49B2C346.30509@gmx.at \
    --to=rudalics@gmx.at \
    --cc=help-gnu-emacs@gnu.org \
    --cc=st.boeters@gmail.com \
    /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.