emacs-devel
[Top][All Lists]
Advanced

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

Re: Fixing numerous `message' bugs..


From: Richard Stallman
Subject: Re: Fixing numerous `message' bugs..
Date: Fri, 07 Dec 2007 12:18:01 -0500

Here's an idea: make up an argument to `message' that says treat the
next argument literally.  How about t?

   (message t STRING) is equivalent to (message "%s" STRING)
   (message t nil) is equivalent to (message nil)

So in the cases that are buggy it suffices to add t as the first argument.




reply via email to

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