From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juri Linkov Newsgroups: gmane.emacs.devel Subject: Re: Finding the source of Change Log entries Date: Tue, 15 Jul 2008 12:48:09 +0300 Organization: JURTA Message-ID: <87d4lf8n8h.fsf@jurta.org> References: <48787A1F.1080105@gmx.at> <873amfm9xj.fsf@stupidchicken.com> <86y7443784.fsf@lifelogs.com> <87y744jfnc.fsf@jurta.org> <6161f3180807142323w75acebb1m503d7754a5500cfa@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216118564 23427 80.91.229.12 (15 Jul 2008 10:42:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 10:42:44 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: "Andrew W. Nosenko" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 15 12:43:24 2008 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KIi0B-0002TV-Tf for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 12:43:24 +0200 Original-Received: from localhost ([127.0.0.1]:39164 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIhzE-0003p6-Ea for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 06:42:24 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIhls-0006vV-FF for emacs-devel@gnu.org; Tue, 15 Jul 2008 06:28:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIhln-0006tr-VH for emacs-devel@gnu.org; Tue, 15 Jul 2008 06:28:33 -0400 Original-Received: from [199.232.76.173] (port=36008 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIhln-0006tN-Br for emacs-devel@gnu.org; Tue, 15 Jul 2008 06:28:31 -0400 Original-Received: from anti-4.kiev.sovam.com ([62.64.120.202]:51098) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KIhlm-00043d-Lf for emacs-devel@gnu.org; Tue, 15 Jul 2008 06:28:30 -0400 Original-Received: from [83.170.232.243] (helo=smtp.svitonline.com) by anti-4.kiev.sovam.com with esmtp (Exim 4.67) (envelope-from ) id 1KIhlh-000GnG-Mq; Tue, 15 Jul 2008 13:28:26 +0300 In-Reply-To: <6161f3180807142323w75acebb1m503d7754a5500cfa@mail.gmail.com> (Andrew W. Nosenko's message of "Tue, 15 Jul 2008 09:23:27 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (x86_64-pc-linux-gnu) X-Scanner-Signature: 88f972a75cd389d721acc69b695bb680 X-DrWeb-checked: yes X-SpamTest-Envelope-From: juri@jurta.org X-SpamTest-Group-ID: 00000000 X-SpamTest-Header: Trusted X-SpamTest-Info: Profiles 4315 [July 15 2008] X-SpamTest-Info: {received from trusted relay: common white list} X-SpamTest-Info: {HEADERS: header Content-Type found without required header Content-Transfer-Encoding} X-SpamTest-Method: white ip list X-SpamTest-Rate: 10 X-SpamTest-Status: Trusted X-SpamTest-Status-Extended: trusted X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0278], KAS30/Release X-detected-kernel: by monty-python.gnu.org: FreeBSD 6.x (1) 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: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:100733 Archived-At: >>> Would it be acceptable to bind next-error and previous-error in this >>> mode, so users could use them to navigate between points of interest in >>> the ChangeLog, similar to error logs and grep/occur output? >>> >>> I'd find that really helpful, and can write the glue code necessary. >> >> I think it would be a good thing, and this could be implemented >> on top of Martin's code. > > Sorry, but I think that it would be the bad thing because could to > block regular C-x` usage just because my current (or last visited) > file was in ChangeLog mode... Please, do not do this, or, if it > really needed for someone, keep it turned off by default. Don't worry, we already took care of this situation, so when a ChangeLog file is visited by C-x `, the next C-x ` will not start visiting ChangeLog entries. Instead, it will continue visiting the initial list. C-x ` will visit ChangeLog entries only after you typed C-c C-c in the ChangeLog file (thus initiated a new set of visiting points for C-x `). For more information you can read the thread http://thread.gmane.org/gmane.emacs.devel/22957 -- Juri Linkov http://www.jurta.org/emacs/