From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrew W. Nosenko" Newsgroups: gmane.emacs.devel Subject: Re: Finding the source of Change Log entries Date: Tue, 15 Jul 2008 09:23:27 +0300 Message-ID: <6161f3180807142323w75acebb1m503d7754a5500cfa@mail.gmail.com> References: <48787A1F.1080105@gmx.at> <873amfm9xj.fsf@stupidchicken.com> <86y7443784.fsf@lifelogs.com> <87y744jfnc.fsf@jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1216103022 8468 80.91.229.12 (15 Jul 2008 06:23:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 15 Jul 2008 06:23:42 +0000 (UTC) Cc: Ted Zlatanov , emacs-devel@gnu.org To: "Juri Linkov" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 15 08:24:30 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 1KIdxd-0007Gs-I9 for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 08:24:29 +0200 Original-Received: from localhost ([127.0.0.1]:51478 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIdwl-0006mv-Bg for ged-emacs-devel@m.gmane.org; Tue, 15 Jul 2008 02:23:35 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KIdwg-0006mo-MP for emacs-devel@gnu.org; Tue, 15 Jul 2008 02:23:30 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KIdwf-0006mc-8s for emacs-devel@gnu.org; Tue, 15 Jul 2008 02:23:29 -0400 Original-Received: from [199.232.76.173] (port=33413 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KIdwf-0006mZ-33 for emacs-devel@gnu.org; Tue, 15 Jul 2008 02:23:29 -0400 Original-Received: from rv-out-0708.google.com ([209.85.198.249]:40174) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KIdwe-0000Pe-Pc for emacs-devel@gnu.org; Tue, 15 Jul 2008 02:23:28 -0400 Original-Received: by rv-out-0708.google.com with SMTP id k29so5784451rvb.6 for ; Mon, 14 Jul 2008 23:23:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=kyv2WuWLkIqC8y7RbDUguRpgpgRRs2AD68s1dYpRlT8=; b=Iq2VhLJHQ7HTkK+1VXj2+EJ5qIDH7Xguf2C5gp3E1x8Ral/kAf5SpGJGVCTifjY1Gn 9nBIgFPBOR2hC2ZKwuiPzwszMdCN+Z+AOOHAc8ai8SOx4QDX1R45QE/u7dK2Q3B8XwbB ldV4C129a7HbSd9hQWqpsW9w5chgAAkH2sw2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=J+E/asIu4zX+IxQGjELJq2PL5Dz7PVxGymzuashp1gEGZuI0hX+tXhkXUogX4l7U5O QRACDy2lnhpfBgupoXIUXg3+gV3uo2FPhDHMy8prtomxb9IWpTbNeYzZIFSu8m3qZFUP SkX09tdsW2/SHB9MRnw+xQrRFhuJBWO+lsHI8= Original-Received: by 10.140.127.13 with SMTP id z13mr7160368rvc.194.1216103007232; Mon, 14 Jul 2008 23:23:27 -0700 (PDT) Original-Received: by 10.141.162.7 with HTTP; Mon, 14 Jul 2008 23:23:27 -0700 (PDT) In-Reply-To: <87y744jfnc.fsf@jurta.org> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100718 Archived-At: On Tue, Jul 15, 2008 at 12:54 AM, Juri Linkov wrote: >> CY> Also, instead of binding change-log-find-tag to C-c C-t, how about using >> CY> C-c C-c for consistency with diff-mode? (You might also want to rename >> CY> change-log-find-tag to change-log-goto-source for consistency with >> CY> diff-goto-source, but that's your call.) >> >> 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. -- Andrew W. Nosenko