Re: [AUCTeX-devel] Completion for saveboxes

2013-01-16 Thread Mosè Giordano
Hi Mads, there are some errors in your patch. > +;; `sbox' is just a short form of `savebox' > +(defvar LaTeX-auto-savebox-regexp-list > + '(("newsavebox *{\\([A-Za-z]+\\)}" 1 LaTeX-auto-savebox)) > + "List of regular expressions matching LaTeX saveboxes and > +sboxes only.") This regexep w

Re: [AUCTeX-devel] Completion for saveboxes

2013-01-15 Thread Tassilo Horn
Mads Jensen writes: > And the associated ChangeLog entry. I only found one way to define > savebox, which is the \newsavebox command. Then the comment and the docstring are wrong since they also talk about sbox? +;; `sbox' is just a short form of `savebox' +(defvar LaTeX-auto-savebox-regexp-li

[AUCTeX-devel] Completion for saveboxes

2013-01-15 Thread Mads Jensen
And the associated ChangeLog entry. I only found one way to define savebox, which is the \newsavebox command. I hope I got everything correct in the ChangeLog entry this time :-) 2013-01-15 Mads Jensen * latex.el (LaTeX-auto-savebox-regexp-list): New variable. (LaTeX-auto-reg