From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kai Grossjohann Newsgroups: gmane.emacs.devel Subject: M-n in diff mode: use to a better spot? Date: Sun, 06 Jun 2004 13:08:58 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <86r7st3pv9.fsf@rumba.de.uu.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1086520165 32241 80.91.224.253 (6 Jun 2004 11:09:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Jun 2004 11:09:25 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Sun Jun 06 13:09:18 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 1BWvWg-0008NN-00 for ; Sun, 06 Jun 2004 13:09:18 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BWvWf-0000uU-00 for ; Sun, 06 Jun 2004 13:09:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWvX9-00076l-OU for emacs-devel@quimby.gnus.org; Sun, 06 Jun 2004 07:09:47 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BWvX2-00076L-Fu for emacs-devel@gnu.org; Sun, 06 Jun 2004 07:09:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BWvX0-00075l-JB for emacs-devel@gnu.org; Sun, 06 Jun 2004 07:09:39 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BWvX0-00075i-Gj for emacs-devel@gnu.org; Sun, 06 Jun 2004 07:09:38 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BWvWO-0007Xy-Ou for emacs-devel@gnu.org; Sun, 06 Jun 2004 07:09:01 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BWvWO-0000z0-00 for ; Sun, 06 Jun 2004 13:09:00 +0200 Original-Received: from pd951f4f2.dip.t-dialin.net ([217.81.244.242]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jun 2004 13:09:00 +0200 Original-Received: from kai by pd951f4f2.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sun, 06 Jun 2004 13:09:00 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-devel@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd951f4f2.dip.t-dialin.net User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:9Gl/rHUC8ui7kdGLLaPWlAvj3Kw= 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:24601 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24601 For composing my ChangeLog entries, I like to do C-x v = on the current file (or `=' from PCL-CVS), then I iterate over the hunks and describe each change listed there. However, it fairly often happens that the beginning of the hunk is not in the method I would like to describe. So what I do is to manually move point down to the line starting with + or -, so that C-x 4 a will automatically fill in the right method name for me. WIBNI there was some automatic way of moving to the right spot in the diff buffer, so that C-x 4 a can provide a better default? Kai