From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ken Raeburn Newsgroups: gmane.emacs.devel Subject: Re: emacs and guile (Re: ehelp woes, or why I hate a module that I love so much) Date: Fri, 19 Jul 2002 12:24:51 -0400 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20020704135240.4CBB.LEKTU@terra.es> <20020704164911.4CC1.LEKTU@terra.es> <200207181455.g6IEtvc25102@aztec.santafe.edu> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1027095957 4188 127.0.0.1 (19 Jul 2002 16:25:57 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 19 Jul 2002 16:25:57 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17VaZo-00015R-00 for ; Fri, 19 Jul 2002 18:25:56 +0200 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 17VamG-00016m-00 for ; Fri, 19 Jul 2002 18:38:48 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VaZL-0001vg-00; Fri, 19 Jul 2002 12:25:27 -0400 Original-Received: from 208-59-178-90.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com ([208.59.178.90] helo=raeburn.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17VaYr-0001qp-00 for ; Fri, 19 Jul 2002 12:24:57 -0400 Original-Received: from kal-el.raeburn.org (mail@kal-el.raeburn.org [18.101.0.230]) by raeburn.org (8.11.3/8.11.3) with ESMTP id g6JGOpf06537; Fri, 19 Jul 2002 12:24:51 -0400 (EDT) Original-Received: from raeburn by kal-el.raeburn.org with local (Exim 3.35 #1 (Debian)) id 17VaYl-0003a2-00; Fri, 19 Jul 2002 12:24:51 -0400 Original-To: Andreas Schwab In-Reply-To: (Andreas Schwab's message of "Fri, 19 Jul 2002 15:03:05 +0200") Original-Lines: 11 User-Agent: Gnus/5.090005 (Oort Gnus v0.05) Emacs/21.3.50 (i686-pc-linux-gnu) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:5903 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:5903 Andreas Schwab writes: > Please use the optional third argument of AC_DEFINE (the description) > instead of adding entries to src/config.in, since the latter is generated > by autoheader, which copies the description string into the comment. Yes, thanks for pointing that out. I hadn't updated my patch since the autoheader work was done. I've added the description, and removed ENABLE_CHECKING from the config.in fragment copied literally from configure.in. Ken