From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Lennart Borgman (gmail)" Newsgroups: gmane.emacs.devel Subject: Re: Coding system used by call-process-region? Date: Thu, 08 Mar 2007 00:15:00 +0100 Message-ID: <45EF4774.4020109@gmail.com> References: <45ED8A3D.1010403@gmail.com> <45EDF26C.7070305@gmail.com> <45EEB885.8070901@gmail.com> <45EEBDB7.5050303@gmx.at> <45EEC79E.6050901@gmail.com> <45EEFA64.8020400@gmx.at> <45EF0021.7010609@gmail.com> <45EF04CE.5000409@gmx.at> <45EF2B0C.309@gmail.com> <45EF38F4.5070506@gmx.at> <45EF3C3B.9000307@gmail.com> <45EF3D78.8040503@gmx.at> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1173309324 26161 80.91.229.12 (7 Mar 2007 23:15:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 7 Mar 2007 23:15:24 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: martin rudalics Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 08 00:15:18 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HP5Lp-0002sl-2n for ged-emacs-devel@m.gmane.org; Thu, 08 Mar 2007 00:15:17 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP5Lx-0003rR-DX for ged-emacs-devel@m.gmane.org; Wed, 07 Mar 2007 18:15:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HP5Ln-0003rM-B3 for emacs-devel@gnu.org; Wed, 07 Mar 2007 18:15:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HP5Ll-0003r7-UI for emacs-devel@gnu.org; Wed, 07 Mar 2007 18:15:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HP5Ll-0003r4-Kn for emacs-devel@gnu.org; Wed, 07 Mar 2007 18:15:13 -0500 Original-Received: from ch-smtp01.sth.basefarm.net ([80.76.149.212]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HP5LX-0002XR-9e; Wed, 07 Mar 2007 18:14:59 -0500 Original-Received: from c83-254-145-24.bredband.comhem.se ([83.254.145.24]:63533 helo=[127.0.0.1]) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.63) (envelope-from ) id 1HP5LV-00068E-3I; Thu, 08 Mar 2007 00:14:57 +0100 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.10) Gecko/20070221 Thunderbird/1.5.0.10 Mnenhy/0.7.5.666 In-Reply-To: <45EF3D78.8040503@gmx.at> X-Antivirus: avast! (VPS 000722-2, 2007-03-07), Outbound message X-Antivirus-Status: Clean X-Scan-Result: No virus found in message 1HP5LV-00068E-3I. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1HP5LV-00068E-3I 75a5bf6a67edeb9a64449e8291a23e8d X-detected-kernel: Linux 2.6? (barebone, rare!) 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:67543 Archived-At: martin rudalics wrote: >> But which command do you mean then? If you mean Apply Hunk >> (diff-apply-hunk) I have learned that it does not use an external >> patch program. > > I meant `ediff-patch-file' instead of `ediff-patch-buffer'. I think I did once (not quite sure), but it will not make any difference since they are both using ediff-patch-file-internal and it is there Emacs freezes, in the call to call-process-region.