all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nikolaj Schumacher <me@nschum.de>
To: Stefan Boeters <st.boeters@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Adding an entry to a user option
Date: Fri, 06 Mar 2009 10:57:36 +0100	[thread overview]
Message-ID: <m2prgvc6sv.fsf@nschum.de> (raw)
In-Reply-To: <c669990d-7203-4f80-994c-78fa88992042@h5g2000yqh.googlegroups.com> (Stefan Boeters's message of "Thu, 5 Mar 2009 10:37:24 -0800 (PST)")

Stefan Boeters <st.boeters@gmail.com> wrote:

> "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?

How to solve this depends on the option's format.  I don't know the
package, so I can't help you there.

But ideally, you should be able to
  M-x customize-variable warning-suppress-types
and add an entry with that text.

Otherwise, you should look up the documentation for the option.  You can
do this with:
  C-h v warning-suppress-types

It might be something like this:
(add-to-list 'warning-suppress-types '(undo discard-info))

But there's no universal answer.


regards,
Nikolaj Schumacher




  parent reply	other threads:[~2009-03-06  9:57 UTC|newest]

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

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=m2prgvc6sv.fsf@nschum.de \
    --to=me@nschum.de \
    --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.