From: Reiner Steib <reinersteib+gmane@imap.cc>
Subject: Re: Suppress a warning permanently
Date: Tue, 18 Jul 2006 21:08:07 +0200 [thread overview]
Message-ID: <v9slkywx2g.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: 1153242822.845607.123790@35g2000cwc.googlegroups.com
On Tue, Jul 18 2006, harry meyers wrote:
> is it possible to suppress warnings in emacs? If I get a warning as
> mentioned here:
>
> http://comments.gmane.org/gmane.emacs.semantic/1154
>
> (and I get exactly the same message every time I start ECB),
It wouldn't hurt to post the message additionally:
,----
| ** semantic-before-toplevel-bovination-hook is an obsolete variable; use
| semantic--before-fetch-tags-hook instead.
`----
Maybe ECB could use something like...
,----
| (run-hooks (if (boundp 'semantic--before-fetch-tags-hook)
| 'semantic--before-fetch-tags-hook
| 'semantic-before-toplevel-bovination-hook))
`----
Bye, Reiner.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
next prev parent reply other threads:[~2006-07-18 19:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-07-18 17:13 Suppress a warning permanently harry meyers
2006-07-18 19:08 ` Reiner Steib [this message]
2006-07-19 4:45 ` harry meyers
2006-07-19 8:33 ` Obsolete hooks in ECB (was: Suppress a warning permanently) Reiner Steib
2006-07-20 7:24 ` harry meyers
2006-07-19 16:28 ` Suppress a warning permanently Kevin Rodgers
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=v9slkywx2g.fsf@marauder.physik.uni-ulm.de \
--to=reinersteib+gmane@imap.cc \
--cc=Reiner.Steib@gmx.de \
/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.
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 read-only IMAP folder(s) and NNTP newsgroup(s).