[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: address@hidden: RE: cannot find :enable in Elisp manualindex]
From: |
Richard Stallman |
Subject: |
Re: address@hidden: RE: cannot find :enable in Elisp manualindex] |
Date: |
Sun, 03 Jun 2007 17:27:26 -0400 |
yep :), e.g.:
* class::method: Description of Class::Method. (line 12)
but we could try to use some heuristics like, for example, matching
a colon only when space follows it (":[ \t]+"), and so when it is not inside
an identifier.
That might be a good idea. In theory it is an incompatible change,
but in practice this incompatibily may be very rare.
- Re: address@hidden: RE: cannot find :enable in Elisp manualindex], (continued)