emacs-devel
[Top][All Lists]
Advanced

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

put value last in *Help* buffer for C-h v?


From: Drew Adams
Subject: put value last in *Help* buffer for C-h v?
Date: Sun, 25 Mar 2007 13:45:10 -0700

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 via email to

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