anonymous-25 wrote:
> 
> 
> By default, Muse will not display the arrows properly, due to
> limitations in the special-escaping algorithm.  To work around this,
> remove
> the & rule from `muse-xml-markup-specials'.
> 
> (setq muse-xml-markup-specials
>       '((?\" . """)
>         (?\< . "<")
>         (?\> . ">")))
> 
> 

It works alright with an added backslash in the first clause:  (?\" . "\"")

--
René
--
View this message in context: 
http://www.nabble.com/-bug+-5882-+Calendar+arrow+buttons+not+rendering+properly-t1552383.html#a4471389
Sent from the emacs-wiki-discuss forum at Nabble.com.



_______________________________________________
emacs-wiki-discuss mailing list
emacs-wiki-discuss@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacs-wiki-discuss

Reply via email to