GNU bug report logs - #3668
23.1.50; next-line and previous-line don't keep the column in text-scale-mode

Previous Next

Package: emacs;

Reported by: Teemu Likonen <tlikonen <at> iki.fi>

Date: Wed, 24 Jun 2009 08:05:05 UTC

Severity: normal

Tags: fixed

Fixed in version 24.1

Done: Lars Magne Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3668 in the body.
You can then email your comments to 3668 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3668; Package emacs. (Wed, 24 Jun 2009 08:05:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Teemu Likonen <tlikonen <at> iki.fi>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Wed, 24 Jun 2009 08:05:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
Date: Wed, 24 Jun 2009 11:03:04 +0300
When text-scale-mode is active the functions C-n (next-line) and C-p
(previous-line) don't stay at the same column when they are executed the
first time after changing the column. Difficult to explain but here's a
simple way to reproduce:

 1. Start Emacs:

        emacs -Q

 2. Increase or decrease the font size with C-x C-- or C-x C-+
    (text-scale-adjust) so that it's different from the default size.

 3. Type this text in the *scratch* buffer at column 0:

        123
        456

 4. Move the point at the beginning of line "123".

 5. Use C-f to move the point between numbers 2 and 3.

 6. Use C-n to move to the next-line.

 7. The point should be between 5 and 6 but it is between 4 and 5.

 8. Fix the bug. :-)



in GNU Emacs 23.1.50.7 (i686-pc-linux-gnu, GTK+ Version 2.12.12)
 of 2009-06-24 on mithlond
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--prefix=/home/dtw/local''



Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3668; Package emacs. (Sat, 11 Jul 2009 07:20:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to Teemu Likonen <tlikonen <at> iki.fi>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sat, 11 Jul 2009 07:20:04 GMT) Full text and rfc822 format available.

Message #10 received at 3668 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Teemu Likonen <tlikonen <at> iki.fi>
To: 3668 <at> debbugs.gnu.org
Subject: Re: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
Date: Sat, 11 Jul 2009 10:10:06 +0300
On 2009-06-24 11:03 (+0300), Teemu Likonen wrote:

> When text-scale-mode is active the functions C-n (next-line) and C-p
> (previous-line) don't stay at the same column when they are executed the
> first time after changing the column.

This bug appears only when variable line-move-visual=t.



Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#3668; Package emacs. (Sat, 17 Sep 2011 06:43:09 GMT) Full text and rfc822 format available.

Message #13 received at 3668 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Teemu Likonen <tlikonen <at> iki.fi>
Cc: 3668 <at> debbugs.gnu.org
Subject: Re: 23.1.50;
	next-line and previous-line don't keep the column in text-scale-mode
Date: Sat, 17 Sep 2011 08:21:16 +0200
Teemu Likonen <tlikonen <at> iki.fi> writes:

> On 2009-06-24 11:03 (+0300), Teemu Likonen wrote:
>
>> When text-scale-mode is active the functions C-n (next-line) and C-p
>> (previous-line) don't stay at the same column when they are executed the
>> first time after changing the column.
>
> This bug appears only when variable line-move-visual=t.

Is this bug still present in Emacs 24?  Something similar was recently
fixed, but I'm not sure whether it fixes this bug, too.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




Information forwarded to owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org:
bug#3668; Package emacs. (Sat, 17 Sep 2011 09:26:01 GMT) Full text and rfc822 format available.

Message #16 received at 3668 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
Cc: tlikonen <at> iki.fi, 3668 <at> debbugs.gnu.org
Subject: Re: bug#3668: 23.1.50;
	next-line and previous-line don't keep the column in text-scale-mode
Date: Sat, 17 Sep 2011 12:19:03 +0300
> From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
> Date: Sat, 17 Sep 2011 08:21:16 +0200
> Cc: 3668 <at> debbugs.gnu.org
> 
> Teemu Likonen <tlikonen <at> iki.fi> writes:
> 
> > On 2009-06-24 11:03 (+0300), Teemu Likonen wrote:
> >
> >> When text-scale-mode is active the functions C-n (next-line) and C-p
> >> (previous-line) don't stay at the same column when they are executed the
> >> first time after changing the column.
> >
> > This bug appears only when variable line-move-visual=t.
> 
> Is this bug still present in Emacs 24?  Something similar was recently
> fixed, but I'm not sure whether it fixes this bug, too.

Repeating the recipe in the original report, I can no longer reproduce
the bug: cursor winds up between 5 and 6, as expected.




Added tag(s) fixed. Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 18 Sep 2011 08:06:01 GMT) Full text and rfc822 format available.

bug marked as fixed in version 24.1, send any further explanations to 3668 <at> debbugs.gnu.org and Teemu Likonen <tlikonen <at> iki.fi> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sun, 18 Sep 2011 08:06:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#3668; Package emacs. (Sun, 18 Sep 2011 08:13:02 GMT) Full text and rfc822 format available.

Message #23 received at 3668 <at> debbugs.gnu.org (full text, mbox):

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tlikonen <at> iki.fi, 3668 <at> debbugs.gnu.org
Subject: Re: bug#3668: 23.1.50;
	next-line and previous-line don't keep the column in text-scale-mode
Date: Sun, 18 Sep 2011 09:57:14 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> Repeating the recipe in the original report, I can no longer reproduce
> the bug: cursor winds up between 5 and 6, as expected.

Ok; I'm closing this report.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 16 Oct 2011 11:24:06 GMT) Full text and rfc822 format available.

This bug report was last modified 13 years and 254 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.