Although the project created a function w3m-message
to be used instead of message
, the
old function was still often being used.
New feature: messages can be timed-out, to avoid needing to call (message nil)
.
New feature: messages can be fontified, since the project uses w3m-message
to signal many
types of indication, including warnings and errors. Aside from a default message face, faces
'w3m-error and 'w3m-warning were created.
The code base was inconsistent in how it cleared the echo area, sometimes using "", and
sometimes using nil
, so it was standardized to use nil
.
https://github.com/emacs-w3m/emacs-w3m/pull/14
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.