(gnus-article-mode): Set cursor-in-non-selected-windows to nil.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 12 Apr 2006 15:25:05 +0000 (15:25 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 12 Apr 2006 15:25:05 +0000 (15:25 +0000)
lisp/ChangeLog
lisp/gnus-art.el

index b3d1c12..edd81be 100644 (file)
@@ -3,15 +3,18 @@
        * message.el (message-display-abbrev): Fix regexp.
 
        * ecomplete.el (ecomplete-highlight-match-line): Reimplement
-       choosing. 
+       choosing.
        (ecomplete-highlight-match-line): Fix up code rewrite, remove
-       dead variables. 
+       dead variables.
 
        * message.el (message-newline-and-indent): Remove debugging.
        (message-display-abbrev): Use new implementation.
 
 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
 
+       * gnus-art.el (gnus-article-mode): Set
+       cursor-in-non-selected-windows to nil.
+
        * smiley.el: Revert previous change.
        (smiley-data-directory): defvar it before using it in the
        defcustom of `smiley-style'.
@@ -23,7 +26,7 @@
        * ecomplete.el: Implement more bits.
 
        * message.el (message-put-addresses-in-ecomplete): Clean up the
-       string. 
+       string.
 
        * ecomplete.el (ecomplete-add-item): Chop off decimals.
 
@@ -35,7 +38,7 @@
 
        * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
        parameter to say whether to actually parse the individual
-       addresses. 
+       addresses.
 
        * message.el (message-put-addresses-in-ecomplete): New function.
        (ecomplete): Require.
index f34506e..ce2598d 100644 (file)
@@ -3950,6 +3950,7 @@ commands:
   (make-local-variable 'gnus-article-ignored-charsets)
   ;; Prevent recent Emacsen from displaying non-break space as "\ ".
   (set (make-local-variable 'nobreak-char-display) nil)
+  (setq cursor-in-non-selected-windows nil)
   (gnus-set-default-directory)
   (buffer-disable-undo)
   (setq buffer-read-only t