GNU bug report logs -
#354
"Added (how many lines, bytes?!) to file.txt"
Previous Next
Reported by: jidanni <at> jidanni.org
Date: Tue, 3 Jun 2008 20:30:07 UTC
Severity: wishlist
Tags: wontfix
Done: npostavs <at> users.sourceforge.net
Bug is archived. No further changes may be made.
Full log
Message #53 received at 354 <at> debbugs.gnu.org (full text, mbox):
On Apr 01 2017, npostavs <at> users.sourceforge.net wrote:
> diff --git a/src/xdisp.c b/src/xdisp.c
> index 9ecfb86401..8ff291affb 100644
> --- a/src/xdisp.c
> +++ b/src/xdisp.c
> @@ -10470,9 +10470,12 @@ message_with_string (const char *m, Lisp_Object string, bool log)
> /* Dump an informative message to the minibuf. If M is 0, clear out
> any existing message, and let the mini-buffer text show through.
>
> - The message must be safe ASCII and the format must not contain ` or
> - '. If your message and format do not fit into this category,
> - convert your arguments to Lisp objects and use Fmessage instead. */
> + The message must be safe ASCII (because when Emacs is
> + non-interactive the message is sent straight to stderr without
> + encoding first) and the format must not contain ` or ' (because
> + this function does not account for `text-quoting-style'. If your
> + message and format do not fit into this category, convert your
> + arguments to Lisp objects and use Fmessage instead. */
Missing a close paren.
Andreas.
--
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
This bug report was last modified 8 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.