From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Re: next-error refactoring Date: Tue, 14 Sep 2004 12:28:57 +0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <87llk552oz.fsf@mail.jurta.org> <87isf6e7ji.fsf@mail.jurta.org> <87iseg4x5d.fsf@mail.jurta.org> <4npt8oeet9.fsf_-_@lifelogs.com> <4nd64j6u3p.fsf@lifelogs.com> <4n3c5c64mx.fsf@lifelogs.com> <4nhdtnqrek.fsf@lifelogs.com> <4n659yhrby.fsf@lifelogs.com> <4nzn6kc2fg.fsf@lifelogs.com> <87n02kl1in.fsf@mail.jurta.org> <4ny8je80b8.fsf@lifelogs.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095159488 8515 80.91.229.6 (14 Sep 2004 10:58:08 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2004 10:58:08 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Sep 14 12:57:58 2004 Return-path: Original-Received: from hermes.netfonds.no ([80.91.224.195]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C7B0Y-0008Tz-00 for ; Tue, 14 Sep 2004 12:57:58 +0200 Original-Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by hermes.netfonds.no (8.12.8p1/8.12.8) with ESMTP id i8EAu1On031843 for ; Tue, 14 Sep 2004 12:56:02 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7B4F-0008GW-KE for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2004 07:01:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C7B47-0008Fv-5D for emacs-devel@gnu.org; Tue, 14 Sep 2004 07:01:39 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C7B45-0008F1-5s for emacs-devel@gnu.org; Tue, 14 Sep 2004 07:01:38 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C7B45-0008Ey-1F for emacs-devel@gnu.org; Tue, 14 Sep 2004 07:01:37 -0400 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1C7AyH-0003rq-5d for emacs-devel@gnu.org; Tue, 14 Sep 2004 06:55:37 -0400 Original-Received: (qmail 9105 invoked from network); 14 Sep 2004 10:28:54 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 14 Sep 2004 10:28:54 -0000 Original-To: Ted Zlatanov In-Reply-To: <4ny8je80b8.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 13 Sep 2004 14:56:43 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27103 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27103 Ted Zlatanov 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 http://www.cua.dk