comparison lisp/gnus/gnus-art.el @ 111452:457fd361982f

gnus-art.el (org-entities): Bind it.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Wed, 10 Nov 2010 01:25:17 +0000
parents eb9988805a37
children 94518a0a4096
comparison
equal deleted inserted replaced
111451:98299fb04891 111452:457fd361982f
2111 characters. If you see something like \\222 or \\264 where 2111 characters. If you see something like \\222 or \\264 where
2112 you're expecting some kind of apostrophe or quotation mark, then 2112 you're expecting some kind of apostrophe or quotation mark, then
2113 try this wash." 2113 try this wash."
2114 (interactive) 2114 (interactive)
2115 (article-translate-strings gnus-article-dumbquotes-map)) 2115 (article-translate-strings gnus-article-dumbquotes-map))
2116
2117 (defvar org-entities)
2116 2118
2117 (defun article-treat-non-ascii () 2119 (defun article-treat-non-ascii ()
2118 "Translate many Unicode characters into their ASCII equivalents." 2120 "Translate many Unicode characters into their ASCII equivalents."
2119 (interactive) 2121 (interactive)
2120 (require 'org-entities) 2122 (require 'org-entities)