emacs-devel
[Top][All Lists]
Advanced

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

Re: Overlay arrow in *compilation* and *grep* buffers


From: Eli Zaretskii
Subject: Re: Overlay arrow in *compilation* and *grep* buffers
Date: Sun, 15 May 2005 07:21:58 +0300

> From: Nick Roberts <address@hidden>
> Date: Sun, 15 May 2005 14:44:22 +1200
> Cc: address@hidden, address@hidden, address@hidden
> 
> ! (defcustom compilation-context-lines nil
>     "*Display this many lines of leading context before message.
> ! If nil, don't scroll the compilation output window unless there
> ! is no left-hand fringe. In this case, the message displays at the
> ! top of the window because no overlay arrow is present."

This text is hard to understand because of multiple negations (don't,
unless, no fringe).  I suggest to change it into something like this:

  If nil and the left fringe is displayed, don't scroll the
  compilation output window; the arrow in the left fringe indicates
  the current message.  If nil and there's no left fringe, always
  scroll and display the current message at the top of the compilation
  window.

Also, please use two spaces after the period that ends a sentence.

Thanks.




reply via email to

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