help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Suppress a warning permanently


From: Reiner Steib
Subject: Re: Suppress a warning permanently
Date: Tue, 18 Jul 2006 21:08:07 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

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/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]