From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Defcustoms, how do users find them? Date: Thu, 26 Nov 2009 13:51:49 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1259240179 10578 80.91.229.12 (26 Nov 2009 12:56:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 26 Nov 2009 12:56:19 +0000 (UTC) Cc: Emacs-Devel devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 26 13:56:11 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 1NDdtI-0008Kq-P8 for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 13:56:09 +0100 Original-Received: from localhost ([127.0.0.1]:40535 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDdtI-0003NY-F2 for ged-emacs-devel@m.gmane.org; Thu, 26 Nov 2009 07:56:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NDdpX-0001q3-PF for emacs-devel@gnu.org; Thu, 26 Nov 2009 07:52:15 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NDdpS-0001mK-1O for emacs-devel@gnu.org; Thu, 26 Nov 2009 07:52:14 -0500 Original-Received: from [199.232.76.173] (port=55991 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NDdpR-0001mG-UV for emacs-devel@gnu.org; Thu, 26 Nov 2009 07:52:09 -0500 Original-Received: from mail-yw0-f172.google.com ([209.85.211.172]:39229) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NDdpR-0001xF-Jh for emacs-devel@gnu.org; Thu, 26 Nov 2009 07:52:09 -0500 Original-Received: by ywh2 with SMTP id 2so630422ywh.27 for ; Thu, 26 Nov 2009 04:52:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=3Ri8JjeoEE0LfJFSm7ertWjnQedagbM9oE94SUCaFy0=; b=OPV0CAXMR7TG1rbFWjxj7MsUb7WNdtqG7YSB63rrJqmqDs3tVYsayK/Iim+1TvWJDW hhJRovV/AF+YuHrrB0uMrLmR3/R9hdhcQrypaOU7uXaYRzyVAeGNGTXOjg4NcaZQfUD8 HFSSH0LYPK9vghP1JUmBN06Tu5MhZ+9FZ3q+8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=mJK1+qDmdDKuRcfLmDRbLg96NfzuEwI78SfJ2Q0k1FgRf+3BkVWA4JVZuQ5Xhsw8wl tvP+Y6NNa3tsu+MAUwWwoCblMyrMatouh2L0S9vTi+djPJO36MPU4tMyoh6XvNgUXZf2 rKIrbVLbsYihXJdMSAz86k8VjqKjyByCDKUNo= Original-Received: by 10.100.236.1 with SMTP id j1mr1817754anh.160.1259239929068; Thu, 26 Nov 2009 04:52:09 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:117813 Archived-At: On Wed, Nov 18, 2009 at 3:34 PM, Stefan Monnier wrote: > > Checking memory use of your scheme would be a good idea, yes, because How do I do that?