*Message* is meant to provide convenient info for the user. Giving programs "full control over *Message*" is not the goal.
It might not be the goal, but it could be a secondary goal. That is, if you ever want more than just the last "..." message to show up in *Messages*, you're out of luck. The standard `message' function should be more general That would be tantamount to disabling the feature most of the time. It would make things worse, not better. No it wouldn't, not if we took Miles's suggestion of providing a variable that users could set to block the "magic" when needed. The current, magic behavior would be the default, and no existing code calling `message' would need to be changed. (let ((message...magic-p nil)) (message " ... showme anyway")) We will not make that change. Too bad. Thanks for documenting the magic, anyway. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel