emacs-wiki-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[emacs-wiki-discuss] [bug #5882] Calendar arrow buttons not rendering pr


From: Michael Olson
Subject: [emacs-wiki-discuss] [bug #5882] Calendar arrow buttons not rendering properly
Date: Thu, 18 May 2006 09:22:05 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.3) Gecko/20060513 Galeon/2.0.1 (Ubuntu package 2.0.1-1ubuntu2) Firefox/1.5.0.3

Update of bug #5882 (project planner-el):

                  Status:                    None => Fixed                  
             Assigned to:                    None => mwolson                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:


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
      '((?\" . """)
        (?\< . "<")
        (?\> . ">")))

The manual has been updated to this effect.


    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=5882>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]