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

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

Re: warning-suppress-types


From: William Xu
Subject: Re: warning-suppress-types
Date: Tue, 08 Jun 2010 12:41:31 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (windows-nt)

Andrea Crotti <andrea.crotti.0@gmail.com> writes:

   Probably I'm not the only one, I found something on the net but no
   solutions yet.

   In short after updating to:
   GNU Emacs 23.2.1 (x86_64-apple-darwin10.3.0, NS apple-appkit-1038.29...

   I get very often this error related to compiled code:
   Symbol's value as variable is void: warning-suppress-types

   Anyone has a workaround?
   I have to disable byte-compile-cache to make it working...

I also encounter this frequently when compiling.  Don't know why.  A
workaround is simply define it to nil.  

  (setq warning-suppress-types nil)

-- 
William

http://xwl.appspot.com




reply via email to

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