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

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

Re: Problem about: Symbol's value as variable is void: x-max-tooltip-siz


From: David Engster
Subject: Re: Problem about: Symbol's value as variable is void: x-max-tooltip-size
Date: Fri, 27 Apr 2012 23:36:14 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.1.50 (darwin)

多云转阴 writes:
> When I use the command semantic-complete-self-insert, emacs tips an error: 
> Symbol's value as variable is void: x-max-tooltip-size。

It's a bug and fixed in CEDET from bzr. Unfortunately, I forgot to port
that fix to CEDET 1.1. :-( You could switch to CEDET from bzr, but that
is currently in a very 'bleeding edge' state, so I think you should
better stay with 1.1 and hack around the problem. Does putting

(unless (boundp 'x-max-tooltip-size)
  (setq x-max-tooltip-size (80 . 40)))     

somewhere in your .emacs help?

-David




reply via email to

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