From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/768 Path: news.gmane.org!not-for-mail From: Kenneth Jacker Newsgroups: gmane.emacs.gnus.user Subject: Re: gnus-topic-mode-hook Date: 14 Jul 2002 11:54:14 -0400 Organization: Appalachian State University Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138667689 8328 80.91.229.2 (31 Jan 2006 00:34:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:34:49 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:28:05 2006 Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: be.cs.appstate.edu User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 Original-Path: quimby.gnus.org!lackawana.kippona.com!stargate.gts.cz!syros.belnet.be!news.belnet.be!fr.usenet-edu.net!usenet-edu.net!feed.ac-versailles.fr!news-out.spamkiller.net!propagator2-la!propagator-la!news-in.superfeed.net!uni00nw.unity.ncsu.edu!lester.appstate.edu!not-for-mail Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:908 Original-Lines: 15 X-Gnus-Article-Number: 908 Tue Jan 17 17:28:05 2006 Xref: news.gmane.org gmane.emacs.gnus.user:768 Archived-At: reiner> (defun rs-gnus-toggle-topic-mode () reiner> "Toggle topic mode and sort groups by unread unless in topic mode." reiner> (interactive) reiner> (gnus-topic-mode (not gnus-topic-mode) t) reiner> (unless gnus-topic-mode reiner> (gnus-group-sort-groups-by-unread t))) reiner> If this function does what you want, bind it to a key and use it reiner> instead of `t'. Exactly what I needed ... I've bound it to C-ct instead of `t'. Thanks to you and the others that provided help! -Kenneth