GNU bug report logs -
#2496
23.0.60; scroll-preserve-screen-position bug
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 2496 in the body.
You can then email your comments to 2496 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2496
; Package
emacs
.
(Fri, 27 Feb 2009 14:00:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"MATSUI Nag." <chousan <at> hotmint.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Fri, 27 Feb 2009 14:00:03 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
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
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2496
; Package
emacs
.
(Sun, 15 Mar 2009 16:00:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Chong Yidong <cyd <at> stupidchicken.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Sun, 15 Mar 2009 16:00:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 2496 <at> emacsbugs.donarmstrong.com (full text, mbox):
> 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?
Information forwarded
to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#2496
; Package
emacs
.
(Mon, 16 Mar 2009 02:30:03 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
"MATSUI N." <chousan <at> hotmint.com>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
(Mon, 16 Mar 2009 02:30:04 GMT)
Full text and
rfc822 format available.
Message #15 received at 2496 <at> emacsbugs.donarmstrong.com (full text, mbox):
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)".
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2496
; Package
emacs
.
(Sun, 11 Sep 2011 21:39:02 GMT)
Full text and
rfc822 format available.
Message #18 received at 2496 <at> debbugs.gnu.org (full text, mbox):
"MATSUI N." <chousan <at> hotmint.com> 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/
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2496
; Package
emacs
.
(Mon, 12 Sep 2011 07:03:01 GMT)
Full text and
rfc822 format available.
Message #21 received at 2496 <at> debbugs.gnu.org (full text, mbox):
Lars Magne Ingebrigtsen <larsi <at> gnus.org> wrote:
> "MATSUI N." <chousan <at> hotmint.com> 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 <at> hotmint.com
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2496
; Package
emacs
.
(Mon, 12 Sep 2011 07:54:02 GMT)
Full text and
rfc822 format available.
Message #24 received at 2496 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 12 Sep 2011 12:49:44 +0900 (JST)
> From: "MATSUI N." <chousan <at> hotmint.com>
> Cc: cyd <at> stupidchicken.com, 2496 <at> 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.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2496
; Package
emacs
.
(Mon, 12 Sep 2011 12:09:01 GMT)
Full text and
rfc822 format available.
Message #27 received at 2496 <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 12 Sep 2011 03:49:00 -0400
> From: Eli Zaretskii <eliz <at> gnu.org>
> Cc: larsi <at> gnus.org, cyd <at> stupidchicken.com, 2496 <at> 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.
Information forwarded
to
owner <at> debbugs.gnu.org, bug-gnu-emacs <at> gnu.org
:
bug#2496
; Package
emacs
.
(Mon, 12 Sep 2011 13:38:02 GMT)
Full text and
rfc822 format available.
Message #30 received at 2496 <at> debbugs.gnu.org (full text, mbox):
Eli Zaretskii <eliz <at> gnu.org> 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 <at> hotmint.com
Reply sent
to
Eli Zaretskii <eliz <at> gnu.org>
:
You have taken responsibility.
(Mon, 12 Sep 2011 13:41:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
"MATSUI Nag." <chousan <at> hotmint.com>
:
bug acknowledged by developer.
(Mon, 12 Sep 2011 13:41:02 GMT)
Full text and
rfc822 format available.
Message #35 received at 2496-done <at> debbugs.gnu.org (full text, mbox):
> Date: Mon, 12 Sep 2011 22:32:40 +0900 (JST)
> Cc: larsi <at> gnus.org, cyd <at> stupidchicken.com, 2496 <at> debbugs.gnu.org
> From: "MATSUI N." <chousan <at> hotmint.com>
>
> Eli Zaretskii <eliz <at> gnu.org> 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.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 11 Oct 2011 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 13 years and 259 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.