From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: ewoc patch Date: Fri, 11 Dec 2009 00:09:05 -0500 Message-ID: References: <08698ba442eec12008bede6987588958.squirrel@mail.panix.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1260508167 3299 80.91.229.12 (11 Dec 2009 05:09:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 11 Dec 2009 05:09:27 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Tom Breton \(Tehom\)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Dec 11 06:09:19 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NIxkl-00069u-Av for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2009 06:09:19 +0100 Original-Received: from localhost ([127.0.0.1]:49936 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIxkl-0002Nb-8I for ged-emacs-devel@m.gmane.org; Fri, 11 Dec 2009 00:09:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NIxke-0002LD-KP for emacs-devel@gnu.org; Fri, 11 Dec 2009 00:09:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NIxkZ-0002Dd-8g for emacs-devel@gnu.org; Fri, 11 Dec 2009 00:09:11 -0500 Original-Received: from [199.232.76.173] (port=48551 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NIxkZ-0002DL-5i for emacs-devel@gnu.org; Fri, 11 Dec 2009 00:09:07 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:11926 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NIxkZ-0007Bx-9g for emacs-devel@gnu.org; Fri, 11 Dec 2009 00:09:07 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Aq4EAPdiIUtMCpT8/2dsb2JhbACBS9V3hCsEih8 X-IronPort-AV: E=Sophos;i="4.47,379,1257138000"; d="scan'208";a="51490879" Original-Received: from 76-10-148-252.dsl.teksavvy.com (HELO pastel.home) ([76.10.148.252]) by ironport2-out.pppoe.ca with ESMTP; 11 Dec 2009 00:09:05 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id B6A4F846A; Fri, 11 Dec 2009 00:09:05 -0500 (EST) In-Reply-To: (Tom Breton's message of "Thu, 10 Dec 2009 20:23:16 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:118537 Archived-At: > Anyways, I have replaced the version variable with a variable called > `ewoc-provides-variable-separator' that is bound just if ewoc provides > a variable separator. I hope that will satisfy. That's what features are for, then. Try C-h f `provide', you could simply use the subfeature argument. Anyway, I'm leaving for the other hemisphere, so it may take a while for me to review the patch, Stefan