all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Luc Teirlinck <teirllm@dms.auburn.edu>
Cc: emacs-devel@gnu.org, jasonr@gnu.org
Subject: Re: Is tooltip-mode STANDARD on or off?
Date: Sun, 24 Jul 2005 19:22:00 -0500 (CDT)	[thread overview]
Message-ID: <200507250022.j6P0M0111618@raven.dms.auburn.edu> (raw)
In-Reply-To: <42E42871.5000609@student.lu.se> (message from Lennart Borgman on Mon, 25 Jul 2005 01:46:57 +0200)

Lennart Borgman wrote:

   There are three variants:

   1) emacs --help
   2) Info
   3) how it actually behaves

I believe that the Emacs manual (which is probably what you mean by
"Info") describes the intended behavior, whereas `emacs --help'
slightly oversimplifies it, which might be deliberate since the
disabling of the startup screen can be considered a minor detail and
`emacs --help' needs to be reasonably concise.

I believe that the fact that Tooltip Mode is disabled after emacs -Q,
whereas it is enabled after emacs -q -D is due to an oversight when the
original emacs -Q got split into the new emacs -Q and emacs -D.  I
believe that the intended behavior is exactly opposite and that the
patch below, which implements the opposite behavior should be installed.
(I can do this if desired.)  Note that emacs-quick-startup is set by
-Q, whereas emacs-basic-display is set by -D. 

===File ~/tooltip.el-diff===================================
*** tooltip.el	13 Jul 2005 19:24:28 -0500	1.63
--- tooltip.el	24 Jul 2005 18:30:52 -0500	
***************
*** 159,165 ****
  With ARG, turn tooltip mode on if and only if ARG is positive."
    :global t
    :init-value (not (or noninteractive
! 		       emacs-quick-startup
  		       (not (display-graphic-p))
  		       (not (fboundp 'x-show-tip))))
    :initialize 'custom-initialize-safe-default
--- 159,165 ----
  With ARG, turn tooltip mode on if and only if ARG is positive."
    :global t
    :init-value (not (or noninteractive
! 		       emacs-basic-display
  		       (not (display-graphic-p))
  		       (not (fboundp 'x-show-tip))))
    :initialize 'custom-initialize-safe-default
============================================================

  reply	other threads:[~2005-07-25  0:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-24 22:44 Is tooltip-mode STANDARD on or off? Lennart Borgman
2005-07-24 23:39 ` Jason Rumney
2005-07-24 23:46   ` Lennart Borgman
2005-07-25  0:22     ` Luc Teirlinck [this message]
2005-07-25 13:10       ` Richard M. Stallman
2005-07-25 13:10   ` Richard M. Stallman

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=200507250022.j6P0M0111618@raven.dms.auburn.edu \
    --to=teirllm@dms.auburn.edu \
    --cc=emacs-devel@gnu.org \
    --cc=jasonr@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.