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

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

[emacs-wiki-discuss] [bug #2784] muse-latex doesn't quote ampersands


From: anonymous
Subject: [emacs-wiki-discuss] [bug #2784] muse-latex doesn't quote ampersands
Date: Fri, 19 Aug 2005 20:24:39 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050725 Firefox/1.0.6 (Ubuntu package 1.0.6)

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

                 Summary: muse-latex doesn't quote ampersands
                 Project: The Emacs Muse
            Submitted by: None
            Submitted on: Fri 08/19/2005 at 20:24
                Category: muse
                Priority: 5 - Normal
                Severity: 2 - Minor
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open

    _______________________________________________________

Details:

muse-latex.el doesn't quote ampersands, but these are control characters in
LaTeX.

If I guess right, muse-latex-markup-specials in muse-latex.el should be
defined like this:

(defcustom muse-latex-markup-specials
  '((?\\ . "\\\\")
    (?\& . "\\\&")
    )
  "A table of characters which must be represented specially."
  :type '(alist :key-type character :value-type string)
  :group 'muse-latex)






    _______________________________________________________

Reply to this item at:

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

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





reply via email to

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