bug#26668: 11.90.2; separator in the toolbar remains vertical when I display toolbar on the left or right

2017-04-29 Thread Sureyya Sahin
On Sat, 2017-04-29 at 07:34 +0200, Arash Esbati wrote: > Sureyya Sahin writes: > > > Yes, I installed auctex locally from the emacs repositories; the auctex > > package does not specify the repository (I have melpa, elpa and a python > > repository enabled), so I am assuming

Re: [AUCTeX] Customize tex-ispell.el

2017-04-29 Thread Thorsten Grothe
I think this is a bug, I got this message: Spell-checking VWL_Aufgaben.tex using hunspell with default dictionary...done apply: Symbol’s function definition is void: ispell-tex-skip-alist my config looks like this: (eval-after-load "tex-ispell" '(progn (TeX-ispell-skip-setcar

Re: [AUCTeX] (LaTeX-bibitem-list) returns nil.

2017-04-29 Thread Shiyao Ma
Hi Mose, I installed RefTex but I am not accustomed to the way it works. I am in the middle of writing a completion plugin for bibs.   (setq TeX-auto-save t)   (setq TeX-parse-self t) are all enabled. I wonder what else should be made so that  (LaTeX-bibitem-list) correctly returns all the

Re: [AUCTeX] (LaTeX-bibitem-list) returns nil.

2017-04-29 Thread Mosè Giordano
Hi Shiyao, 2017-04-29 11:32 GMT+02:00 Shiyao Ma : > Hi, > > I'd like to get all the entries of my bib file. > My tex master is "main.tex", and bib filename is "main.bib", there is > already an entry \bibliography{main}. > > When running (LaTeX-bibitem-list), it simply returns

[AUCTeX] (LaTeX-bibitem-list) returns nil.

2017-04-29 Thread Shiyao Ma
Hi, I'd like to get all the entries of my bib file. My tex master is "main.tex", and bib filename is "main.bib", there is already an entry \bibliography{main}. When running (LaTeX-bibitem-list),  it simply returns nil. How to solves this? Best,

Re: [AUCTeX] How to complete names like "section"?

2017-04-29 Thread Shiyao Ma
Thanks. Best. On Apr 29, 2017, 17:27 +0800, Mosè Giordano , wrote: > Hi Shiyao, > > 2017-04-29 11:16 GMT+02:00 Shiyao Ma : > > Hi, > > > > Currently, it only completes a subset of commands, how to complete with > > names like "\section", "\subsection" ? > > > > CF.

Re: [AUCTeX] How to complete names like "section"?

2017-04-29 Thread Mosè Giordano
Hi Shiyao, 2017-04-29 11:16 GMT+02:00 Shiyao Ma : > Hi, > > Currently, it only completes a subset of commands, how to complete with > names like "\section", "\subsection" ? > > CF. this picture: > http://imgur.com/a/6k5gA > > It doesn't come up with \section. > > The same thing

[AUCTeX] How to complete names like "section"?

2017-04-29 Thread Shiyao Ma
Hi, Currently, it only completes a subset of commands, how to complete with names like "\section", "\subsection" ? CF. this picture: http://imgur.com/a/6k5gA It doesn't come up with \section. The same thing goes to \begin. Say, if I type \be, nothing shows up. Best. Shiyao.