bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#354: "Added (how many lines, bytes?!) to file.txt"


From: Andreas Schwab
Subject: bug#354: "Added (how many lines, bytes?!) to file.txt"
Date: Sun, 02 Apr 2017 08:16:02 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)

On Apr 01 2017, npostavs@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@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."





reply via email to

[Prev in Thread] Current Thread [Next in Thread]