From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Defcustoms, how do users find them? Date: Thu, 26 Nov 2009 11:45:13 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1259256238 29689 80.91.229.12 (26 Nov 2009 17:23:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Nov 2009 17:23:58 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 26 18:23:06 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 1NDi3c-0002u0-RO for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 18:23:05 +0100 Original-Received: from localhost ([127.0.0.1]:41776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDi3c-0001Wo-AM for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 12:23:04 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDhTE-0006rn-Hc for emacs-devel@gnu.org; Thu, 26 Nov 2009 11:45:28 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDhT9-0006p3-U6 for emacs-devel@gnu.org; Thu, 26 Nov 2009 11:45:28 -0500 Original-Received: from [199.232.76.173] (port=44248 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDhT9-0006ou-NC for emacs-devel@gnu.org; Thu, 26 Nov 2009 11:45:23 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.183]:22155 helo=ironport2-out.pppoe.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDhT5-0008IJ-8k for emacs-devel@gnu.org; Thu, 26 Nov 2009 11:45:20 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: At8EAPA+DktFpYc//2dsb2JhbACBTdNhhDEEihk X-IronPort-AV: E=Sophos;i="4.47,295,1257138000"; d="scan'208";a="50086734" Original-Received: from 69-165-135-63.dsl.teksavvy.com (HELO ceviche.home) ([69.165.135.63]) by ironport2-out.pppoe.ca with ESMTP; 26 Nov 2009 11:45:13 -0500 Original-Received: by ceviche.home (Postfix, from userid 20848) id 46322B40E6; Thu, 26 Nov 2009 11:45:13 -0500 (EST) In-Reply-To: (Lennart Borgman's message of "Thu, 26 Nov 2009 13:51:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:117827 Archived-At: >> Checking memory use of your scheme would be a good idea, yes, because > How do I do that? You try an Emacs with it and an Emacs without it, and compare their memory use (that can be done by checking the return value of (garbage-collect) OT1H, and your OS's description of the amount of virtual and physical memory used by the process OTOH). Stefan