all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* put value last in *Help* buffer for C-h v?
@ 2007-03-25 20:45 Drew Adams
  2007-03-26 13:33 ` Mathias Dahl
  0 siblings, 1 reply; 6+ messages in thread
From: Drew Adams @ 2007-03-25 20:45 UTC (permalink / raw)
  To: Emacs-Devel

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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-03-27 11:18 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-25 20:45 put value last in *Help* buffer for C-h v? Drew Adams
2007-03-26 13:33 ` 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

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.