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: 23.0.60; Ediff's Apply Patch To A File fails Date: Sat, 15 Mar 2008 23:37:37 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v753) Content-Type: text/plain; charset=WINDOWS-1252; delsp=yes; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1205654534 27483 80.91.229.12 (16 Mar 2008 08:02:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2008 08:02:14 +0000 (UTC) To: emacs-pretest-bug@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 16 09:02:42 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 1JanpJ-0003m5-Ei for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2008 09:02:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Janoj-0006rU-RW for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2008 04:02:05 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Janod-0006pS-S0 for emacs-devel@gnu.org; Sun, 16 Mar 2008 04:01:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jannc-0006QF-Sw for emacs-devel@gnu.org; Sun, 16 Mar 2008 04:01:00 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JannV-0006PC-Dz for emacs-devel@gnu.org; Sun, 16 Mar 2008 04:00:49 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JannU-00067f-UX for emacs-devel@gnu.org; Sun, 16 Mar 2008 04:00:49 -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 1Jan4A-0007mP-UR for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 03:13:59 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Jan45-0002Q2-VN for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 03:13:57 -0400 Original-Received: from mx20.gnu.org ([199.232.41.8]) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jan44-0002Ph-Iy for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 03:13:53 -0400 Original-Received: from mout3.freenet.de ([195.4.92.93]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jan3z-0006PY-0p for emacs-pretest-bug@gnu.org; Sun, 16 Mar 2008 03:13:47 -0400 Original-Received: from [195.4.92.15] (helo=5.mx.freenet.de) by mout3.freenet.de with esmtpa (Exim 4.69) (envelope-from ) id 1Jaf0X-0005en-9m for emacs-pretest-bug@gnu.org; Sat, 15 Mar 2008 23:37:41 +0100 Original-Received: from fcd2f.f.ppp-pool.de ([195.4.205.47]:58926 helo=[192.168.1.2]) by 5.mx.freenet.de with esmtpsa (ID peter_dyballa@freenet.de) (TLSv1:AES128-SHA:128) (port 25) (Exim 4.69 #12) id 1Jaf0W-0007yG-St for emacs-pretest-bug@gnu.org; Sat, 15 Mar 2008 23:37:41 +0100 X-Mailer: Apple Mail (2.753) X-detected-kernel: by mx20.gnu.org: Linux 2.6 (newer, 3) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:92719 gmane.emacs.pretest.bugs:21598 Archived-At: Hello! I received files with patches. I opened one in GNU Emacs. When I =20 chose from the Tools menu "Apply Patch To A File" it failed. When I =20 had open in the other window the ELisp file to be patched, it worked =20 with "Apply Patch To A Buffer" from the Tools menu. Is this the =20 correct behaviour? The patch(es) start like: *** /tmp/tramp.el.~2.629.~ Fri Mar 14 09:46:55 2008 --- /tmp/tramp.el Fri Mar 14 09:46:55 2008 *************** *** 3051,3073 **** First arg OP is either `copy' or `rename' and indicates the =20 operation. FILENAME is the source file, NEWNAME the target file. KEEP-DATE is non-nil if NEWNAME should have the same timestamp as =20 FILENAME." ! (let ((modtime (nth 5 (file-attributes filename)))) ... or: *** /home/albinus/src/tramp/lisp/tramp.el.~2.629.~ 2008-02-09 =20 09:43:33.000000000 +0100 --- /home/albinus/src/tramp/lisp/tramp.el 2008-03-15 =20 17:57:33.000000000 +0100 *************** *** 3051,3073 **** First arg OP is either `copy' or `rename' and indicates the =20 operation. FILENAME is the source file, NEWNAME the target file. KEEP-DATE is non-nil if NEWNAME should have the same timestamp as =20 FILENAME." ! (let ((modtime (nth 5 (file-attributes filename)))) In GNU Emacs 23.0.60.2 (powerpc-apple-darwin8.11.0, X toolkit, Xaw3d =20 scroll bars) of 2008-03-15 on Latsche.local Windowing system distributor `The XFree86 Project, Inc', version =20 11.0.40400000 configured using `configure '--without-pop' '--without-sound' '--=20 with-xft' '--with-libotf' '--with-dbus' '--with-x-toolkit=3Dathena' '--=20= enable-font-backend' '--enable-locallisppath=3D/Library/Application =20 Support/Emacs/calendar23:/Library/Application Support/Emacs/caml:/=20 Library/Application Support/Emacs:/sw/share/emacs21/site-lisp/elib' =20 'PKG_CONFIG_PATH=3D/sw/lib/freetype219/lib/pkgconfig:/sw/lib/=20 fontconfig2/lib/pkgconfig:/sw/lib/pkgconfig:/sw/lib/system-openssl/=20 lib/pkgconfig:/sw/share/pkgconfig:/usr/lib/pkgconfig:/usr/local/lib/=20 pkgconfig:/usr/local/clamXav/lib/pkgconfig:/usr/X11R6/lib/pkgconfig' =20 'CPPFLAGS=3D-no-cpp-precomp -D__BIND_NOSTATIC -I/sw/lib/fontconfig2/=20 include -I/sw/lib/freetype219/include -I/sw/lib/freetype219/include/=20 freetype2 -idirafter /usr/X11R6/include' 'CFLAGS=3D-ggdb -gfull -=20 bind_at_load -Wno-pointer-sign -pipe -fPIC -mcpu=3D7450 -mtune=3D7450 -=20= mno-powerpc64 -fast -mpim-altivec -ftree-vectorize -freorder-blocks-=20 and-partition -fno-crossjumping' 'LDFLAGS=3D-bind_at_load -dead_strip -=20= multiply_defined suppress -L/sw/lib/fontconfig2/lib -L/sw/lib/=20 freetype219/lib'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: de_DE.UTF-8 value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: de_DE.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Dired by name Minor modes in effect: TeX-PDF-mode: t shell-dirtrack-mode: t show-paren-mode: t display-time-mode: t desktop-save-mode: t tooltip-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t global-auto-composition-mode: t auto-composition-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t -- Mit friedvollen Gr=FC=DFen Pete "A designer knows he has arrived at perfection not when there is no =20= longer anything to add, but when there is no longer anything to take =20 away." =96 Antoine de Saint-Exup=E9ry