all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Drew Adams" <drew.adams@oracle.com>
To: "Emacs-Devel" <emacs-devel@gnu.org>
Subject: put value last in *Help* buffer for C-h v?
Date: Sun, 25 Mar 2007 13:45:10 -0700	[thread overview]
Message-ID: <BDEIJAFNGDOAGCJIPKPBAEHNCDAA.drew.adams@oracle.com> (raw)

I wonder if it wouldn't be better to systematically put the variable's value
last in the *Help* buffer for `C-h v'?

Consider, for example, what you see for something like
`font-lock-syntax-table':

 font-lock-syntax-table is a variable defined in `font-lock.el'.
 Its value is shown below.

 Documentation:
 Non-nil means use this syntax table for fontifying.
 If this is nil, the major mode's syntax table is used.
 This is normally set via `font-lock-defaults'.

 Value:
 #^[t nil
      (3)
      (3)
 ...
         (2)
         nil syntax-table]
      syntax-table]

 Local in buffer font-lock.el; global value is nil

 [back]

The "..." here represents 12,228 lines. This is an extreme case, of course,
but wouldn't it always be best to put the value last? The information about
the local and global values, and the [back] button, are more convenient if
presented before the value, no?

We might also consider placing a second [back] button after the value, if it
is longer than, say, 50 lines.

             reply	other threads:[~2007-03-25 20:45 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-03-25 20:45 Drew Adams [this message]
2007-03-26 13:33 ` put value last in *Help* buffer for C-h v? Mathias Dahl
2007-03-26 15:12   ` Drew Adams
2007-03-27 11:16     ` Mathias Dahl
2007-03-26 23:14   ` Richard Stallman
2007-03-27 11:18     ` Mathias Dahl

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=BDEIJAFNGDOAGCJIPKPBAEHNCDAA.drew.adams@oracle.com \
    --to=drew.adams@oracle.com \
    --cc=emacs-devel@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.