From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75919 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Topic mode, too limited ? Date: Tue, 25 Jan 2011 06:39:12 +0100 Message-ID: References: <87bp3772eh.fsf@gnus.org> <87y66acica.fsf@lifelogs.com> <871v429h9k.fsf@lifelogs.com> <87pqrm7z7x.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1295934032 24515 80.91.229.12 (25 Jan 2011 05:40:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 25 Jan 2011 05:40:32 +0000 (UTC) Cc: ding@gnus.org To: Ted Zlatanov Original-X-From: ding-owner+M24270@lists.math.uh.edu Tue Jan 25 06:40:28 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Phbdd-00050d-1R for ding-account@gmane.org; Tue, 25 Jan 2011 06:40:21 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1Phbcm-0001zJ-50; Mon, 24 Jan 2011 23:39:28 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Phbcj-0001z8-Jr for ding@lists.math.uh.edu; Mon, 24 Jan 2011 23:39:25 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Phbch-0002Pf-VV for ding@lists.math.uh.edu; Mon, 24 Jan 2011 23:39:25 -0600 Original-Received: from mail-wy0-f172.google.com ([74.125.82.172]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Phbch-0002vb-5j for ding@gnus.org; Tue, 25 Jan 2011 06:39:23 +0100 Original-Received: by wyf23 with SMTP id 23so5112293wyf.17 for ; Mon, 24 Jan 2011 21:39:17 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:cc:subject:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=rzuiImmG4RbvzsqiVyvgS1p/G88qFE8a0xrMzVxS550=; b=EfCqIdDxGCOibTtoYQPsR8a0/ikBzbD/1QHAVX3MojiWZLDrc2cvNtGf8PyjBTyp2/ DUU/pKkdnbcXAH0JMp5GlOr8LQ/0/ojMHfVz9GtY7APQWP9xGL6Ak03rFP0hMVhlXkYY Ot7nG9gEplvKa0T6S/sGPqzHZYpc76IEMWnvk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=VUq3K3GqxysGyxcu7TIgx9/L4nhRb4XVWIDXtS7me7xZyqawrMBrwa1fwFxOpJrOHR MgJS3xt4cL9SvxBrzHC26VioA3kk2e2RI+nxIe9qAQS6R2VaQuPeFqPS4/9kXgmVj7JY En7dWqtgqUHvrcf57N1jc1CrqxuhrhgEIJd/w= Original-Received: by 10.227.168.79 with SMTP id t15mr5325272wby.200.1295933957432; Mon, 24 Jan 2011 21:39:17 -0800 (PST) Original-Received: from localhost (au213-1-82-235-205-153.fbx.proxad.net [82.235.205.153]) by mx.google.com with ESMTPS id b54sm2836395wer.45.2011.01.24.21.39.14 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 24 Jan 2011 21:39:15 -0800 (PST) Mail-Followup-To: Ted Zlatanov , ding@gnus.org In-Reply-To: <87pqrm7z7x.fsf@lifelogs.com> (Ted Zlatanov's message of "Mon, 24 Jan 2011 15:45:22 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Spam-Score: -3.0 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75919 Archived-At: Ted Zlatanov writes: > On Mon, 24 Jan 2011 21:34:59 +0100 Francis Moreau wrote: > > FM> Ted Zlatanov writes: >>> >>> I have played with gnus-topic-line-format a little and it should be >>> fairly easy: >>> >>> ;; set the format to use the function below (%i is indentation) >>> (setq gnus-topic-line-format "%i[ %u&topic-line; ] %v\n") >>> >>> ;; this function will return some string you can use, here it's just the topic name >>> (defun gnus-user-format-function-topic-line (dummy) >>> name) > > FM> You're a wizzard ! > > FM> I mean, how that 'name' symbol came into the picture ? > > FM> I haven't find a trace of it in the doc... > > I *think* I copied it from someone. Or maybe I looked at gnus-topic.el > and gnus-spec.el. It's lexically scoped and pretty complicated code. > Do you think 'name' is part of the API I can use enough so I can use it reliably ? -- Francis