Yes it permits this:
(progn (message "test...")(message "test...done"))
*Messages*
test...doneYes, but it should not be hard-wired into the standard message function. There should either be two different functions, only one of which has this feature, or this should somehow be optional with `message'. _______________________________________________ Emacs-devel mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-devel
