[emacs-w3m:13175] [emacs-w3m/emacs-w3m] bb_quibbles (#15)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/pull/[email protected]> |
Simplifications:
+ remove need to perform nreverse operations
+ simplify 'setq x (cons (cons ... ) x' to use push
+ use replace-regexp-in-string
+ remove un-needed hash table
You can view, comment on, or merge this pull request online at:
https://github.com/emacs-w3m/emacs-w3m/pull/15
-- Commit Summary --
* Simplify function w3m-encode-specials-string
* Remove need for hash table w3m-entity-reverse-table
* Simplify nested cons calls used as 'push'es
* Simplify function w3m-decode-entities-string
* Merge branch 'bb_utf' into bb_quibbles
* Merge branch 'bb_quibbles' of github.com:boruch-baum/emacs-w3m into bb_quibbles
-- File Changes --
M ChangeLog (19)
M w3m-form.el (22)
M w3m-hist.el (11)
M w3m-mail.el (3)
M w3m-proc.el (2)
M w3m-session.el (4)
M w3m-util.el (6)
M w3m.el (52)
-- Patch Links --
https://github.com/emacs-w3m/emacs-w3m/pull/15.patch
https://github.com/emacs-w3m/emacs-w3m/pull/15.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/15