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/ _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel