From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Peter Dyballa Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; Ediff's Apply Patch To A File fails Date: Mon, 17 Mar 2008 00:14:40 +0100 Message-ID: <797CA6EA-E04A-47A4-99D7-662672ADF34D@freenet.de> References: <7577305A-6236-45C0-9C2E-B8A07F2A3B38@freenet.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1205709319 23775 80.91.229.12 (16 Mar 2008 23:15:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2008 23:15:19 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org, monnier@iro.umontreal.ca To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 17 00:15:47 2008 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 1Jb24m-0008Aj-CS for ged-emacs-devel@m.gmane.org; Mon, 17 Mar 2008 00:15:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jb24C-0003Bo-Ca for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2008 19:15:00 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jb245-00038U-NF for emacs-devel@gnu.org; Sun, 16 Mar 2008 19:14:53 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jb243-00036T-64 for emacs-devel@gnu.org; Sun, 16 Mar 2008 19:14:52 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jb242-000368-Q5 for emacs-devel@gnu.org; Sun, 16 Mar 2008 19:14:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jb242-0005zY-IX for emacs-devel@gnu.org; Sun, 16 Mar 2008 19:14:50 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Jb242-0002Ch-C9 for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 19:14:50 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jb23z-0005yT-0c for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 19:14:50 -0400 Original-Received: from mout1.freenet.de ([195.4.92.91]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jb23y-0005xr-IE; Sun, 16 Mar 2008 19:14:46 -0400 Original-Received: from [195.4.92.18] (helo=8.mx.freenet.de) by mout1.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1Jb23v-0005OU-8n; Mon, 17 Mar 2008 00:14:43 +0100 Original-Received: from fcd3e.f.ppp-pool.de ([195.4.205.62]:61690 helo=[192.168.1.2]) by 8.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #12) id 1Jb23v-0003ti-0I; Mon, 17 Mar 2008 00:14:43 +0100 In-Reply-To: X-Mailer: Apple Mail (2.753) X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:92782 gmane.emacs.pretest.bugs:21603 Archived-At: Am 16.03.2008 um 21:20 schrieb Eli Zaretskii: >>> Please characterize the failure. >> >> >> When trying to patch the file on disk, only a .rej file was created. >> When trying to patch the same file opened in a buffer, it worked, the >> complete patch was applied. > > Could be an EOL problem, or some other whitespace-related snafu? The patch files are undecided unix, the ELisp file to patch is incorrectly set up: ;;; tramp.el --- Transparent Remote Access, Multiple Protocol ;;; -*- mode: Emacs-Lisp; coding: utf-8; -*- So it's ISO Latin-1: iso-latin-1-unix. (I'll write another bug report on this.) -- Greetings Pete There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson