From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: M-n in diff mode: use to a better spot? Date: Sun, 06 Jun 2004 18:33:22 -0400 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <86r7st3pv9.fsf@rumba.de.uu.net> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1086561220 613 80.91.224.253 (6 Jun 2004 22:33:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 6 Jun 2004 22:33:40 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Mon Jun 07 00:33:34 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 1BX6Cr-0001qF-00 for ; Mon, 07 Jun 2004 00:33:33 +0200 Original-Received: from lists.gnu.org ([199.232.76.165]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BX6Cr-00012n-00 for ; Mon, 07 Jun 2004 00:33:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BX6DN-0002NB-54 for emacs-devel@quimby.gnus.org; Sun, 06 Jun 2004 18:34:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BX6DK-0002N6-I8 for emacs-devel@gnu.org; Sun, 06 Jun 2004 18:34:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BX6DK-0002Mu-4r for emacs-devel@gnu.org; Sun, 06 Jun 2004 18:34:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BX6DK-0002Mr-2c for emacs-devel@gnu.org; Sun, 06 Jun 2004 18:34:02 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BX6Ch-00015A-4b for emacs-devel@gnu.org; Sun, 06 Jun 2004 18:33:23 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1BX6Cg-0002Q0-Qo; Sun, 06 Jun 2004 18:33:22 -0400 Original-To: Kai Grossjohann In-reply-to: <86r7st3pv9.fsf@rumba.de.uu.net> (message from Kai Grossjohann on Sun, 06 Jun 2004 13:08:58 +0200) 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:24625 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:24625 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? Are you suggesting that if point is at the start of the hunk, C-x 4 a should operate on the file position of first change in the hunk, rather than on the file position corresponding to point? That would have the effect you want, and I think it would not cause problems.