|
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.
[Prev in Thread] | Current Thread | [Next in Thread] |