From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/22060 Path: main.gmane.org!not-for-mail From: Karl Kleinpaste Newsgroups: gmane.emacs.gnus.general Subject: Re: Suppress group name abbreviation for certain groups? Date: 26 Mar 1999 20:16:52 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035160049 26137 80.91.224.250 (21 Oct 2002 00:27:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:27:29 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA11309 for ; Fri, 26 Mar 1999 20:18:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id TAB10694; Fri, 26 Mar 1999 19:18:00 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Mar 1999 19:18:09 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id TAA15812 for ; Fri, 26 Mar 1999 19:18:00 -0600 (CST) Original-Received: from beaver.jprc.com (BEAVER.JPRC.COM [207.86.147.217]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id UAA11294 for ; Fri, 26 Mar 1999 20:17:53 -0500 (EST) Original-Received: (from karl@localhost) by beaver.jprc.com (8.8.7/8.8.7) id UAA25325; Fri, 26 Mar 1999 20:16:52 -0500 Original-To: ding@gnus.org X-Face: "5(T0tZd{6}pd~YzBG8O/*EW,.]6]@`m^e;fv65W^Y&=d"M\1H}>T~4_.kcDD.O~y3k)a6h R;Nmi>9|>Nm${2IpM0^RcUEa\jcq?KOP)C&~x51l~zCHTulL^_T|u0I^kB'z@]{`2YjQu In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "27 Mar 1999 01:21:17 +0100" Original-Lines: 13 User-Agent: Gnus/5.07008 (Pterodactyl Gnus v0.80) XEmacs/21.2(beta13) (Demeter) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:22060 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:22060 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")))))