René j <[EMAIL PROTECTED]> writes:

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

The second part of each of those rules should be an HTML entity.  It
looks like either your email client, my email client, gmane, or the
mailing list software changed it.

If in doubt, copy the definition of muse-xml-markup-specials from
muse-xml-common.el and remove the last rule.

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Emacs Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | IRC: mwolson on freenode.net: #hcoop, #muse, #PurdueLUG
 |_] | \| |_| Project involvement: Emacs, Muse, Planner, ERC, EMMS

Attachment: pgpfKVSWOvPIt.pgp
Description: PGP signature

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

Reply via email to