all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Engster <deng@randomsample.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Problem about: Symbol's value as variable is void: x-max-tooltip-size
Date: Fri, 27 Apr 2012 23:36:14 +0200	[thread overview]
Message-ID: <87fwbokgc1.fsf@engster.org> (raw)
In-Reply-To: tencent_5076D96B094320004E875304@qq.com

多云转阴 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	other threads:[~2012-04-27 21:36 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-27  2:08 Problem about: Symbol's value as variable is void: x-max-tooltip-size =?gb18030?B?tuDUxteq0vU=?=
2012-04-27 21:36 ` David Engster [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87fwbokgc1.fsf@engster.org \
    --to=deng@randomsample.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.