[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-AUCTeX] fontification of "|" (vertical bar) deliminter
From: |
Nicolas Richard |
Subject: |
Re: [Bug-AUCTeX] fontification of "|" (vertical bar) deliminter |
Date: |
Tue, 21 Jan 2014 14:05:13 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) |
"Jeffrey A. Bilmes" <address@hidden> writes:
> --===============8703092716754023721==
> Content-Type: multipart/alternative; boundary=047d7bd75faaa5a16f04f072fc40
>
> --047d7bd75faaa5a16f04f072fc40
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear auctex maintainers,
>
> I have been using auctex for many many years and in general find it
> extraordinarily useful.
>
> I recently upgraded to mavericks on my mac, and in doing so upgraded to
> emacs version 24.3,
> and then auctex 11.87. I do a lot of probability in latex, and hence use
> the vertical bar "|" character
> for specifying conditional probability, i.e, things like p(a|b).
Some styles (e.g. memoir) load the style for 'shortvrb' (See
(find-library "style/shortvrb.el")), which includes the behaviour you
describe.
I suggested before to not load shortvrb when loading memoir:
http://lists.gnu.org/archive/html/bug-auctex/2013-02/msg00000.html
As a workaround, I have (setq LaTeX-shortvrb-chars nil) in my .emacs.
HTH,
--
Nico.