Michael Sperber writes:
> Does it make sense (since we have a sane warning system) to
repromote
> these to warnings, perhaps at a level that doesn't pop the *Warnings*
> buffer, but only logs the warning for future reference?
Like this?
- (error (message "Error: %S" ,err) nil))))
+ (error (display-warning 'general (format "Error: %S" ,err)
'notice) nil))))
Precisely. But the question still stands. My logic is that (a)
mixing the "demoted errors" with ordinary message chatter (suppose
somebody has progress-report-use-echo-area set non-nil?) is not a
great idea, and (b) Emacs didn't have a sane way of dealing with these
issues, so I'm guessing this is just a typical hack. But I might be
missing something, and Emacs has improved in these areas lately I've
heard.
_______________________________________________
XEmacs-Beta mailing list
XEmacs-Beta(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-beta