GNU bug report logs - #2496
23.0.60; scroll-preserve-screen-position bug

Previous Next

Package: emacs;

Reported by: "MATSUI Nag." <chousan <at> hotmint.com>

Date: Fri, 27 Feb 2009 14:00:03 UTC

Severity: normal

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#2496: closed (23.0.60; scroll-preserve-screen-position bug)
Date: Mon, 12 Sep 2011 13:41:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 12 Sep 2011 09:35:59 -0400
with message-id <E1R36g3-0002YH-86 <at> fencepost.gnu.org>
and subject line Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug
has caused the GNU bug report #2496,
regarding 23.0.60; scroll-preserve-screen-position bug
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> 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)]
From: "MATSUI Nag." <chousan <at> hotmint.com>
To: emacs-pretest-bug <at> gnu.org
Subject: 23.0.60; scroll-preserve-screen-position bug
Date: Fri, 27 Feb 2009 22:52:57 +0900 (JST)
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


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: "MATSUI N." <chousan <at> hotmint.com>
Cc: larsi <at> gnus.org, cyd <at> stupidchicken.com, 2496-done <at> debbugs.gnu.org
Subject: Re: bug#2496: 23.0.60; scroll-preserve-screen-position bug
Date: Mon, 12 Sep 2011 09:35:59 -0400
> 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.


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.