From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 06:33:17 2014 Received: (at submit) by debbugs.gnu.org; 24 Nov 2014 11:33:18 +0000 Received: from localhost ([127.0.0.1]:43262 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XsrtN-00025a-2b for submit@debbugs.gnu.org; Mon, 24 Nov 2014 06:33:17 -0500 Received: from eggs.gnu.org ([208.118.235.92]:48104) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XsrtK-00025P-5h for submit@debbugs.gnu.org; Mon, 24 Nov 2014 06:33:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XsrtC-0004V6-2X for submit@debbugs.gnu.org; Mon, 24 Nov 2014 06:33:13 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: *** X-Spam-Status: No, score=3.1 required=5.0 tests=BAYES_50,FUZZY_PRICES autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:34539) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XsrtB-0004Us-UK for submit@debbugs.gnu.org; Mon, 24 Nov 2014 06:33:05 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49772) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsrt4-00045P-RJ for bug-gnu-emacs@gnu.org; Mon, 24 Nov 2014 06:33:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xsrsx-0004Qy-Li for bug-gnu-emacs@gnu.org; Mon, 24 Nov 2014 06:32:58 -0500 Received: from mail1.bemta4.messagelabs.com ([85.158.143.249]:10972) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xsrsx-0004Pi-EP for bug-gnu-emacs@gnu.org; Mon, 24 Nov 2014 06:32:51 -0500 Received: from [85.158.143.35] by server-2.bemta-4.messagelabs.com id CF/CF-25276-26713745; Mon, 24 Nov 2014 11:32:50 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-6.tower-21.messagelabs.com!1416828768!14810621!1 X-Originating-IP: [80.169.169.167] X-StarScan-Received: X-StarScan-Version: 6.12.4; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 6004 invoked from network); 24 Nov 2014 11:32:49 -0000 Received: from unknown (HELO WCL-EXCHCAS02.wcl.local) (80.169.169.167) by server-6.tower-21.messagelabs.com with AES128-SHA encrypted SMTP; 24 Nov 2014 11:32:49 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.44]) by WCL-EXCHCAS02.wcl.local ([149.85.127.102]) with mapi id 14.03.0123.003; Mon, 24 Nov 2014 11:32:48 +0000 From: Ed Avis To: "'bug-gnu-emacs@gnu.org'" Subject: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AdAH2k+T7hPnkG0BR/CxfrH9+sP8YQ== Date: Mon, 24 Nov 2014 11:32:47 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.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: -3.3 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Use vc-mode to edit a file in a Subversion working copy, where the file has the property svn:keywords set to 'Id' and contains a magic $Id: $ string. On committing with C-x v v, the file will be reloaded after the commit, and point jumps to the top of the buffer. This is annoying because you lose the place you were working at. It is necessary to reload the file on commit because the version control system will have modified the Id: dropping, but this is a small change that doesn't affect the position of the rest of the text in the document. (The only version control post-commit operation that might make a significant difference to text position is the old practice of including the whole Log: in the file, but only older systems like RCS and CVS support that. Even then, the Log: is often appended at the end of the file, so will not affect the current cursor position.) When committing, Emacs should continue to reload the file contents afterwards, but it should save the current point and not move to the start of the buffer after the reload. In GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) of 2014-11-03 on wcl-linux04.wcl.local Configured using: `configure --build=3Dx86_64-redhat-linux-gnu --host=3Dx86_64-redhat-linux-gnu --program-prefix=3D --disable-dependency-tracking --prefix=3D/usr --exec-prefix=3D/usr --bindir=3D/usr/bin --sbindir=3D/usr/sbin --sysconfdir=3D/etc --datadir=3D/usr/share --includedir=3D/usr/include --libdir=3D/usr/lib64 --libexecdir=3D/usr/libexec --localstatedir=3D/var --sharedstatedir=3D/var/lib --mandir=3D/usr/share/man --infodir=3D/usr/share/info --with-dbus --with-gif --with-jpeg --with-png= --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=3Dgtk3 --with-gpm=3Dno build_alias=3Dx86_64-redhat-linux-gnu host_alias=3Dx86_64-redhat-linux-gnu 'CFLAGS=3D-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=3D2 -fexceptions -fstack-protector-strong --param=3Dssp-buffer-size=3D4 -grecord-gcc-switches -m64 -mtune=3Dgeneric' 'LDFLAGS=3D-Wl,-z,relro '' Important settings: value of $LC_COLLATE:=20C value of $LC_CTYPE: en_GB.UTF-8 value of $LC_MESSAGES: en_GB.UTF-8 value of $LC_MONETARY: en_GB.UTF-8 value of $LC_NUMERIC: en_GB.UTF-8 value of $LC_TIME: en_GB.UTF-8 value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8-unix Major mode: nXML Minor modes in effect: diff-auto-refine-mode: t shell-dirtrack-mode: t tooltip-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t Recent input: SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC b u t SPC n=20 o t e SPC w e SPC s t i l l SPC f i DEL DEL d i v i=20 d e SPC b y SPC t h e SPC p r i c e SPC f o r SPC M=20 S C I L E M U . SPC - - > C-a C-x C-s C-n C-n C-n C-n=20 C-n C-n C-n C-n C-n C-n C-n C-e RET SPC SPC SPC SPC=20 SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC SPC=20 SPC SPC DEL DEL < ! - - SPC R e c e n t l y SPC s e=20 DEL DEL w e SPC u s e SPC M S C I L E M U SPC f o r=20 SPC e v e r y t h i n g . SPC - - > C-a C-x C-s ESC=20 ! ESC p RET C-x v =3D C-x v v M s c i D a i l y E ESC=20 / : SPC DEL DEL DEL DEL DEL DEL DEL DEL DEL DEL : SPC=20 m a d e SPC i g t SPC m o r DEL DEL DEL DEL DEL DEL=20 t o DEL SPC m o r e SPC e x p l i c i t SPC w h a t=20 SPC h a p p e n s SPC f o r SPC E U . C-c C-c C-x o=20 C-s M S C I L E U X C-a C-x 1 ESC x r e p o r t SPC=20 e m a SPC b SPC RET Recent messages: Wrote /home/eda/svn_working/repos/wwwroot/WaniSystems/Configuration/Market= Sampler/jobs/build.trend.signals.xml (Shell command succeeded with no output) Finding changes in /home/eda/svn_working/repos/wwwroot/WaniSystems/Configu= ration/MarketSampler/jobs/build.trend.signals.xml...done Mark set Press C-c C-c when you are done editing. Enter a change comment. Type C-c C-c when done Scanning for dabbrevs...done Expansion found in 'build.trend.signals.xml' Checking in /home/eda/svn_working/repos/wwwroot/WaniSystems/Configuration/= MarketSampler/jobs/build.trend.signals.xml...done Mark saved where search started Load-path shadows: None found. Features: (shadow sort mail-extr emacsbug sendmail rect edmacro tabify man smerge-mode kmacro sql view imenu ffap thingatpt url-parse auth-source eieio eieio-core gnus-util password-cache url-vars log-view nxml-uchnm rng-xsd xsd-regexp rng-cmpct rng-nxml rng-valid rng-loc rng-uri rng-parse nxml-parse rng-match rng-dt rng-util rng-pttrn nxml-ns nxml-mode nxml-outln nxml-rap nxml-util nxml-glyph nxml-enc xmltok diff-mode vc cus-edit wid-edit cus-start cus-load perl-mode misearch multi-isearch dabbrev vc-dispatcher vc-svn sgml-mode help-mode pcmpl-unix xterm time-date log-edit easy-mmode message format-spec rfc822 mml mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailheader pcvs-util add-log server csharp-mode advice help-fns byte-opt bytecomp byte-compile cconv cc-langs cc-mode cc-fonts easymenu cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs zoom-frm frame-cmds frame-fns cl-macs avoid cl gv cl-loaddefs cl-lib compile shell pcomplete comint ring ansi-color 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 915462 54113) (symbols 48 28605 0) (miscs 40 461 2246) (strings 32 45936 8283) (string-bytes 1 3543189) (vectors 16 19189) (vector-slots 8 475781 19377) (floats 8 122 690) (intervals 56 90072 2241) (buffers 960 54) (heap 1024 66414 1951)) =20 ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 10:00:11 2014 Received: (at 19161) by debbugs.gnu.org; 24 Nov 2014 15:00:11 +0000 Received: from localhost ([127.0.0.1]:44011 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xsv7a-0001oG-Ps for submit@debbugs.gnu.org; Mon, 24 Nov 2014 10:00:11 -0500 Received: from chene.dit.umontreal.ca ([132.204.246.20]:58608) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xsv7Y-0001o7-Kb for 19161@debbugs.gnu.org; Mon, 24 Nov 2014 10:00:09 -0500 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id sAOF07iI004226; Mon, 24 Nov 2014 10:00:07 -0500 Received: by pastel.home (Postfix, from userid 20848) id 0B77A62B9; Mon, 24 Nov 2014 10:00:07 -0500 (EST) From: Stefan Monnier To: Ed Avis Subject: Re: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Message-ID: References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> Date: Mon, 24 Nov 2014 10:00:06 -0500 In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> (Ed Avis's message of "Mon, 24 Nov 2014 11:32:47 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5135=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5135> : inlines <1556> : streams <1347895> : uri <1835961> X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: 19161@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) > Use vc-mode to edit a file in a Subversion working copy, where the file > has the property svn:keywords set to 'Id' and contains a magic $Id: $ > string. On committing with C-x v v, the file will be reloaded after the > commit, and point jumps to the top of the buffer. This is annoying > because you lose the place you were working at. Indeed, that should not happen. Does it jump to the *very beginning* of the file, or only to "just before the $Id thingy" ? Stefan From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 11:59:27 2014 Received: (at 19161) by debbugs.gnu.org; 24 Nov 2014 16:59:27 +0000 Received: from localhost ([127.0.0.1]:44154 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xswz1-0006FO-0i for submit@debbugs.gnu.org; Mon, 24 Nov 2014 11:59:27 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:33012) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xswyy-0006FD-EX for 19161@debbugs.gnu.org; Mon, 24 Nov 2014 11:59:24 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Xswyv-0001bn-Nr; Mon, 24 Nov 2014 11:59:21 -0500 From: Glenn Morris To: Ed Avis Subject: Re: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> X-Spook: security War on Terrorism Vince Foster weapons of mass X-Ran: )WA&!"!.]pU]hS~M%~fsfzG`pi06usy X-Hue: white X-Debbugs-No-Ack: yes X-Attribution: GM Date: Mon, 24 Nov 2014 11:59:21 -0500 In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> (Ed Avis's message of "Mon, 24 Nov 2014 11:32:47 +0000") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 19161 Cc: 19161@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) Ed Avis wrote: > Use vc-mode to edit a file in a Subversion working copy, where the file > has the property svn:keywords set to 'Id' and contains a magic $Id: $ > string. On committing with C-x v v, the file will be reloaded after the > commit, and point jumps to the top of the buffer. I cannot reproduce this. Please give a recipe starting from emacs -Q. > In GNU Emacs 24.4.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.10.9) From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 12:06:28 2014 Received: (at 19161) by debbugs.gnu.org; 24 Nov 2014 17:06:28 +0000 Received: from localhost ([127.0.0.1]:44162 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xsx5o-0006bh-3Q for submit@debbugs.gnu.org; Mon, 24 Nov 2014 12:06:28 -0500 Received: from mail1.bemta14.messagelabs.com ([193.109.254.115]:62346) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xsx5l-0006bQ-Cs for 19161@debbugs.gnu.org; Mon, 24 Nov 2014 12:06:27 -0500 Received: from [193.109.254.147] by server-11.bemta-14.messagelabs.com id E5/39-02696-E8563745; Mon, 24 Nov 2014 17:06:22 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-9.tower-27.messagelabs.com!1416848782!14498614!1 X-Originating-IP: [213.212.127.155] X-StarScan-Received: X-StarScan-Version: 6.12.4; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 8643 invoked from network); 24 Nov 2014 17:06:22 -0000 Received: from unknown (HELO WCL-EXCHCAS03.wcl.local) (213.212.127.155) by server-9.tower-27.messagelabs.com with AES128-SHA encrypted SMTP; 24 Nov 2014 17:06:22 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.44]) by WCL-EXCHCAS03.wcl.local ([149.85.126.212]) with mapi id 14.03.0123.003; Mon, 24 Nov 2014 17:06:21 +0000 From: Ed Avis To: 'Glenn Morris' Subject: RE: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AdAH2k+T7hPnkG0BR/CxfrH9+sP8YQALbFRZAAAz52A= Date: Mon, 24 Nov 2014 17:06:21 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E422391@WCL-EXCH02.wcl.local> References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> In-Reply-To: Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: "19161@debbugs.gnu.org" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Thanks for looking into this. Now that you mention it, I cannot reproduce= it either, although I am sure I saw it several times just now. Please leave the bug = report open a day or two so I can dig further the next time it happens; and if I don't find the ans= wer the report can then be closed. --=20 Ed Avis ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 12:31:09 2014 Received: (at 19161) by debbugs.gnu.org; 24 Nov 2014 17:31:09 +0000 Received: from localhost ([127.0.0.1]:44202 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XsxTh-0007nY-4F for submit@debbugs.gnu.org; Mon, 24 Nov 2014 12:31:09 -0500 Received: from mail1.bemta14.messagelabs.com ([193.109.254.109]:15742) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XsxTe-0007mt-OC for 19161@debbugs.gnu.org; Mon, 24 Nov 2014 12:31:07 -0500 Received: from [193.109.254.147] by server-5.bemta-14.messagelabs.com id B1/1B-08051-45B63745; Mon, 24 Nov 2014 17:31:00 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-4.tower-27.messagelabs.com!1416850260!14522784!1 X-Originating-IP: [213.212.127.155] X-StarScan-Received: X-StarScan-Version: 6.12.4; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 21326 invoked from network); 24 Nov 2014 17:31:00 -0000 Received: from unknown (HELO WCL-EXCHCAS03.wcl.local) (213.212.127.155) by server-4.tower-27.messagelabs.com with AES128-SHA encrypted SMTP; 24 Nov 2014 17:31:00 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.44]) by WCL-EXCHCAS03.wcl.local ([149.85.126.212]) with mapi id 14.03.0123.003; Mon, 24 Nov 2014 17:31:00 +0000 From: Ed Avis To: 'Stefan Monnier' Subject: RE: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AdAH2k+T7hPnkG0BR/CxfrH9+sP8YQAHQiNVAAU9mrA= Date: Mon, 24 Nov 2014 17:30:59 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> In-Reply-To: Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: "19161@debbugs.gnu.org" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) When I observed this happening, it jumped right to the beginning of the fi= le. It was a long XML file where I was changing something part way through. When I have more details and a reliable way to reproduce the problem I wil= l post them. --=20 Ed Avis ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Mon Nov 24 20:54:13 2014 Received: (at 19161) by debbugs.gnu.org; 25 Nov 2014 01:54:13 +0000 Received: from localhost ([127.0.0.1]:44424 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xt5KX-0005ko-DS for submit@debbugs.gnu.org; Mon, 24 Nov 2014 20:54:13 -0500 Received: from chene.dit.umontreal.ca ([132.204.246.20]:41707) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Xt5KU-0005kM-D3 for 19161@debbugs.gnu.org; Mon, 24 Nov 2014 20:54:11 -0500 Received: from pastel.home (lechon.iro.umontreal.ca [132.204.27.242]) by chene.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id sAP1s4tj032646; Mon, 24 Nov 2014 20:54:04 -0500 Received: by pastel.home (Postfix, from userid 20848) id E46E462B9; Mon, 24 Nov 2014 20:54:03 -0500 (EST) From: Stefan Monnier To: Ed Avis Subject: Re: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Message-ID: References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> Date: Mon, 24 Nov 2014 20:54:03 -0500 In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> (Ed Avis's message of "Mon, 24 Nov 2014 17:30:59 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-NAI-Spam-Flag: NO X-NAI-Spam-Level: X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0.2 X-NAI-Spam-Rules: 2 Rules triggered GEN_SPAM_FEATRE=0.2, RV5135=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5135> : inlines <1556> : streams <1348146> : uri <1836020> X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: "19161@debbugs.gnu.org" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) > When I observed this happening, it jumped right to the beginning of > the file. It was a long XML file where I was changing something part > way through. When I have more details and a reliable way to reproduce > the problem I will post them. Please do, thanks, Stefan From debbugs-submit-bounces@debbugs.gnu.org Tue Nov 25 10:09:23 2014 Received: (at 19161) by debbugs.gnu.org; 25 Nov 2014 15:09:23 +0000 Received: from localhost ([127.0.0.1]:45090 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtHk3-000632-E8 for submit@debbugs.gnu.org; Tue, 25 Nov 2014 10:09:23 -0500 Received: from mail1.bemta4.messagelabs.com ([85.158.143.250]:25062) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtHk0-00062r-2d for 19161@debbugs.gnu.org; Tue, 25 Nov 2014 10:09:21 -0500 Received: from [85.158.143.35] by server-3.bemta-4.messagelabs.com id 43/B9-15461-D9B94745; Tue, 25 Nov 2014 15:09:17 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-4.tower-21.messagelabs.com!1416928157!15203235!1 X-Originating-IP: [213.212.127.155] X-StarScan-Received: X-StarScan-Version: 6.12.4; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 9682 invoked from network); 25 Nov 2014 15:09:17 -0000 Received: from unknown (HELO WCL-EXCHCAS03.wcl.local) (213.212.127.155) by server-4.tower-21.messagelabs.com with AES128-SHA encrypted SMTP; 25 Nov 2014 15:09:17 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.44]) by WCL-EXCHCAS03.wcl.local ([149.85.126.212]) with mapi id 14.03.0123.003; Tue, 25 Nov 2014 15:09:17 +0000 From: Ed Avis To: 'Stefan Monnier' Subject: RE: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AdAH2k+T7hPnkG0BR/CxfrH9+sP8YQAHQiNVAAU9mrAALVliIA== Date: Tue, 25 Nov 2014 15:09:16 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: "'19161@debbugs.gnu.org'" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) It does appear to be moving point to the Id: dropping after commit. I just saw this behaviour again - let me have another go at making a recip= e from emacs -Q. --=20 Ed Avis ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 26 22:28:52 2014 Received: (at 19161) by debbugs.gnu.org; 27 Nov 2014 03:28:52 +0000 Received: from localhost ([127.0.0.1]:46803 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtplD-0006WE-NY for submit@debbugs.gnu.org; Wed, 26 Nov 2014 22:28:51 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:1849) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtplB-0006W4-70 for 19161@debbugs.gnu.org; Wed, 26 Nov 2014 22:28:50 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AsUIAGA2ZVRFpaJS/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYjBQsLNBIUGA0kiEsJ0QQBAQEBAQUBAQEBAR2RFAeESwWMC5NakSmCFIF2ggAggXofgnsBAQE X-IPAS-Result: AsUIAGA2ZVRFpaJS/2dsb2JhbABbgw6KYssMBAICgRwXAQEBAQEBfIQDAQEDAVYjBQsLNBIUGA0kiEsJ0QQBAQEBAQUBAQEBAR2RFAeESwWMC5NakSmCFIF2ggAggXofgnsBAQE X-IronPort-AV: E=Sophos;i="5.07,380,1413259200"; d="scan'208";a="98410034" Received: from 69-165-162-82.dsl.teksavvy.com (HELO fmsmemgm.homelinux.net) ([69.165.162.82]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 26 Nov 2014 22:28:47 -0500 Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 61309AE1FE; Wed, 26 Nov 2014 22:28:47 -0500 (EST) From: Stefan Monnier To: Ed Avis Subject: Re: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Message-ID: References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> Date: Wed, 26 Nov 2014 22:28:47 -0500 In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> (Ed Avis's message of "Tue, 25 Nov 2014 15:09:16 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 19161 Cc: "'19161@debbugs.gnu.org'" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) > It does appear to be moving point to the Id: dropping after commit. > I just saw this behaviour again - let me have another go at making > a recipe from emacs -Q. I think it's probably expected behavior: When a file is reverted, the file is compared to the buffer and only the part between the first and the last changed bytes is replaced. So, in your case, the "first changed byte" is at the "$Id" thingy, and if the last changed byte is somewhere further down in the middle of the file (or worse, near the end), then any marker (including "the point", and window-points) will be moved to either right before or right after the replaced text. We could do better, by doing an actual "diff" and then applying the patch, but someone would have to write it. Stefan From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 27 06:28:32 2014 Received: (at 19161) by debbugs.gnu.org; 27 Nov 2014 11:28:32 +0000 Received: from localhost ([127.0.0.1]:47039 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtxFP-0003OV-E5 for submit@debbugs.gnu.org; Thu, 27 Nov 2014 06:28:32 -0500 Received: from mail1.bemta14.messagelabs.com ([193.109.254.118]:10844) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XtxFL-0003OK-VR for 19161@debbugs.gnu.org; Thu, 27 Nov 2014 06:28:29 -0500 Received: from [193.109.254.147] by server-14.bemta-14.messagelabs.com id 12/C0-02698-9DA07745; Thu, 27 Nov 2014 11:28:25 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-14.tower-27.messagelabs.com!1417087705!15233256!1 X-Originating-IP: [80.169.169.167] X-StarScan-Received: X-StarScan-Version: 6.12.4; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 8728 invoked from network); 27 Nov 2014 11:28:25 -0000 Received: from unknown (HELO WCL-EXCHCAS02.wcl.local) (80.169.169.167) by server-14.tower-27.messagelabs.com with AES128-SHA encrypted SMTP; 27 Nov 2014 11:28:25 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.44]) by WCL-EXCHCAS02.wcl.local ([149.85.127.102]) with mapi id 14.03.0123.003; Thu, 27 Nov 2014 11:28:25 +0000 From: Ed Avis To: 'Stefan Monnier' Subject: RE: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AQHQCfJA7hPnkG0BR/CxfrH9+sP8YZx0Vg2w Date: Thu, 27 Nov 2014 11:28:24 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E4244AB@WCL-EXCH02.wcl.local> References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> In-Reply-To: Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.172] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: 19161 Cc: "'19161@debbugs.gnu.org'" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.3 (-) Stefan Monnier wrote: >So, in your case, the "first changed byte" is at the "$Id" thingy, and >if the last changed byte is somewhere further down in the middle of the >file (or worse, near the end), then any marker (including "the point", >and window-points) will be moved to either right before or right after >the replaced text. > >We could do better, by doing an actual "diff" and then applying the >patch, but someone would have to write it. Surely the simplest fix is to save the current point (as a line number and= column number), revert the file, and then put point back to where it was? In the particular case of reverting after a version control checkin this w= ould give more useful behaviour. I wouldn't advocate it for ordinary revert-buffer = operations. --=20 Ed Avis ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Thu Dec 11 16:10:04 2014 Received: (at 19161) by debbugs.gnu.org; 11 Dec 2014 21:10:04 +0000 Received: from localhost ([127.0.0.1]:43264 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzAzr-0006qT-Mt for submit@debbugs.gnu.org; Thu, 11 Dec 2014 16:10:04 -0500 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:62735) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzAzp-0006pt-Dh for 19161@debbugs.gnu.org; Thu, 11 Dec 2014 16:10:02 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjsPAOwQflTO+ILA/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDSSISgnWWQEBAQEGAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IPAS-Result: AjsPAOwQflTO+ILA/2dsb2JhbABbgweDYIVaxR0EAgKBJBcBAQEBAQF8hAMBAQMBViMFCws0EhQYDSSISgnWWQEBAQEGAQEBAR6QbweESAWLAaQugXiEGSGCdwEBAQ X-IronPort-AV: E=Sophos;i="5.07,502,1413259200"; d="scan'208";a="100227841" Received: from 206-248-130-192.dsl.teksavvy.com (HELO ceviche.home) ([206.248.130.192]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 11 Dec 2014 16:09:55 -0500 Received: by ceviche.home (Postfix, from userid 20848) id 603C4660F3; Thu, 11 Dec 2014 16:09:56 -0500 (EST) From: Stefan Monnier To: Ed Avis Subject: Re: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Message-ID: References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E4244AB@WCL-EXCH02.wcl.local> Date: Thu, 11 Dec 2014 16:09:56 -0500 In-Reply-To: <7E039918541B4C4183BFDB8F015C74302E4244AB@WCL-EXCH02.wcl.local> (Ed Avis's message of "Thu, 27 Nov 2014 11:28:24 +0000") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.3 (/) X-Debbugs-Envelope-To: 19161 Cc: "'19161@debbugs.gnu.org'" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 0.3 (/) Version:25.1 > Surely the simplest fix is to save the current point (as a line number > and column number), revert the file, and then put point back to where > it was? I installed a similar change in "master". It doesn't preserve line-number nor column number, but it keeps the point in the same place in proportion to the changed text. > In the particular case of reverting after a version control checkin > this would give more useful behaviour. I wouldn't advocate it for > ordinary revert-buffer operations. I actually did it for all revert-buffer operations. Stefan From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 12 03:13:04 2014 Received: (at 19161) by debbugs.gnu.org; 12 Dec 2014 08:13:04 +0000 Received: from localhost ([127.0.0.1]:43491 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzLLU-000136-0O for submit@debbugs.gnu.org; Fri, 12 Dec 2014 03:13:04 -0500 Received: from mail1.bemta3.messagelabs.com ([195.245.230.175]:62473) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1XzLLR-00012e-Hj for 19161@debbugs.gnu.org; Fri, 12 Dec 2014 03:13:03 -0500 Received: from [85.158.137.68] by server-15.bemta-3.messagelabs.com id D8/36-17735-C83AA845; Fri, 12 Dec 2014 08:13:00 +0000 X-Env-Sender: eda@waniasset.com X-Msg-Ref: server-12.tower-31.messagelabs.com!1418371979!12740908!1 X-Originating-IP: [80.169.169.167] X-StarScan-Received: X-StarScan-Version: 6.12.5; banners=waniasset.com,-,- X-VirusChecked: Checked Received: (qmail 15953 invoked from network); 12 Dec 2014 08:12:59 -0000 Received: from unknown (HELO WCL-EXCHCAS02.wcl.local) (80.169.169.167) by server-12.tower-31.messagelabs.com with AES128-SHA encrypted SMTP; 12 Dec 2014 08:12:59 -0000 Received: from WCL-EXCH02.wcl.local ([169.254.1.241]) by WCL-EXCHCAS02.wcl.local ([149.85.127.102]) with mapi id 14.03.0123.003; Fri, 12 Dec 2014 08:12:59 +0000 From: Ed Avis To: Stefan Monnier Subject: RE: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Topic: bug#19161: 24.4; vc-mode reload on commit - don't jump to start of buffer Thread-Index: AQHQFYbRWT8/m6mTNkyEFDQPUrMiKJyLm1qQ Date: Fri, 12 Dec 2014 08:12:58 +0000 Message-ID: <7E039918541B4C4183BFDB8F015C74302E4E2A34@WCL-EXCH02.wcl.local> References: <7E039918541B4C4183BFDB8F015C74302E421EED@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422493@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E422FA7@WCL-EXCH02.wcl.local> <7E039918541B4C4183BFDB8F015C74302E4244AB@WCL-EXCH02.wcl.local> In-Reply-To: Accept-Language: en-US, en-GB Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [149.85.127.5] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 19161 Cc: "'19161@debbugs.gnu.org'" <19161@debbugs.gnu.org> X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) Thanks - so as a special case of the improved revert-buffer mechanism in t= he next version of Emacs, this bug will be fixed. I still see it occurring about once a day when checking in a large XML fil= e which has an svn $Id: $ dropping at the top, but it's hard to reproduce reliably. ______________________________________________________________________ This email has been scanned by the Symantec Email Security.cloud service. For more information please visit http://www.symanteccloud.com ______________________________________________________________________ From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 15 03:07:25 2014 Received: (at 19161) by debbugs.gnu.org; 15 Dec 2014 08:07:25 +0000 Received: from localhost ([127.0.0.1]:46401 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0Qge-0003yA-Rw for submit@debbugs.gnu.org; Mon, 15 Dec 2014 03:07:25 -0500 Received: from smtp.cs.ucla.edu ([131.179.128.62]:56786) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0Qgc-0003xw-4U for 19161@debbugs.gnu.org; Mon, 15 Dec 2014 03:07:22 -0500 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.cs.ucla.edu (Postfix) with ESMTP id 26B13A6001C for <19161@debbugs.gnu.org>; Mon, 15 Dec 2014 00:07:16 -0800 (PST) X-Virus-Scanned: amavisd-new at smtp.cs.ucla.edu Received: from smtp.cs.ucla.edu ([127.0.0.1]) by localhost (smtp.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 5E4W2ub1p8aR for <19161@debbugs.gnu.org>; Mon, 15 Dec 2014 00:07:07 -0800 (PST) Received: from [192.168.1.9] (pool-71-177-17-123.lsanca.dsl-w.verizon.net [71.177.17.123]) by smtp.cs.ucla.edu (Postfix) with ESMTPSA id 86AA4A60008 for <19161@debbugs.gnu.org>; Mon, 15 Dec 2014 00:07:07 -0800 (PST) Message-ID: <548E96AB.8090706@cs.ucla.edu> Date: Mon, 15 Dec 2014 00:07:07 -0800 From: Paul Eggert Organization: UCLA Computer Science Department User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: 19161@debbugs.gnu.org Subject: Re: 24.4; vc-mode reload on commit - don't jump to start of buffer Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 19161 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) I ran into an assertion failure with that patch when I tested with "./configure --enable-checking; make bootstrap", and installed a further patch that fixed the bug for me as commit e2815bfe2a1e4d5a21d6b6378ebc2108d4d104ab. From debbugs-submit-bounces@debbugs.gnu.org Tue Dec 16 14:26:27 2014 Received: (at control) by debbugs.gnu.org; 16 Dec 2014 19:26:27 +0000 Received: from localhost ([127.0.0.1]:48137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0xlK-0002en-UE for submit@debbugs.gnu.org; Tue, 16 Dec 2014 14:26:27 -0500 Received: from fencepost.gnu.org ([208.118.235.10]:40344) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1Y0xlJ-0002eg-9n for control@debbugs.gnu.org; Tue, 16 Dec 2014 14:26:25 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Y0xlJ-0000Ow-3o for control@debbugs.gnu.org; Tue, 16 Dec 2014 14:26:25 -0500 Date: Tue, 16 Dec 2014 14:26:25 -0500 Message-Id: Subject: control message for bug 19161 To: X-Mailer: mail (GNU Mailutils 2.1) From: Glenn Morris X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -5.0 (-----) fixed 19161 25.1 forcemerge 19380 19161 From unknown Mon Jun 23 13:12:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 14 Jan 2015 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator