emacs-devel
[Top][All Lists]
Advanced

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

Re: Tooltips on w32 slow and strange


From: Reiner Steib
Subject: Re: Tooltips on w32 slow and strange
Date: Mon, 14 Feb 2005 18:39:23 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

On Mon, Feb 14 2005, David Kastrup wrote:

> Uh what?  Tooltips are enabled by default.  At least I get them also
> with -q -no-site-file.  The customization buffer says, however,
[...]
>     Tooltip Mode: Hide Toggle  on (non-nil)
>        State: this option has been changed outside the customize buffer.

I think this is the reason:

,----[ startup.el ]
| (defun command-line ()
| [...]
|   (unless (or noninteractive
|             emacs-quick-startup
|               (not (display-graphic-p))
|               (not (fboundp 'x-show-tip)))
|     (setq-default tooltip-mode t)
|     (tooltip-mode 1))
`----

> Which would appear rather wrong, as it would mean that you could not
> customize tooltips off even if you wanted to.

No, apparently the customization are processed later:

$ rm .emacs
$ emacs -no-site-file
[ Customizing Tooltip Mode off ...]
$ cat .emacs
(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(tooltip-mode nil nil (tooltip)))
[...]
$ emacs -no-site-file

,----
| Tooltip Mode: Hide Value Toggle  off (nil)
|    State: You have set this option and saved it through Customize in
|    your init file.
`----

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/





reply via email to

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