Gnus development mailing list
 help / color / mirror / Atom feed
* cursor-in-non-selected-windows
@ 2006-02-18  0:48 Miles Bader
  2006-02-18  9:20 ` cursor-in-non-selected-windows Reiner Steib
  0 siblings, 1 reply; 3+ messages in thread
From: Miles Bader @ 2006-02-18  0:48 UTC (permalink / raw)


Should article-mode set the (local value of) the variable
`cursor-in-non-selected-windows' to nil?  It seems odd to see a cursor
in an article buffer when it's not the selected window.

-Miles
-- 
(\(\
(^.^)
(")")
*This is the cute bunny virus, please copy this into your sig so it can spread.




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

* Re: cursor-in-non-selected-windows
  2006-02-18  0:48 cursor-in-non-selected-windows Miles Bader
@ 2006-02-18  9:20 ` Reiner Steib
  2006-04-12  6:04   ` cursor-in-non-selected-windows Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 3+ messages in thread
From: Reiner Steib @ 2006-02-18  9:20 UTC (permalink / raw)


On Sat, Feb 18 2006, Miles Bader wrote:

> Should article-mode set the (local value of)

[ "Automatically becomes buffer-local when set in any fashion." So
  we don't even need to make it buffer local. ]

> the variable `cursor-in-non-selected-windows' to nil?  It seems odd
> to see a cursor in an article buffer when it's not the selected
> window.

Agreed.  Please do unless someone objects.

I have the following in my init file:

(add-hook 'gnus-article-mode-hook
	  (lambda ()
	    (setq cursor-in-non-selected-windows nil)))

I wondered if it's only me who thinks this is odd. :-)

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




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

* Re: cursor-in-non-selected-windows
  2006-02-18  9:20 ` cursor-in-non-selected-windows Reiner Steib
@ 2006-04-12  6:04   ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 3+ messages in thread
From: Lars Magne Ingebrigtsen @ 2006-04-12  6:04 UTC (permalink / raw)


Reiner Steib <reinersteib+gmane@imap.cc> writes:

> (add-hook 'gnus-article-mode-hook
> 	  (lambda ()
> 	    (setq cursor-in-non-selected-windows nil)))

I think this should be the default.  Any objections?

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




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

end of thread, other threads:[~2006-04-12  6:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-02-18  0:48 cursor-in-non-selected-windows Miles Bader
2006-02-18  9:20 ` cursor-in-non-selected-windows Reiner Steib
2006-04-12  6:04   ` cursor-in-non-selected-windows Lars Magne Ingebrigtsen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).