[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [AUCTeX-devel] Minor bug and a few other things
From: |
Tassilo Horn |
Subject: |
Re: [AUCTeX-devel] Minor bug and a few other things |
Date: |
Wed, 29 Apr 2015 08:23:18 +0200 |
User-agent: |
Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) |
Marcin Borkowski <address@hidden> writes:
Hi Marcin,
> this is a bit nitpicky, but I'm studying tex.el, and I found yet
> another (very minor) docstring bug. The docstring for
> TeX-string-divide-number-unit says "Return the number as car and unit
> as cdr", but in fact it returns a two-element list, not a dotted pair.
Corrected.
> OTOH, I'm working on my delimiter managing code. I can now find a
> matching \right or \bigl or \biggl etc., and enlarge or diminish both
> sides (e.g., go from \bigl .. \bigr to \Bigl .. \Bigr etc.) with a
> keystroke. Next in the queue is LaTeX-delimiter-aware
> show-paren-mode, which will highlight matching "\right." when we are
> at "\left\{" etc.
Do you use SMIE for that (info "(elisp)SMIE")? It would be very cool if
one could use `forward-sexp'/`backward-sexp' for navigating (La)TeX
code.
> And while we are at it, there's an annoying typo in mathtools.el:
> three times it says "delimeter" instead of "delimiter".
Fixed. Thank you!
Bye,
Tassilo