emacs-devel
[Top][All Lists]
Advanced

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

Re: kmacro.el


From: Luc Teirlinck
Subject: Re: kmacro.el
Date: Tue, 30 Nov 2004 22:39:57 -0600 (CST)

Kim Storm wrote:

   >
   > In the call to `message' the extra "%s" is necessary, because the user
   > could have used %s or %o sequences in the macro text, that are
   > intended literally.

   Can't we just eliminate the call to format, i.e. instead of

   (message "%s" (format "%s%s..." ...))

   use

   (message "%s%s..." ...)

Indeed.  I failed to notice this.

Sincerely,

Luc.




reply via email to

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