Gnus development mailing list
 help / color / mirror / Atom feed
* sgnus:  gnus-topic-toggle-topic
@ 1995-11-04 20:38 Steven L. Baur
  0 siblings, 0 replies; only message in thread
From: Steven L. Baur @ 1995-11-04 20:38 UTC (permalink / raw)


Here is a little function to make exploring with topics a little
nicer.  This function toggles between the topics display and normal
flat group display.

(defun gnus-topic-toggle-topic ()
  "Toggle topic display."
  (interactive)
  (if (eq gnus-group-prepare-function 'gnus-group-prepare-topics)
      (setq gnus-group-prepare-function 'gnus-group-prepare-flat)
    (setq gnus-group-prepare-function 'gnus-group-prepare-topics))
  (gnus-group-list-groups))


-- 
steve@miranova.com baur


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1995-11-04 20:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1995-11-04 20:38 sgnus: gnus-topic-toggle-topic Steven L. Baur

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).