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: compilation-highlight-duration Date: 28 May 2004 13:42:49 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <20040503.071327.124836670.Takaaki.Ota@am.sony.com> <20040504.075437.207586641.Takaaki.Ota@am.sony.com> <87llk552oz.fsf@mail.jurta.org> <87isf6e7ji.fsf@mail.jurta.org> <87iseg4x5d.fsf@mail.jurta.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085758895 12137 80.91.224.253 (28 May 2004 15:41:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 28 May 2004 15:41:35 +0000 (UTC) Cc: tzz@lifelogs.com, rms@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri May 28 17:41:24 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTjU4-0004wV-00 for ; Fri, 28 May 2004 17:41:24 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BTjU4-0002jZ-00 for ; Fri, 28 May 2004 17:41:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BTiFp-0003GM-Mn for emacs-devel@quimby.gnus.org; Fri, 28 May 2004 10:22:37 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BTfpd-0003ns-9P for emacs-devel@gnu.org; Fri, 28 May 2004 07:47:25 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BTfl9-0003En-E1 for emacs-devel@gnu.org; Fri, 28 May 2004 07:43:20 -0400 Original-Received: from [212.88.64.25] (helo=mail-relay.sonofon.dk) by monty-python.gnu.org with smtp (Exim 4.34) id 1BTfl7-0003EW-AR for emacs-devel@gnu.org; Fri, 28 May 2004 07:42:46 -0400 Original-Received: (qmail 32637 invoked from network); 28 May 2004 11:42:43 -0000 Original-Received: from unknown (HELO kfs-l.imdomain.dk.cua.dk) (213.83.150.2) by 0 with SMTP; 28 May 2004 11:42:43 -0000 Original-To: Juri Linkov In-Reply-To: <87iseg4x5d.fsf@mail.jurta.org> Original-Lines: 20 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:24083 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24083 Juri Linkov writes: > Adding `next-error-highlight' and `next-error-highlight-no-select' > reveals one problem. When these user options are defined by > `defcustom' it requires to specify a group name under which they > should be placed. The current logic by using the `next-error-' prefix > suggests the group name `next-error'. But it would be misleading for modes > other than compile. For grep, diff and occur this name makes no sense. > > There are aliases `goto-next-locus' and `next-match' for `next-error' > which suggest a better name. Perhaps something like `follow-locus' > would be better? I would NEVER think of that name as having anything to do with this... What about the group named "matching" (occur already uses that). -- Kim F. Storm http://www.cua.dk