X-Loop: help-debbugs@HIDDEN Subject: bug#21786: 24.5; When resolving a svn conflict, Emacs regards the file as changed on disk Resent-From: Vincent Lefevre <vincent@HIDDEN> Original-Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> Resent-CC: bug-gnu-emacs@HIDDEN Resent-Date: Thu, 29 Oct 2015 13:35:03 +0000 Resent-Message-ID: <handler.21786.B.144612565728204 <at> debbugs.gnu.org> Resent-Sender: help-debbugs@HIDDEN X-GNU-PR-Message: report 21786 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 21786 <at> debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@HIDDEN Received: via spool by submit <at> debbugs.gnu.org id=B.144612565728204 (code B ref -1); Thu, 29 Oct 2015 13:35:03 +0000 Received: (at submit) by debbugs.gnu.org; 29 Oct 2015 13:34:17 +0000 Received: from localhost ([127.0.0.1]:43432 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>) id 1ZrnLI-0007Kl-Fq for submit <at> debbugs.gnu.org; Thu, 29 Oct 2015 09:34:16 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60001) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from <vincent@HIDDEN>) id 1ZrnKp-0007K2-8s for submit <at> debbugs.gnu.org; Thu, 29 Oct 2015 09:34:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1ZrnKn-0001wp-8R for submit <at> debbugs.gnu.org; Thu, 29 Oct 2015 09:33:42 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45212) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1ZrnKn-0001wl-5H for submit <at> debbugs.gnu.org; Thu, 29 Oct 2015 09:33:41 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41755) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1ZrnKk-0005pJ-UD for bug-gnu-emacs@HIDDEN; Thu, 29 Oct 2015 09:33:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1ZrnKg-0001v0-Ta for bug-gnu-emacs@HIDDEN; Thu, 29 Oct 2015 09:33:38 -0400 Received: from ioooi.vinc17.net ([92.243.22.117]:50511) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <vincent@HIDDEN>) id 1ZrnKg-0001tP-IW for bug-gnu-emacs@HIDDEN; Thu, 29 Oct 2015 09:33:34 -0400 Received: from smtp-zira.vinc17.net (128.119.75.86.rev.sfr.net [86.75.119.128]) by ioooi.vinc17.net (Postfix) with ESMTPSA id 61F425F1; Thu, 29 Oct 2015 14:33:26 +0100 (CET) Received: by zira.vinc17.org (Postfix, from userid 1000) id 36E34C20B2F; Thu, 29 Oct 2015 14:33:26 +0100 (CET) From: Vincent Lefevre <vincent@HIDDEN> Date: Thu, 29 Oct 2015 14:33:26 +0100 Message-ID: <87eggdre8p.fsf@HIDDEN> MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -5.0 (-----) X-BeenThere: debbugs-submit <at> debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: <debbugs-submit.debbugs.gnu.org> List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe> List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/> List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org> List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help> List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe> Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org> X-Spam-Score: -5.0 (-----) When I resolve a svn conflict, Emacs regards the file as changed on disk. I'm doing the following: zira:~/software/mpfr-3.1> svn merge -c 9699 ../mpfr . --- Merging r9699 into '.': U src/mulders.c C tests/tdiv.c --- Recording mergeinfo for merge of r9699 into '.': U . --- Recording mergeinfo for merge of r9699 into 'tests/tdiv.c': U tests/tdiv.c Summary of conflicts: Text conflicts: 1 Conflict discovered in file 'tests/tdiv.c'. Select: (p) postpone, (df) show diff, (e) edit file, (m) merge, (mc) my side of conflict, (tc) their side of conflict, (s) show all options: p Summary of conflicts: Text conflicts: 1 zira:~/software/mpfr-3.1> emacs tests/tdiv.c Over the text after the =====, I do mouse-3 Keep Current, then C-x C-s to save. Until now, everything is OK. But if I try to edit the file, e.g. by hitting the space bar, I get: tdiv.c changed on disk; really edit the buffer? This is always reproducible. In GNU Emacs 24.5.1 (x86_64-pc-linux-gnu, GTK+ Version 3.18.2) of 2015-10-24 on trouble, modified by Debian Windowing system distributor `The X.Org Foundation', version 11.0.11703000 System Description: Debian GNU/Linux stable-updates (sid) Configured using: `configure --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --build x86_64-linux-gnu --prefix=/usr --sharedstatedir=/var/lib --libexecdir=/usr/lib --localstatedir=/var/lib --infodir=/usr/share/info --mandir=/usr/share/man --with-pop=yes --enable-locallisppath=/etc/emacs24:/etc/emacs:/usr/local/share/emacs/24.5/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/24.5/site-lisp:/usr/share/emacs/site-lisp --with-x=yes --with-x-toolkit=gtk3 --with-toolkit-scroll-bars 'CFLAGS=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wall' CPPFLAGS=-D_FORTIFY_SOURCE=2 LDFLAGS=-Wl,-z,relro' Important settings: value of $LC_COLLATE: POSIX value of $LC_CTYPE: en_US.UTF-8 value of $LC_TIME: en_DK value of $LANG: POSIX locale-coding-system: utf-8-unix Major mode: C/l Minor modes in effect: diff-auto-refine-mode: t display-time-mode: t show-paren-mode: t tooltip-mode: t electric-indent-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 auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Recent messages: Loading /etc/emacs/site-start.d/50rnc-mode.el (source)...done Loading /home/vinc17/share/emacs/site-lisp/mutteditor.el (source)...done Loading time...done For information about GNU Emacs and the GNU system, type C-h C-a. There are unresolved conflicts in this file <mouse-5> is undefined Saving file /home/vinc17/software/mpfr-3.1/tests/tdiv.c... Wrote /home/vinc17/software/mpfr-3.1/tests/tdiv.c Quit Making completion list... Load-path shadows: /usr/share/emacs/24.5/site-lisp/debian-startup hides /usr/share/emacs/site-lisp/debian-startup /usr/share/emacs/site-lisp/rst hides /usr/share/emacs/24.5/lisp/textmodes/rst /usr/share/emacs24/site-lisp/latex-cjk-thai/thai-word hides /usr/share/emacs/24.5/lisp/language/thai-word Features: (shadow sort gnus-util mail-extr warnings emacsbug message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils help-mode smerge-mode diff-mode easy-mmode vc-dispatcher vc-svn cc-langs cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds time cus-start cus-load paren cc-styles cc-align cc-engine cc-vars cc-defs edmacro kmacro cl-loaddefs cl-lib time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 16 121574 6246) (symbols 48 21966 0) (miscs 40 62 95) (strings 32 22009 4775) (string-bytes 1 675927) (vectors 16 12348) (vector-slots 8 422137 3434) (floats 8 73 274) (intervals 56 793 18) (buffers 960 15) (heap 1024 41494 1119))
Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) Content-Type: text/plain; charset=utf-8 X-Loop: help-debbugs@HIDDEN From: help-debbugs@HIDDEN (GNU bug Tracking System) To: Vincent Lefevre <vincent@HIDDEN> Subject: bug#21786: Acknowledgement (24.5; When resolving a svn conflict, Emacs regards the file as changed on disk) Message-ID: <handler.21786.B.144612565728204.ack <at> debbugs.gnu.org> References: <87eggdre8p.fsf@HIDDEN> X-Gnu-PR-Message: ack 21786 X-Gnu-PR-Package: emacs Reply-To: 21786 <at> debbugs.gnu.org Date: Thu, 29 Oct 2015 13:35:05 +0000 Thank you for filing a new bug report with debbugs.gnu.org. This is an automatically generated reply to let you know your message has been received. Your message is being forwarded to the package maintainers and other interested parties for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): bug-gnu-emacs@HIDDEN If you wish to submit further information on this problem, please send it to 21786 <at> debbugs.gnu.org. Please do not send mail to help-debbugs@HIDDEN unless you wish to report a problem with the Bug-tracking system. --=20 21786: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D21786 GNU Bug Tracking System Contact help-debbugs@HIDDEN with problems
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.