From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: RFC: status icon support Date: Mon, 14 Jan 2008 12:26:09 -0500 Message-ID: References: <200801120157.m0C1v6WL020654@oogie-boogie.ics.uci.edu> <18312.32305.841007.398324@a1ihome1.kph.uni-mainz.de> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1200331580 31456 80.91.229.12 (14 Jan 2008 17:26:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 14 Jan 2008 17:26:20 +0000 (UTC) Cc: ulm@gentoo.org, emacs-devel@gnu.org, emacs@gentoo.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 14 18:26:42 2008 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 1JET56-0006AC-SV for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 18:26:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JET4i-0005XT-AD for ged-emacs-devel@m.gmane.org; Mon, 14 Jan 2008 12:26:16 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JET4e-0005Un-3z for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JET4c-0005Pu-De for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JET4c-0005Pd-9r for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:10 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JET4c-00035D-1s for emacs-devel@gnu.org; Mon, 14 Jan 2008 12:26:10 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1JET4b-0003GB-Oz; Mon, 14 Jan 2008 12:26:09 -0500 In-reply-to: (message from Tom Tromey on Sun, 13 Jan 2008 18:35:17 -0700) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:86898 Archived-At: dnl EMACS_ARG_Y(NAME, HELP-STRING, [IF-GIVEN], [IF-NOT-GIVEN]) dnl Define a new --with option which is disabled by default. If that is the meaning, the name is counterintuitive. Let's rename EMACS_ARG_Y to OPTION_DEFAULT_OFF, and rename EMACS_ARG_N to OPTION_DEFAULT_ON. dnl NAME is the base name of the option. dnl HELP-STRING is the help text for the option. It should not include dnl the option name; this macro provides that to AS_HELP_STRING. dnl IF-GIVEN and IF-NOT-GIVEN are the same as for AC_ARG_WITH. That text is clear.