all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
@ 2009-06-24  8:03 Teemu Likonen
  2009-07-11  7:10 ` Teemu Likonen
  0 siblings, 1 reply; 5+ messages in thread
From: Teemu Likonen @ 2009-06-24  8:03 UTC (permalink / raw
  To: emacs-pretest-bug

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''





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
  2009-06-24  8:03 bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode Teemu Likonen
@ 2009-07-11  7:10 ` Teemu Likonen
  2011-09-17  6:21   ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Teemu Likonen @ 2009-07-11  7:10 UTC (permalink / raw
  To: 3668

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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
  2009-07-11  7:10 ` Teemu Likonen
@ 2011-09-17  6:21   ` Lars Magne Ingebrigtsen
  2011-09-17  9:19     ` Eli Zaretskii
  0 siblings, 1 reply; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-17  6:21 UTC (permalink / raw
  To: Teemu Likonen; +Cc: 3668

Teemu Likonen <tlikonen@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/





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
  2011-09-17  6:21   ` Lars Magne Ingebrigtsen
@ 2011-09-17  9:19     ` Eli Zaretskii
  2011-09-18  7:57       ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 5+ messages in thread
From: Eli Zaretskii @ 2011-09-17  9:19 UTC (permalink / raw
  To: Lars Magne Ingebrigtsen; +Cc: tlikonen, 3668

> From: Lars Magne Ingebrigtsen <larsi@gnus.org>
> Date: Sat, 17 Sep 2011 08:21:16 +0200
> Cc: 3668@debbugs.gnu.org
> 
> Teemu Likonen <tlikonen@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.





^ permalink raw reply	[flat|nested] 5+ messages in thread

* bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode
  2011-09-17  9:19     ` Eli Zaretskii
@ 2011-09-18  7:57       ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 5+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-18  7:57 UTC (permalink / raw
  To: Eli Zaretskii; +Cc: tlikonen, 3668

Eli Zaretskii <eliz@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/





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-09-18  7:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-24  8:03 bug#3668: 23.1.50; next-line and previous-line don't keep the column in text-scale-mode Teemu Likonen
2009-07-11  7:10 ` Teemu Likonen
2011-09-17  6:21   ` Lars Magne Ingebrigtsen
2011-09-17  9:19     ` Eli Zaretskii
2011-09-18  7:57       ` Lars Magne Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.