Re: [AUCTeX-devel] minted.el: Parsing with `\newminted'

2015-01-18 Thread Tassilo Horn
Mosè Giordano m...@gnu.org writes: Hi Arash and Mosè, I copied this from minted doc in a file: \usepackage{minted} \newminted{cpp}{gobble=2,linenos} After `C-u C-c C-n C-c C-e', AUCTeX offers `cpp' and `cpp*' for completion. My expectation was `cppcode' and `cppcode*'. The one-liner

Re: [AUCTeX-devel] minted.el: Parsing with `\newminted'

2015-01-16 Thread Mosè Giordano
Hi Arash, I applied your change, thanks! I'm sorry for having being so late, but I'm pretty busy and will be so for the rest of the month, then don't expect prompt replies from me in this period. Bye, Mosè 2015-01-12 20:23 GMT+01:00 Arash Esbati esb...@gmx.de: Hi Mosè, Mosè Giordano

Re: [AUCTeX-devel] minted.el: Parsing with `\newminted'

2015-01-12 Thread Arash Esbati
Hi Mosè, Mosè Giordano m...@gnu.org writes: I tested this change and it indeed fixes the bug you reported, but have you seen the FIXME at line 106? Do you think you can address it as well? If not, I'll apply the above patch anyway ;-) Thanks for testing. I saw that `FIXME' and I thought

Re: [AUCTeX-devel] minted.el: Parsing with `\newminted'

2015-01-11 Thread Mosè Giordano
Hi Arash, 2015-01-09 19:21 GMT+01:00 Arash Esbati esb...@gmx.de: Hi, I copied this from minted doc in a file: \usepackage{minted} \newminted{cpp}{gobble=2,linenos} After `C-u C-c C-n C-c C-e', AUCTeX offers `cpp' and `cpp*' for completion. My expectation was `cppcode' and `cppcode*'.

[AUCTeX-devel] minted.el: Parsing with `\newminted'

2015-01-09 Thread Arash Esbati
Hi, I copied this from minted doc in a file: \usepackage{minted} \newminted{cpp}{gobble=2,linenos} After `C-u C-c C-n C-c C-e', AUCTeX offers `cpp' and `cpp*' for completion. My expectation was `cppcode' and `cppcode*'. The one-liner below fixes this. diff --git a/style/minted.el