all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Ken Brown <kbrown@cornell.edu>
To: Stefan Monnier <monnier@iro.umontreal.ca>
Cc: dancol@dancol.org, emacs-devel@gnu.org
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r111831: * sheap.c (report_sheap_usage): Use message, not message1, so
Date: Wed, 20 Feb 2013 21:36:51 -0500	[thread overview]
Message-ID: <51258843.6010804@cornell.edu> (raw)
In-Reply-To: <51253D2E.6040307@cornell.edu>

On 2/20/2013 4:16 PM, Ken Brown wrote:
> On 2/20/2013 4:02 PM, Stefan Monnier wrote:
>>>>> -  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,
>
>
>> +  message1_nolog ("%s", buf);
>
> This should be
>
>       message1_nolog (buf);

I've just fixed this in bzr revision 111839.

Ken



  reply	other threads:[~2013-02-21  2:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1U82zY-0001GG-O8@vcs.savannah.gnu.org>
2013-02-20 14:21 ` [Emacs-diffs] /srv/bzr/emacs/trunk r111831: * sheap.c (report_sheap_usage): Use message, not message1, so Stefan Monnier
2013-02-20 20:44   ` Ken Brown
2013-02-20 21:02     ` Stefan Monnier
2013-02-20 21:16       ` Ken Brown
2013-02-21  2:36         ` Ken Brown [this message]
2013-02-21 15:24           ` Stefan Monnier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=51258843.6010804@cornell.edu \
    --to=kbrown@cornell.edu \
    --cc=dancol@dancol.org \
    --cc=emacs-devel@gnu.org \
    --cc=monnier@iro.umontreal.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.