emacs-devel
[Top][All Lists]
Advanced

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

Re: recentering for next-error


From: Juri Linkov
Subject: Re: recentering for next-error
Date: Sat, 23 Jun 2007 01:22:45 +0300
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gnu/linux)

> presently, the defcustom for next-error-recenter permits only
> numbers and nil.  how about this one?
>
> (defcustom next-error-recenter nil
>   "*Display the line in the visited source file recentered as specified.
> If non-nil, the value is passed directly to `recenter'."
>   :type '(choice (integer :tag "Line to recenter to")
>                  (const :tag "Center of window" (4))
>                  (const :tag "No recentering" nil))
>   :group 'next-error
>   :version "23.1")
>
> changes: s/number/integer/, add const (4), docstring update.

Thanks, it works.

-- 
Juri Linkov
http://www.jurta.org/emacs/




reply via email to

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