emacs-devel
[Top][All Lists]
Advanced

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

Re: next-error refactoring


From: Kim F. Storm
Subject: Re: next-error refactoring
Date: Tue, 14 Sep 2004 12:28:57 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux)

Ted Zlatanov <address@hidden> writes:
> + ;; should we use next-error support?
> + (defcustom dired-next-error-support nil
> +   "Specifies whether Dired should support the next-error
> +   framework."
> +   :group 'dired
> +   :type 'boolean)
> + 

I think dired-use-next-error would be a better name.

First line of doc string should be on one line.
Here is an improved doc string.

(defcustom dired-use-next-error nil
  "Non-nil means to enable `next-error' in dired buffers.
You can then use \\[next-error] to visit the matches
found by `grep-find-dired', `dired-do-search', etc."
  :group 'dired
  :type 'boolean)


-- 
Kim F. Storm <address@hidden> http://www.cua.dk





reply via email to

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