On 4/28/11 Apr 28 -7:33 AM, Nick Dokos wrote:
> rpgold...@sift.info wrote:
> 
>> From: Robert P. Goldman <rpgold...@real-time.com>
>>
>> ---
>>  lisp/org-latex.el |   13 +++++++++++++
>>  1 files changed, 13 insertions(+), 0 deletions(-)
>>  ...
> 
> Very nice! Did a small test and it works as advertised.
> 
> Suggestion: maybe add an "I" easy template for it? This can be done
> per-user of course, so it is not strictly necessary and easy templates
> are experimental anyway, but it might be a good idea to reserve the "I"
> for this.  Actually, it might be better to reserve "i" for this and
> shift the include to "I", since there will only be a few includes but
> potentially hundreds of index entries in a file.

I'm not sure that this is feasible.  I tried doing this and as far as I
can tell the template matching is not case-sensitive.  I could wrap the
string-match there in a

(let ((case-fold-search nil))
  ...)

but I'd like some advice from a core maintainer before doing this (I'll
check in on IRC, too).

I've got a patch ready if that's the right way to go.

cheers,
r


Reply via email to