From chousan@hotmint.com Fri Feb 27 05:53:15 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 27 Feb 2009 13:53:15 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n1RDrBQD001473 for ; Fri, 27 Feb 2009 05:53:13 -0800 Received: from mail.gnu.org ([199.232.76.166]:55166 helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1Ld376-0007nK-4l for emacs-pretest-bug@gnu.org; Fri, 27 Feb 2009 08:50:52 -0500 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1Ld39D-0006MX-Fg for emacs-pretest-bug@gnu.org; Fri, 27 Feb 2009 08:53:09 -0500 Received: from air.as.wakwak.ne.jp ([61.115.76.17]:49782) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Ld39C-0006L4-HH for emacs-pretest-bug@gnu.org; Fri, 27 Feb 2009 08:53:02 -0500 Received: from localhost (localhost [127.0.0.1]) by air.as.wakwak.ne.jp (air) with ESMTP id 2F8482BD4DF for ; Fri, 27 Feb 2009 22:52:57 +0900 (JST) Date: Fri, 27 Feb 2009 22:52:57 +0900 (JST) Message-Id: <20090227.225257.193718080.chousan@hotmint.com> To: emacs-pretest-bug@gnu.org Subject: 23.0.60; scroll-preserve-screen-position bug From: "MATSUI Nag." Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 1) scroll-preserve-screen-position bug? 1. emacs -nw large-text-file 2. (next-line) 3. (scroll-up) 4. repeat 2. and 3. several times 5. cursor position is not preserved ;-- minimum .emacs -- (setq scroll-preserve-screen-position t) (require 'disp-table) (defface highlight-eol-face '((() (:foreground "red"))) nil) (defun set-standard-display-table-with-face (code string face) (aset standard-display-table code (vconcat (mapcar (lambda (c) (logior c (lsh (face-id face) 22))) string)))) (set-standard-display-table-with-face ?\n "<\n" 'highlight-eol-face) ;-- minimum .emacs -- In GNU Emacs 23.0.60.1 (i686-pc-linux-gnu) of 2009-01-24 on air configured using `configure '--without-x'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: C value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_US.UTF-8 value of $XMODIFIERS: nil locale-coding-system: utf-8-unix default-enable-multibyte-characters: t Major mode: Text Minor modes in effect: tabbar-mode: t display-time-mode: t show-paren-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t global-auto-composition-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 From cyd@stupidchicken.com Sun Mar 15 08:52:01 2009 Received: (at 2496) by emacsbugs.donarmstrong.com; 15 Mar 2009 15:52:01 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.0 required=4.0 tests=none autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2FFpwRJ000874 for <2496@emacsbugs.donarmstrong.com>; Sun, 15 Mar 2009 08:51:59 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 3445F57E21C; Sun, 15 Mar 2009 11:53:17 -0400 (EDT) From: Chong Yidong To: "MATSUI Nag." Cc: 2496@debbugs.gnu.org Subject: Re: 23.0.60; scroll-preserve-screen-position bug Date: Sun, 15 Mar 2009 11:53:17 -0400 Message-ID: <87mybmdbpu.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > 1. emacs -nw large-text-file > 2. (next-line) > 3. (scroll-up) > 4. repeat 2. and 3. several times > 5. cursor position is not preserved Sorry for the late response. I can't reproduce this bug with the recipe and .emacs you provided. However, your version (23.0.60) is rather old, so it may have been fixed already. Could you check whether the bug occurs with the latest CVS version? From chousan@hotmint.com Sun Mar 15 19:21:53 2009 Received: (at 2496) by emacsbugs.donarmstrong.com; 16 Mar 2009 02:21:53 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=0.1 required=4.0 tests=FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from air.as.wakwak.ne.jp (air.as.wakwak.ne.jp [61.115.76.17]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n2G2Lnoc015196 for <2496@emacsbugs.donarmstrong.com>; Sun, 15 Mar 2009 19:21:51 -0700 Received: from localhost (localhost [127.0.0.1]) by air.as.wakwak.ne.jp (air) with ESMTP id EA5DA2BD721; Mon, 16 Mar 2009 11:21:48 +0900 (JST) Date: Mon, 16 Mar 2009 11:21:48 +0900 (JST) Message-Id: <20090316.112148.193721987.chousan@hotmint.com> To: cyd@stupidchicken.com Cc: 2496@debbugs.gnu.org Subject: Re: 23.0.60; scroll-preserve-screen-position bug From: "MATSUI N." In-Reply-To: <87mybmdbpu.fsf@cyd.mit.edu> References: <87mybmdbpu.fsf@cyd.mit.edu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit The bug still occurs. | In GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) | of 2009-03-16 on air I checked it from 3 types of terminal; Linux Console (TERM=Linux), Windows TeraTerm (TERM=vt100), Windows Putty (TERM=xterm). I used CentOS 5.2 and a pure new user environment only has .emacs. This never occurs "In GNU Emacs 22.3.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)". From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 11 17:38:30 2011 Received: (at 2496) by debbugs.gnu.org; 11 Sep 2011 21:38:31 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2rjS-0004n0-Ac for submit@debbugs.gnu.org; Sun, 11 Sep 2011 17:38:30 -0400 Received: from hermes.netfonds.no ([80.91.224.195]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2rjP-0004me-TX for 2496@debbugs.gnu.org; Sun, 11 Sep 2011 17:38:28 -0400 Received: from cm-84.215.51.58.getinternet.no ([84.215.51.58] helo=stories.gnus.org) by hermes.netfonds.no with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1R2rf9-0001Js-QE; Sun, 11 Sep 2011 23:34:03 +0200 From: Lars Magne Ingebrigtsen To: "MATSUI N." Subject: Re: 23.0.60; scroll-preserve-screen-position bug In-Reply-To: <20090316.112148.193721987.chousan@hotmint.com> (MATSUI N.'s message of "Mon, 16 Mar 2009 11:21:48 +0900 (JST)") Date: Sun, 11 Sep 2011 23:30:55 +0200 Message-ID: References: <87mybmdbpu.fsf@cyd.mit.edu> <20090316.112148.193721987.chousan@hotmint.com> User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) X-Now-Playing: Alasdair Roberts's _Spoils_: "The Flyting of Grief & Joy (Eternal Return)" MIME-Version: 1.0 Content-Type: text/plain X-MailScanner-ID: 1R2rf9-0001Js-QE X-Netfonds-MailScanner: Found to be clean X-Netfonds-MailScanner-From: larsi@gnus.org MailScanner-NULL-Check: 1316381643.88092@PPIOYAVwZ0PvJeUpiCtYOw X-Spam-Status: No X-Spam-Score: -2.7 (--) X-Debbugs-Envelope-To: 2496 Cc: cyd@stupidchicken.com, 2496@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.7 (--) "MATSUI N." writes: > The bug still occurs. > > | In GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > | of 2009-03-16 on air > > I checked it from 3 types of terminal; Linux Console (TERM=Linux), > Windows TeraTerm (TERM=vt100), Windows Putty (TERM=xterm). I used > CentOS 5.2 and a pure new user environment only has .emacs. > > This never occurs "In GNU Emacs 22.3.1 (i686-pc-linux-gnu, X > toolkit, Xaw3d scroll bars)". Does this bug still occur with a current Emacs? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog http://lars.ingebrigtsen.no/ From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 03:02:59 2011 Received: (at 2496) by debbugs.gnu.org; 12 Sep 2011 07:02:59 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R30Xe-0004sB-Kc for submit@debbugs.gnu.org; Mon, 12 Sep 2011 03:02:58 -0400 Received: from air.as.wakwak.ne.jp ([61.115.76.17]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R2xaw-0007Mg-4Q for 2496@debbugs.gnu.org; Sun, 11 Sep 2011 23:54:07 -0400 Received: from localhost (localhost [127.0.0.1]) by air.as.wakwak.ne.jp (air) with ESMTP id 80F2984DD; Mon, 12 Sep 2011 12:49:44 +0900 (JST) Date: Mon, 12 Sep 2011 12:49:44 +0900 (JST) Message-Id: <20110912.124944.1568838937885770569.chousan@hotmint.com> To: larsi@gnus.org Subject: Re: 23.0.60; scroll-preserve-screen-position bug From: "MATSUI N." In-Reply-To: References: <87mybmdbpu.fsf@cyd.mit.edu> <20090316.112148.193721987.chousan@hotmint.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 2496 X-Mailman-Approved-At: Mon, 12 Sep 2011 03:02:52 -0400 Cc: cyd@stupidchicken.com, 2496@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Lars Magne Ingebrigtsen wrote: > "MATSUI N." writes: > > > The bug still occurs. > > > > | In GNU Emacs 23.0.91.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars) > > | of 2009-03-16 on air > > > > I checked it from 3 types of terminal; Linux Console (TERM=Linux), > > Windows TeraTerm (TERM=vt100), Windows Putty (TERM=xterm). I used > > CentOS 5.2 and a pure new user environment only has .emacs. > > > > This never occurs "In GNU Emacs 22.3.1 (i686-pc-linux-gnu, X > > toolkit, Xaw3d scroll bars)". > > Does this bug still occur with a current Emacs? Yes. emacs version(latest trunk): "GNU Emacs 24.0.50.1 (x86_64-unknown-linux-gnu) of 2011-09-12 on air" linux version(SL6.1): "Linux air 2.6.32-131.12.1.el6.x86_64 #1 SMP Tue Aug 23 11:13:45 CDT 2011 x86_64 x86_64 x86_64 GNU/Linux" terminal version(windows): PuTTY 0.61 -- chousan@hotmint.com From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 03:53:26 2011 Received: (at 2496) by debbugs.gnu.org; 12 Sep 2011 07:53:26 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R31KX-0008LI-FP for submit@debbugs.gnu.org; Mon, 12 Sep 2011 03:53:26 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R31KU-0008LA-Ux for 2496@debbugs.gnu.org; Mon, 12 Sep 2011 03:53:23 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R31GG-0007Tq-RX; Mon, 12 Sep 2011 03:49:00 -0400 Date: Mon, 12 Sep 2011 03:49:00 -0400 Message-Id: From: Eli Zaretskii To: "MATSUI N." In-reply-to: <20110912.124944.1568838937885770569.chousan@hotmint.com> Subject: Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug References: <87mybmdbpu.fsf@cyd.mit.edu> <20090316.112148.193721987.chousan@hotmint.com> <20110912.124944.1568838937885770569.chousan@hotmint.com> X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 2496 Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > Date: Mon, 12 Sep 2011 12:49:44 +0900 (JST) > From: "MATSUI N." > Cc: cyd@stupidchicken.com, 2496@debbugs.gnu.org > > > Does this bug still occur with a current Emacs? > > Yes. Can you please tell more details about the expected behavior and the actual one? What exactly do you mean (in the original report) by "cursor position is not preserved"? scroll-up scrolls the display such that the previous point generally goes out of the window, so Emacs _must_ adjust the cursor position (which shows where point is). And next-line moves cursor as expected, which again changes cursor position. So I'm having hard time figuring out what is the problem you are complaining about. Thanks in advance. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 08:08:59 2011 Received: (at 2496) by debbugs.gnu.org; 12 Sep 2011 12:09:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R35Jr-0001yb-IF for submit@debbugs.gnu.org; Mon, 12 Sep 2011 08:08:59 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R35Jo-0001yU-Qb for 2496@debbugs.gnu.org; Mon, 12 Sep 2011 08:08:57 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R35FY-0007Rf-Oj; Mon, 12 Sep 2011 08:04:32 -0400 Date: Mon, 12 Sep 2011 08:04:32 -0400 Message-Id: From: Eli Zaretskii To: chousan@hotmint.com In-reply-to: (message from Eli Zaretskii on Mon, 12 Sep 2011 03:49:00 -0400) Subject: Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug References: <87mybmdbpu.fsf@cyd.mit.edu> <20090316.112148.193721987.chousan@hotmint.com> <20110912.124944.1568838937885770569.chousan@hotmint.com> X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 2496 Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > Date: Mon, 12 Sep 2011 03:49:00 -0400 > From: Eli Zaretskii > Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496@debbugs.gnu.org > > Can you please tell more details about the expected behavior and the > actual one? What exactly do you mean (in the original report) by > "cursor position is not preserved"? scroll-up scrolls the display > such that the previous point generally goes out of the window, so > Emacs _must_ adjust the cursor position (which shows where point is). > And next-line moves cursor as expected, which again changes cursor > position. > > So I'm having hard time figuring out what is the problem you are > complaining about. I spotted something that could be the subject of your report, and it certainly is a bug, if not _the_ bug: the column of the cursor position is not preserved (it is off by one). So I went ahead and fixed that bug. Please try the latest development version and see if it fixed your problem; then I will close the bug report. If the bug is still there, please do provide the details I requested in my previous message. Thanks. From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 09:37:07 2011 Received: (at 2496) by debbugs.gnu.org; 12 Sep 2011 13:37:07 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R36h9-0000BY-9C for submit@debbugs.gnu.org; Mon, 12 Sep 2011 09:37:07 -0400 Received: from air.as.wakwak.ne.jp ([61.115.76.17]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R36h6-0000BP-H2 for 2496@debbugs.gnu.org; Mon, 12 Sep 2011 09:37:06 -0400 Received: from localhost (localhost [127.0.0.1]) by air.as.wakwak.ne.jp (air) with ESMTP id CF83B84C3; Mon, 12 Sep 2011 22:32:40 +0900 (JST) Date: Mon, 12 Sep 2011 22:32:40 +0900 (JST) Message-Id: <20110912.223240.1568838937885794391.chousan@hotmint.com> To: eliz@gnu.org Subject: Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug From: "MATSUI N." In-Reply-To: References: <20110912.124944.1568838937885770569.chousan@hotmint.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 2496 Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Eli Zaretskii wrote: > I spotted something that could be the subject of your report, and it > certainly is a bug, if not _the_ bug: the column of the cursor > position is not preserved (it is off by one). > > So I went ahead and fixed that bug. Please try the latest development > version and see if it fixed your problem; then I will close the bug > report. If the bug is still there, please do provide the details I > requested in my previous message. Yes, it was my problem and is now fixed. Thank you very much, sorry for my poor explanation. -- chousan@hotmint.com From debbugs-submit-bounces@debbugs.gnu.org Mon Sep 12 09:40:25 2011 Received: (at 2496-done) by debbugs.gnu.org; 12 Sep 2011 13:40:25 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R36kK-0000Ge-SM for submit@debbugs.gnu.org; Mon, 12 Sep 2011 09:40:25 -0400 Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1R36kI-0000GW-3d for 2496-done@debbugs.gnu.org; Mon, 12 Sep 2011 09:40:23 -0400 Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1R36g3-0002YH-86; Mon, 12 Sep 2011 09:35:59 -0400 Date: Mon, 12 Sep 2011 09:35:59 -0400 Message-Id: From: Eli Zaretskii To: "MATSUI N." In-reply-to: <20110912.223240.1568838937885794391.chousan@hotmint.com> Subject: Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug References: <20110912.124944.1568838937885770569.chousan@hotmint.com> <20110912.223240.1568838937885794391.chousan@hotmint.com> X-Spam-Score: -6.6 (------) X-Debbugs-Envelope-To: 2496-done Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -6.6 (------) > Date: Mon, 12 Sep 2011 22:32:40 +0900 (JST) > Cc: larsi@gnus.org, cyd@stupidchicken.com, 2496@debbugs.gnu.org > From: "MATSUI N." > > Eli Zaretskii wrote: > > > I spotted something that could be the subject of your report, and it > > certainly is a bug, if not _the_ bug: the column of the cursor > > position is not preserved (it is off by one). > > > > So I went ahead and fixed that bug. Please try the latest development > > version and see if it fixed your problem; then I will close the bug > > report. If the bug is still there, please do provide the details I > > requested in my previous message. > > Yes, it was my problem and is now fixed. Thank you very much, sorry > for my poor explanation. Thanks, I'm closing the bug. From unknown Mon Jun 23 23:52:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 11 Oct 2011 11:24:04 +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