emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#2496: closed (23.0.60; scroll-preserve-screen-posi


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#2496: closed (23.0.60; scroll-preserve-screen-position bug)
Date: Mon, 12 Sep 2011 13:41:02 +0000

Your message dated Mon, 12 Sep 2011 09:35:59 -0400
with message-id <address@hidden>
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
address@hidden)


-- 
2496: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=2496
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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: address@hidden, address@hidden, address@hidden
> From: "MATSUI N." <address@hidden>
> 
> Eli Zaretskii <address@hidden> 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]