From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: diff-mode Date: Tue, 14 Dec 2010 10:22:07 -0500 Message-ID: References: <6174A3FCFD074EF5A396A7D095DEB814@us.oracle.com> NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1292340166 4151 80.91.229.12 (14 Dec 2010 15:22:46 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Dec 2010 15:22:46 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Dec 14 16:22:42 2010 Return-path: Envelope-to: geh-help-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 1PSWi4-0000lT-Cc for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Dec 2010 16:22:36 +0100 Original-Received: from localhost ([127.0.0.1]:42790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSWi3-0005p4-Rz for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Dec 2010 10:22:35 -0500 Original-Received: from [140.186.70.92] (port=60865 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PSWhg-0005on-0B for help-gnu-emacs@gnu.org; Tue, 14 Dec 2010 10:22:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PSWhe-0004C8-J8 for help-gnu-emacs@gnu.org; Tue, 14 Dec 2010 10:22:11 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:56229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PSWhe-0004C4-FD for help-gnu-emacs@gnu.org; Tue, 14 Dec 2010 10:22:10 -0500 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1PSWhb-0004rl-Iq for help-gnu-emacs@gnu.org; Tue, 14 Dec 2010 10:22:07 -0500 In-reply-to: (message from Andrea Crotti on Tue, 14 Dec 2010 15:40:22 +0100) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:77495 Archived-At: > From: Andrea Crotti > Date: Tue, 14 Dec 2010 15:40:22 +0100 > > Eli Zaretskii writes: > > > > "Tools->Apply patch" from the menu bar. Is this what you want? > > Yes but well, something where I can read and analyze the diff before > patching one by one is better. The command ediff-patch-file, which is run by that menu item, can take the patch from a buffer (see its doc string for the details). So you could study the patch, and then apply it right from the buffer. > But now I tried with "Emacs -Q" and this works fine, so it's something > related to my configuration... Yep, looks like that.