From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76032 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.general Subject: Re: Topic mode, too limited ? Date: Thu, 27 Jan 2011 10:06:26 +0100 Message-ID: References: <87bp3772eh.fsf@gnus.org> <87y66acica.fsf@lifelogs.com> <871v429h9k.fsf@lifelogs.com> <87pqrm7z7x.fsf@lifelogs.com> <87fwsh3pag.fsf@lifelogs.com> <8739of876o.fsf@gnus.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296119267 27947 80.91.229.12 (27 Jan 2011 09:07:47 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 27 Jan 2011 09:07:47 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M24384@lists.math.uh.edu Thu Jan 27 10:07:43 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 1PiNpN-0002az-HH for ding-account@gmane.org; Thu, 27 Jan 2011 10:07:41 +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 1PiNoT-0000Mj-E2; Thu, 27 Jan 2011 03:06:45 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PiNoQ-0000MW-O3 for ding@lists.math.uh.edu; Thu, 27 Jan 2011 03:06:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PiNoM-00081j-1R for ding@lists.math.uh.edu; Thu, 27 Jan 2011 03:06:42 -0600 Original-Received: from mail-fx0-f44.google.com ([209.85.161.44]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PiNoL-0006Ay-3r for ding@gnus.org; Thu, 27 Jan 2011 10:06:37 +0100 Original-Received: by fxm9 with SMTP id 9so1929742fxm.17 for ; Thu, 27 Jan 2011 01:06:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:references:mail-followup-to :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=mgQt9jVwxfBMQoLr2pK7qfYM9e0eN/BQBiL8Cn+7/KI=; b=KOt2VJV6u0KGELfNEwQT8EuO5IQ6S2D/KApC8oe285mUCpuzR16ADSQ0BvUE59D9sc +muB/kjoL78fGtay2TYOHR4MzkTX3g4155qKZ/GtQ/AkiZU0RM8iJ1Uneb7NGdHtCRGn IO+hv64mMJK+caII8Z/KSc7B9ewEVfSRHP2T4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; b=urR+ctVUsEl4oexsEwieIa9RxsfP2GoiV52TKzQNCTTCiUZA+gpzhhMHuJRGBAwDIn /ZKGOeDzcM0Jg6NCcP2knEwOflfsezkICCirXUL0IkMRGJg8Trt/0Ttt2c9oqJNy/hLB 02XHVL8UH/7ZwZ7LkwCF8dePCS5WGTqOFP2a4= Original-Received: by 10.223.86.199 with SMTP id t7mr642603fal.29.1296119191455; Thu, 27 Jan 2011 01:06:31 -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 11sm1060717faw.20.2011.01.27.01.06.28 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 27 Jan 2011 01:06:29 -0800 (PST) Mail-Followup-To: ding@gnus.org In-Reply-To: <8739of876o.fsf@gnus.org> (Lars Ingebrigtsen's message of "Wed, 26 Jan 2011 17:30:07 -0800") 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:76032 Archived-At: Lars Ingebrigtsen writes: > Francis Moreau writes: > >> Lars, would you mind to add this information part of the API by using >> the unused parameter of gnus-user-format-function-topic-line. That would >> make a change which should be backward compatible. > > Yes... but I'm actually not sure whether it will remain backwards > compatible. Emacs 25(-ish) is probably going to use lexical bindings > by default, and some renaming may be necessary to keep the dynamic > extent thing that the user-format thing uses. I'm not sure. Sorry, but I don't understand this. Why not simply passing the name of the topic through the function's argument (gnus-user-format-function-topic-line name) ? -- Francis