Mercurial > hg > xemacs-beta
diff lisp/list-mode.el @ 353:3b3709405255 r21-1-6
Import from CVS: tag r21-1-6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:55:33 +0200 |
parents | 8429d81ab209 |
children | cc15677e0335 |
line wrap: on
line diff
--- a/lisp/list-mode.el Mon Aug 13 10:54:55 2007 +0200 +++ b/lisp/list-mode.el Mon Aug 13 10:55:33 2007 +0200 @@ -77,7 +77,10 @@ (make-local-variable 'next-line-add-newlines) (setq next-line-add-newlines nil) (setq list-mode-extent nil) - (set-specifier text-cursor-visible-p nil (current-buffer)) +;; It is visually disconcerting to have the text cursor disappear within list +;; buffers, especially when moving from window to window, so leave it +;; visible. -- Bob Weiner, 06/20/1999 +; (set-specifier text-cursor-visible-p nil (current-buffer)) (setq buffer-read-only t) (goto-char (point-min)) (run-hooks 'list-mode-hook))