From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.bugs Subject: bug#7284: [PATCH] `find-change-log' fails in *derived* Diff modes Date: Wed, 27 Oct 2010 17:38:46 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1288217594 14919 80.91.229.12 (27 Oct 2010 22:13:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Oct 2010 22:13:14 +0000 (UTC) To: "Aaron S. Hawley" Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Thu Oct 28 00:13:12 2010 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PBEF6-0004me-0d for geb-bug-gnu-emacs@m.gmane.org; Thu, 28 Oct 2010 00:13:12 +0200 Original-Received: from localhost ([127.0.0.1]:44022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBEF5-0006P4-E7 for geb-bug-gnu-emacs@m.gmane.org; Wed, 27 Oct 2010 18:13:11 -0400 Original-Received: from [140.186.70.92] (port=39636 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PBEEz-0006OU-AL for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 18:13:06 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PBEEy-0002tJ-18 for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 18:13:05 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60667) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PBEEx-0002tF-Vv for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 18:13:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PBDjy-0000Ed-Hp for bug-gnu-emacs@gnu.org; Wed, 27 Oct 2010 17:41:02 -0400 Resent-From: Stefan Monnier Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Wed, 27 Oct 2010 21:41:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 7284 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Mail-Followup-To: 7284@debbugs.gnu.org, monnier@iro.umontreal.ca Original-Received: via spool by 7284-done@debbugs.gnu.org id=D7284.1288215625894 (code D ref 7284); Wed, 27 Oct 2010 21:41:02 +0000 Original-Received: (at 7284-done) by debbugs.gnu.org; 27 Oct 2010 21:40:25 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBDjN-0000EN-2c for submit@debbugs.gnu.org; Wed, 27 Oct 2010 17:40:25 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181] helo=ironport2-out.pppoe.ca) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PBDdo-0000Bo-Bi for 7284-done@debbugs.gnu.org; Wed, 27 Oct 2010 17:34:40 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgQJAJc4yExFxL/T/2dsb2JhbACgRnxywH2FSASSKg X-IronPort-AV: E=Sophos;i="4.58,248,1286164800"; d="scan'208";a="80862088" Original-Received: from 69-196-191-211.dsl.teksavvy.com (HELO pastel.home) ([69.196.191.211]) by ironport2-out.pppoe.ca with ESMTP/TLS/ADH-AES256-SHA; 27 Oct 2010 17:38:47 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id E89B6A8557; Wed, 27 Oct 2010 17:38:46 -0400 (EDT) In-Reply-To: (Aaron S. Hawley's message of "Tue, 26 Oct 2010 15:47:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Mailman-Approved-At: Wed, 27 Oct 2010 17:40:24 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Wed, 27 Oct 2010 17:41:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:41170 Archived-At: > - (with-current-buffer (let ((buff (if (eq major-mode 'diff-mode) > + (with-current-buffer (let ((buff (if (derived-mode-p 'diff-mode) Installed in the emacs-23 branch, thank you, Stefan