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: Fri, 28 Jan 2011 11:42:54 -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 1296240193 31005 80.91.229.12 (28 Jan 2011 18:43:13 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 28 Jan 2011 18:43:13 +0000 (UTC) Cc: Emacs discussions To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jan 28 19:43:09 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 1PitHk-0001WJ-4w for ged-emacs-devel@m.gmane.org; Fri, 28 Jan 2011 19:43:04 +0100 Original-Received: from localhost ([127.0.0.1]:50197 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PitHj-0005Yc-Ln for ged-emacs-devel@m.gmane.org; Fri, 28 Jan 2011 13:43:03 -0500 Original-Received: from [140.186.70.92] (port=57406 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PitHf-0005YN-3J for emacs-devel@gnu.org; Fri, 28 Jan 2011 13:42:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PitHd-0002E6-Ua for emacs-devel@gnu.org; Fri, 28 Jan 2011 13:42:58 -0500 Original-Received: from mx1.redhat.com ([209.132.183.28]:2845) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PitHd-0002Dl-MG for emacs-devel@gnu.org; Fri, 28 Jan 2011 13:42:57 -0500 Original-Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id p0SIguLP021751 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 28 Jan 2011 13:42:56 -0500 Original-Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0SIgu5T011075; Fri, 28 Jan 2011 13:42:56 -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 p0SIgtCl003270; Fri, 28 Jan 2011 13:42:55 -0500 Original-Received: by opsy.redhat.com (Postfix, from userid 500) id 0C2583784E2; Fri, 28 Jan 2011 11:42:54 -0700 (MST) X-Attribution: Tom In-Reply-To: (Stefan Monnier's message of "Fri, 28 Jan 2011 13:27:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.11 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:135176 Archived-At: Stefan> Yes, indeed. BTW, glancing at globals.h, why are _consed in Stefan> emacs_globals? There are a bunch of DEFVAR_INTs in alloc.c that refer to them. It is sort of a weird case since I think it doesn't really make sense to let-bind these. However, it is possible, and it was simpler to just let the script update everything. Tom