Gnus development mailing list
 help / color / mirror / Atom feed
* Suppress group name abbreviation for certain groups?
@ 1999-03-27  0:21 Kai.Grossjohann
  1999-03-27  1:16 ` Karl Kleinpaste
  0 siblings, 1 reply; 2+ messages in thread
From: Kai.Grossjohann @ 1999-03-27  0:21 UTC (permalink / raw)


Can I turn off this `gnu.emacs.gnus becomes g.e.gnus' abbreviating of
group names (for the modeline) for certain groups?

In nnir.el, the group name looks like this:
    ((query . "foo bar baz") (group-spec . "mail"))
And abbreviating the stuff between the dots results in quite
surprising group names...

kai
-- 
I like _\bb_\bo_\bt_\bh kinds of music.


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

* Re: Suppress group name abbreviation for certain groups?
  1999-03-27  0:21 Suppress group name abbreviation for certain groups? Kai.Grossjohann
@ 1999-03-27  1:16 ` Karl Kleinpaste
  0 siblings, 0 replies; 2+ messages in thread
From: Karl Kleinpaste @ 1999-03-27  1:16 UTC (permalink / raw)


Kai.Grossjohann@CS.Uni-Dortmund.DE writes:
> Can I turn off this `gnu.emacs.gnus becomes g.e.gnus' abbreviating of
> group names (for the modeline) for certain groups?

Sure, Kai, I told you about this one months ago.  It's %g /vs/ %G.

(setq gnus-select-group-hook
      (function
       (lambda ()
         ;; Put full newsgroup name in summary mode line for nnir.
         (setq gnus-summary-mode-line-format
               (if (string-match "nnir:" gnus-newsgroup-name)
                   "Gnus: %G [%A] %Z" "Gnus: %g [%A] %Z")))))


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

end of thread, other threads:[~1999-03-27  1:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-27  0:21 Suppress group name abbreviation for certain groups? Kai.Grossjohann
1999-03-27  1:16 ` Karl Kleinpaste

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