Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

warning-suppress-types

284 views
Skip to first unread message

Andrea Crotti

unread,
Jun 4, 2010, 10:43:42 AM6/4/10
to help-gn...@gnu.org
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...


Andreas Politz

unread,
Jun 4, 2010, 12:39:16 PM6/4/10
to
Andrea Crotti <andrea....@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

William Xu

unread,
Jun 8, 2010, 12:41:31 AM6/8/10
to help-gn...@gnu.org
Andrea Crotti <andrea....@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


0 new messages