GNU bug report logs - #3386
23.0.94; With long lines next-line sometimes loses the column

Previous Next

Package: emacs;

Reported by: "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>

Date: Tue, 26 May 2009 07:30:04 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 3386 in the body.
You can then email your comments to 3386 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#3386; Package emacs. (Tue, 26 May 2009 07:30:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Tue, 26 May 2009 07:30:04 GMT) Full text and rfc822 format available.

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

From: "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.94; With long lines next-line sometimes loses the column
Date: Tue, 26 May 2009 09:23:10 +0200
--text follows this line--

Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.

Your bug report will be posted to the emacs-pretest-bug <at> gnu.org mailing
list.

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

If lines are longer than the window, emacs forgets sometimes which is
the correct column. To trigger this bug do the following:

Create a file, say 'tmp.lst', with the following content:
 Lines 1, 2 and 4: 200 dots, '.'
 Line 3: empty
Start Emacs: 'emacs -Q'
Open the file 'tmp.lst'
"M-x set-variable" "truncate-lines" "t"
C-e
3 times 'next-line'
you end up in the middle of the fourth line instead of at its end



If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/bin/emacs/etc/DEBUG for instructions.


In GNU Emacs 23.0.94.1 (i386-mingw-nt5.1.2600)
 of 2009-05-24 on SOFT-MJASON
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  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: DEU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t

Major mode: Conf[Space]

Minor modes in effect:
  tooltip-mode: t
  tool-bar-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
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
C-x C-f t m p . l s t <return> M-x s e t - v a r <tab> 
<return> t r u n c a t e - l i n e s <return> t <return> 
C-e <down> <down> <down> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <help-echo> <help-echo> <help-echo> 
<help-echo> <help-echo> <menu-bar> <help-menu> <se
nd-emacs-bug-report>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.



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

bug marked as fixed in version 24.1, send any further explanations to 3386 <at> debbugs.gnu.org and "Rommerskirchen, Heinrich (NSN - DE/Munich)" <heinrich.rommerskirchen <at> nsn.com> Request was from Lars Magne Ingebrigtsen <larsi <at> gnus.org> to control <at> debbugs.gnu.org. (Sat, 17 Sep 2011 05:58:01 GMT) Full text and rfc822 format available.

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

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

From: Lars Magne Ingebrigtsen <larsi <at> gnus.org>
To: "Rommerskirchen\,
	Heinrich \(NSN - DE\/Munich\)" <heinrich.rommerskirchen <at> nsn.com>
Cc: 3386 <at> debbugs.gnu.org
Subject: Re: 23.0.94; With long lines next-line sometimes loses the column
Date: Sat, 17 Sep 2011 07:49:11 +0200
"Rommerskirchen, Heinrich (NSN - DE/Munich)"
<heinrich.rommerskirchen <at> nsn.com> writes:

> If lines are longer than the window, emacs forgets sometimes which is
> the correct column. To trigger this bug do the following:
>
> Create a file, say 'tmp.lst', with the following content:
>  Lines 1, 2 and 4: 200 dots, '.'
>  Line 3: empty
> Start Emacs: 'emacs -Q'
> Open the file 'tmp.lst'
> "M-x set-variable" "truncate-lines" "t"
> C-e
> 3 times 'next-line'
> you end up in the middle of the fourth line instead of at its end

This was recently fixed in Emacs 24 by Eli Zaretskii.

-- 
(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. (Sat, 15 Oct 2011 11:24:08 GMT) Full text and rfc822 format available.

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

Previous Next


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