all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#2496: 23.0.60; scroll-preserve-screen-position bug
@ 2009-02-27 13:52 MATSUI Nag.
  0 siblings, 0 replies; 9+ messages in thread
From: MATSUI Nag. @ 2009-02-27 13:52 UTC (permalink / raw)
  To: emacs-pretest-bug

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






^ permalink raw reply	[flat|nested] 9+ messages in thread
* bug#2496: 23.0.60; scroll-preserve-screen-position bug
@ 2009-03-15 15:53 Chong Yidong
  2009-03-16  2:21 ` MATSUI N.
  0 siblings, 1 reply; 9+ messages in thread
From: Chong Yidong @ 2009-03-15 15:53 UTC (permalink / raw)
  To: MATSUI Nag.; +Cc: 2496

> 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?






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2011-09-12 13:35 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-27 13:52 bug#2496: 23.0.60; scroll-preserve-screen-position bug MATSUI Nag.
  -- strict thread matches above, loose matches on Subject: below --
2009-03-15 15:53 Chong Yidong
2009-03-16  2:21 ` MATSUI N.
2011-09-11 21:30   ` Lars Magne Ingebrigtsen
2011-09-12  3:49     ` MATSUI N.
2011-09-12  7:49       ` Eli Zaretskii
2011-09-12 12:04         ` Eli Zaretskii
2011-09-12 13:32           ` MATSUI N.
2011-09-12 13:35             ` Eli Zaretskii

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.