Stefan van der Walt <[EMAIL PROTECTED]> writes:

> Thanks, Michael.  That at least stops the underscores from being
> processed.  Is there any way to define text between ` and ` as a
> different kind of markup, so I don't have to disable '_', '*' globally
> etc. in muse?

Yes, that could probably be done.  Just make a regexp (similar to the
one for underscores) that matches backticks, and then make a function
similar to muse-colors-literal-tag, and do:

(add-to-list 'muse-colors-markup
             '(my-regexp ?\' my-function)
             t)

-- 
Michael Olson -- FSF Associate Member #652 -- http://www.mwolson.org/
Interests: Lisp, text markup, protocols -- Jabber: mwolson_at_hcoop.net
  /` |\ | | | Projects: Emacs, Muse, ERC, EMMS, Planner, ErBot, DVC
 |_] | \| |_| Reclaim your digital rights by eliminating DRM.
      See http://www.defectivebydesign.org/what_is_drm for details.

Attachment: pgp7m78H76qD9.pgp
Description: PGP signature

_______________________________________________
Muse-el-discuss mailing list
[email protected]
https://mail.gna.org/listinfo/muse-el-discuss

Reply via email to