Re: [bug #5882] Calendar arrow buttons not rendering properly

RenĂ© j <[email protected]> Fri, 19 May 2006 08:20:32 -0700 (PDT)
Newsgroups gmane.emacs.wiki.general
Message-ID <[email protected]>

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.