GNU bug report logs -
#2496
23.0.60; scroll-preserve-screen-position bug
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#2496: 23.0.60; scroll-preserve-screen-position bug
which was filed against the emacs package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 2496 <at> debbugs.gnu.org.
--
2496: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2496
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
> 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.
[Message part 3 (message/rfc822, inline)]
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
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.