all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* warning-suppress-types
@ 2010-06-04 14:43 Andrea Crotti
  2010-06-08  4:41 ` warning-suppress-types William Xu
  0 siblings, 1 reply; 3+ messages in thread
From: Andrea Crotti @ 2010-06-04 14:43 UTC (permalink / raw
  To: help-gnu-emacs

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

In short after updating to:
--8<---------------cut here---------------start------------->8---
GNU Emacs 23.2.1 (x86_64-apple-darwin10.3.0, NS apple-appkit-1038.29...
--8<---------------cut here---------------end--------------->8---

I get very often this error related to compiled code:
--8<---------------cut here---------------start------------->8---
Symbol's value as variable is void: warning-suppress-types
--8<---------------cut here---------------end--------------->8---

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: warning-suppress-types
       [not found] <mailman.4.1275662711.7965.help-gnu-emacs@gnu.org>
@ 2010-06-04 16:39 ` Andreas Politz
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas Politz @ 2010-06-04 16:39 UTC (permalink / raw
  To: help-gnu-emacs

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 have this as well and defvared it in my init file.

-ap


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: warning-suppress-types
  2010-06-04 14:43 warning-suppress-types Andrea Crotti
@ 2010-06-08  4:41 ` William Xu
  0 siblings, 0 replies; 3+ messages in thread
From: William Xu @ 2010-06-08  4:41 UTC (permalink / raw
  To: help-gnu-emacs

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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-08  4:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-04 14:43 warning-suppress-types Andrea Crotti
2010-06-08  4:41 ` warning-suppress-types William Xu
     [not found] <mailman.4.1275662711.7965.help-gnu-emacs@gnu.org>
2010-06-04 16:39 ` warning-suppress-types Andreas Politz

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.