From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/48955 Path: main.gmane.org!not-for-mail From: Nevin Kapur Newsgroups: gmane.emacs.gnus.general Subject: Re: %C in gnus-summary-line-format. Date: Wed, 08 Jan 2003 11:06:00 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1042041943 3528 80.91.224.249 (8 Jan 2003 16:05:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 8 Jan 2003 16:05:43 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18WIi4-0000uX-00 for ; Wed, 08 Jan 2003 17:05:40 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18WIij-0007RW-00; Wed, 08 Jan 2003 10:06:21 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Jan 2003 10:07:16 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id KAA14593 for ; Wed, 8 Jan 2003 10:07:01 -0600 (CST) Original-Received: (qmail 52553 invoked by alias); 8 Jan 2003 16:06:02 -0000 Original-Received: (qmail 52548 invoked from network); 8 Jan 2003 16:06:02 -0000 Original-Received: from jhuml3.jhu.edu (128.220.2.66) by 66.230.238.6 with SMTP; 8 Jan 2003 16:06:02 -0000 Original-Received: from jhuml3.jhu.edu (jhuml3.jhu.edu [128.220.2.66]) by jhuml3.jhu.edu (PMDF V6.1 #47562) with SMTP id <0H8E00A7KKQ1L8@jhuml3.jhu.edu> for ding@gnus.org; Wed, 08 Jan 2003 11:06:01 -0500 (EST) Original-Received: from jhuml3.jhu.edu ([128.220.2.66]) by jhuml3.jhu.edu (NAVGW 2.5.1.18) with SMTP id M2003010811060108768 for ; Wed, 08 Jan 2003 11:06:01 -0500 Original-Received: from cinna.mts.jhu.edu (mts-fw.mts.jhu.edu [128.220.17.8]) by jhuml3.jhu.edu (PMDF V6.1 #47562) with ESMTP id <0H8E00A7HKQ1L8@jhuml3.jhu.edu> for ding@gnus.org; Wed, 08 Jan 2003 11:06:01 -0500 (EST) Original-Received: from fermat.mts.jhu.edu (IDENT:FECdnPenQg50OriyhEHjOfFd3558UPFr@fermat.mts.jhu.edu [192.168.0.18]) by cinna.mts.jhu.edu (8.11.6/8.11.6) with ESMTP id h08G61p28056 for ; Wed, 08 Jan 2003 11:06:01 -0500 Original-Received: from fermat.mts.jhu.edu (fermat.mts.jhu.edu [127.0.0.1]) by fermat.mts.jhu.edu (8.12.5/8.12.5) with ESMTP id h08G616k012617 for ; Wed, 08 Jan 2003 11:06:01 -0500 Original-Received: (from nevin@localhost) by fermat.mts.jhu.edu (8.12.5/8.12.5/Submit) id h08G608j012615; Wed, 08 Jan 2003 11:06:00 -0500 In-reply-to: Original-To: ding@gnus.org Mail-followup-to: ding@gnus.org User-Agent: Gnus/5.090011 (Oort Gnus v0.11) Emacs/21.2 (i686-pc-linux-gnu) X-Authentication-warning: fermat.mts.jhu.edu: nevin set sender to nevin@jhu.edu using -f Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:48955 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:48955 Lars Magne Ingebrigtsen writes: > %C is taken in the group line format. I think it would make more > sense to change th %C in the summary line format to something else, > and have the cursor spec be the same in all formats. > > How about %~? I'll change the code to use that instead, which will > make the thing work, as if by magic, in all the modes. Something weird seems to have happened. My gnus-summary-line-format is "%C%U%R%z %10&user-date; %~(ignore 1)3t%B%(%[%-20,20f%]%) %s " and the my summary lines now look like *R + Tue (ignore 1)3t+[Maciej Matysiak ] Re: %C in gnus-summary-line-format. I can guess why the "*" appears at the beginning of the line but the %~ seems to have broken something. -Nevin