[emacs-w3m:13170] [emacs-w3m/emacs-w3m] bb_messaging: add consistency, timeouts, and faces to messages (#14)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
+ 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`.
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/14
-- Commit Summary --
* New features: message timeout and colorization
* refactor function `message' to `w3m--message'
* refactor w3m-resize-image-interactive
-- File Changes --
M ChangeLog (116)
M mew-w3m.el (10)
M mime-w3m.el (2)
M w3m-bookmark.el (16)
M w3m-cookie.el (6)
M w3m-dtree.el (4)
M w3m-favicon.el (8)
M w3m-fb.el (32)
M w3m-filter.el (14)
M w3m-form.el (24)
M w3m-hist.el (10)
M w3m-image.el (4)
M w3m-lnum.el (39)
M w3m-proc.el (2)
M w3m-session.el (14)
M w3m-util.el (2)
M w3m-weather.el (2)
M w3m-xmas.el (4)
M w3m.el (445)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/14.patch
https://github.com/emacs-w3m/emacs-w3m/pull/14.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/pull/14