[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[emacs-w3m/emacs-w3m] bb_quibbles (#15)
- From: Boruch Baum <notifications@xxxxxxxxxx>
- Date: Sun, 17 Feb 2019 22:40:28 -0800
- X-ml-name: emacs-w3m
- X-mail-count: 13175
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
Patch Links:
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.