Stefan Monnier <[EMAIL PROTECTED]> writes: > > In the past I suggested to make (message ARG) automatically behave like > (message "%s" ARG) and AFAIK the only prolem with that was a few rare case > like (message "Compiling list...( 0%%)") and those problems are easy to fix.
ah, nice or it could do this: (message arg) behaves like (message "%s" arg) only if the arg has no %%. that way, one wouldn't have to break backward compatibility... .. or one could just provide an extra (msg) DG http://gnufans.net/ -- _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel