emacs-devel
[Top][All Lists]
Advanced

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

Re: Percent sign in message


From: Stefan Monnier
Subject: Re: Percent sign in message
Date: Mon, 11 Sep 2006 23:20:10 -0400
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

> So what you mean is not
>   "the warning can be turned off by using (message "%s" <exp>)"
> but rather
>   "the warning can be turned off by using (message <exp> <exp>+)"

No I really meant just what I said:

  Output a warning when we see (message <exp>).

And such a warning can be silenced by replacing the offending expression
with (message "%s" <exp>).

> Namely: warn if we use a _single_ non-constant expression as argument,

Isn't that what I said:
 
  whenever we see (message <exp>) and <exp> is not a constant string


-- Stefan




reply via email to

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