From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: hash-table-{to, from}-alist Date: Thu, 6 Aug 2009 03:13:55 -0700 (PDT) Message-ID: <200908061013.n76ADtPi008898@godzilla.ics.uci.edu> References: <863aknitfg.fsf@lifelogs.com> <86ej0ygr5j.fsf@lifelogs.com> <861vwygpc6.fsf@lifelogs.com> <868wqzd06x.fsf@lifelogs.com> <867i6hrrh9.fsf@lifelogs.com> <86prk8q8yn.fsf@lifelogs.com> <87eiry58qs.fsf@jumptrading.com> <87skge2dm6.fsf@stupidchicken.com> <87ab2m562t.fsf@lifelogs.com> <871vnyot6m.fsf@stupidchicken.com> <87iqh84uao.fsf@lifelogs.com> <87ocr038ik.fsf@lifelogs.com> <87prbfrckv.fsf@cyd.mit.edu> <877hxl2bkd.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1249553762 26534 80.91.229.12 (6 Aug 2009 10:16:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Aug 2009 10:16:02 +0000 (UTC) Cc: emacs-devel@gnu.org To: Ted Zlatanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Aug 06 12:15:55 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 1MZ00j-0007nF-RH for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 12:15:50 +0200 Original-Received: from localhost ([127.0.0.1]:46634 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ00i-0005ZP-L9 for ged-emacs-devel@m.gmane.org; Thu, 06 Aug 2009 06:15:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MZ00a-0005Y2-Tk for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:15:40 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MZ00W-0005VP-Ik for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:15:40 -0400 Original-Received: from [199.232.76.173] (port=40805 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MZ00W-0005VH-7j for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:15:36 -0400 Original-Received: from sallyv2.ics.uci.edu ([128.195.1.120]:33643) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA1:24) (Exim 4.60) (envelope-from ) id 1MZ00V-0002kP-PT for emacs-devel@gnu.org; Thu, 06 Aug 2009 06:15:36 -0400 Original-Received: from godzilla.ics.uci.edu (godzilla.ics.uci.edu [128.195.10.101]) by sallyv2.ics.uci.edu (8.13.8+Sun/8.13.8) with ESMTP id n76ADu5T019925; Thu, 6 Aug 2009 03:13:56 -0700 (PDT) Original-Received: (from dann@localhost) by godzilla.ics.uci.edu (8.13.8+Sun/8.13.6/Submit) id n76ADtPi008898; Thu, 6 Aug 2009 03:13:55 -0700 (PDT) In-Reply-To: (Ted Zlatanov's message of "Wed, 05 Aug 2009 04:20:38 -0500") Original-Lines: 19 X-ICS-MailScanner-Information: Please contact the ISP for more information X-ICS-MailScanner-ID: n76ADu5T019925 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@godzilla.ics.uci.edu X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) 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:113732 Archived-At: Ted Zlatanov writes: > On Mon, 03 Aug 2009 09:53:38 -0500 Ted Zlatanov wrote: > > TZ> On Sat, 01 Aug 2009 07:35:44 -0400 Chong Yidong wrote: > CY> Ted Zlatanov writes: > >>> If it's all right, can I stick to provide/featurep? It simplifies the > >>> client code, plus there are some performance improvements as you noted. > > CY> Yes, please use `provide'. > > TZ> In that case the patch is fine as is. Can you please commit it if it is > TZ> all right, or let me know and I'll commit it? > > I've committed the patch with the usual ChangeLog information. This patch breaks the build, temacs crashes on startup. You cannot call Fprovide in print.c, it's initialized later than that.