From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] misc.texi, files.texi Date: Sat, 06 May 2006 10:24:42 -0400 Message-ID: References: <17495.59935.582619.357092@farnswood.snap.net.nz> <17498.54974.330326.47241@farnswood.snap.net.nz> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1146925504 9538 80.91.229.2 (6 May 2006 14:25:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 14:25:04 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 06 16:25:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcNiP-0000PW-Le for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 16:25:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcNiP-00087Q-9G for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 10:25:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcNi9-000840-Ej for emacs-devel@gnu.org; Sat, 06 May 2006 10:24:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcNi7-000816-VB for emacs-devel@gnu.org; Sat, 06 May 2006 10:24:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcNi7-00080o-HS for emacs-devel@gnu.org; Sat, 06 May 2006 10:24:43 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcNiW-00052W-1j for emacs-devel@gnu.org; Sat, 06 May 2006 10:25:08 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1FcNi6-0004Wv-7t; Sat, 06 May 2006 10:24:42 -0400 Original-To: Nick Roberts In-reply-to: <17498.54974.330326.47241@farnswood.snap.net.nz> (message from Nick Roberts on Fri, 5 May 2006 16:38:22 +1200) 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:53998 Archived-At: I also see you removed: You can also use @kbd{C-x `} to visit successive changed locations in the two source files, as in Compilation mode (@pxref{Compilation Mode}.) I removed this because it is a property of Diff mode rather than those specific commands; but I overlooked that this wasn't documented in the Diff Mode node either. I will make this change: *** files.texi 05 May 2006 16:57:47 -0400 1.142 --- files.texi 05 May 2006 20:19:10 -0400 *************** *** 2225,2232 **** One general feature of Diff mode is that manual edits to the patch automatically correct line numbers, including those in the hunk header, so that you can actually apply the edited patch. Diff mode ! also provides the following commands to navigate, manipulate and apply ! parts of patches: @table @kbd @item M-n --- 2225,2234 ---- One general feature of Diff mode is that manual edits to the patch automatically correct line numbers, including those in the hunk header, so that you can actually apply the edited patch. Diff mode ! treats each hunk location as an ``error message'', so that you can use ! commands such as @kbd{C-x '} to visit the corresponding source ! locations. It also provides the following commands to navigate, ! manipulate and apply parts of patches: @table @kbd @item M-n