From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Tromey Newsgroups: gmane.emacs.devel Subject: Re: Patch for fields of `struct buffer' Date: Tue, 01 Feb 2011 14:56:03 -0700 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1296601994 13583 80.91.229.12 (1 Feb 2011 23:13:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 1 Feb 2011 23:13:14 +0000 (UTC) Cc: Stefan Monnier , emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 02 00:13:10 2011 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.69) (envelope-from ) id 1PkPPI-0001gB-5a for ged-emacs-devel@m.gmane.org; Wed, 02 Feb 2011 00:13:08 +0100 Original-Received: from localhost ([127.0.0.1]:37790 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkPPF-0002DE-Ts for ged-emacs-devel@m.gmane.org; Tue, 01 Feb 2011 18:13:05 -0500 Original-Received: from [140.186.70.92] (port=38758 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PkOCo-0005lT-J7 for emacs-devel@gnu.org; Tue, 01 Feb 2011 16:56:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PkOCn-0003en-8p for emacs-devel@gnu.org; Tue, 01 Feb 2011 16:56:10 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:35004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PkOCn-0003eV-1p for emacs-devel@gnu.org; Tue, 01 Feb 2011 16:56:09 -0500 Original-Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p11Lu6xM012510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 1 Feb 2011 16:56:07 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p11Lu5YI018880; Tue, 1 Feb 2011 16:56:05 -0500 Original-Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id p11Lu4v1014591; Tue, 1 Feb 2011 16:56:04 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id DF2DC3784E1; Tue, 1 Feb 2011 14:56:03 -0700 (MST) X-Attribution: Tom In-Reply-To: (Andreas Schwab's message of "Tue, 01 Feb 2011 21:34:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.132.183.28 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:135435 Archived-At: Tom> I wrote an evil sed script to generate globals.h from the .c files. Tom> I used sed and not anything nicer since that is what the GNU coding Tom> standards specify. Andreas> We already have make-docfile, why not just extend it? No good reason. Tom