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: [Emacs-diffs] /srv/bzr/emacs/trunk r111831: * sheap.c (report_sheap_usage): Use message, not message1, so Date: Wed, 20 Feb 2013 16:02:55 -0500 Message-ID: References: <512535B1.7010105@cornell.edu> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361394191 2542 80.91.229.3 (20 Feb 2013 21:03:11 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2013 21:03:11 +0000 (UTC) Cc: dancol@dancol.org, emacs-devel@gnu.org To: Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Feb 20 22:03:33 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U8Gp8-0005dI-53 for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2013 22:03:30 +0100 Original-Received: from localhost ([::1]:56125 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Gon-0001Id-QN for ged-emacs-devel@m.gmane.org; Wed, 20 Feb 2013 16:03:09 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:37153) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Gog-0001GS-Aq for emacs-devel@gnu.org; Wed, 20 Feb 2013 16:03:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8Goc-00039R-B8 for emacs-devel@gnu.org; Wed, 20 Feb 2013 16:03:02 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:30679) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8Goc-00039B-6a for emacs-devel@gnu.org; Wed, 20 Feb 2013 16:02:58 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: Av4EABK/CFFsoXXp/2dsb2JhbABEDr8AF3OCHwEFViMQCw4mBwsUGA0kiCTBLZEKA4hhlnuFHoFegjlc X-IPAS-Result: Av4EABK/CFFsoXXp/2dsb2JhbABEDr8AF3OCHwEFViMQCw4mBwsUGA0kiCTBLZEKA4hhlnuFHoFegjlc X-IronPort-AV: E=Sophos;i="4.84,565,1355115600"; d="scan'208";a="1845217" Original-Received: from 108-161-117-233.dsl.teksavvy.com (HELO pastel.home) ([108.161.117.233]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 20 Feb 2013 16:02:55 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 830E06D71F; Wed, 20 Feb 2013 16:02:55 -0500 (EST) In-Reply-To: <512535B1.7010105@cornell.edu> (Ken Brown's message of "Wed, 20 Feb 2013 15:44:33 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:157216 Archived-At: >>> - message1 (buf); >>> + /* Don't change this call to message1! message1 can log >>> + messages, and at this point, we're not allowed to create >>> + buffers. */ >>> + message ("%s", buf); >> Thanks for finding it. Can you check if >> message1_nolog (buf); >> works as well? > Works for me. Thanks, installed, Stefan