Re: [AUCTeX] Customize tex-ispell.el

2017-04-25 Thread Arash Esbati
Thorsten Grothe writes: > ah thank you, did not know that. Now I got this construct and it's > working fine: > > (eval-after-load "tex-ispell" > '(progn > (TeX-ispell-skip-setcar > '(("blank\\*?" ispell-tex-arg-end 0) > ("titelbwr" ispell-tex-arg-end 6) > ("\\

Re: [AUCTeX] Customize tex-ispell.el

2017-04-25 Thread Thorsten Grothe
Hi Arash, * Arash Esbati: 25.04.2017 (18:09): > you find a way in the manual how to do this [1]. You can add something > like this to you init file and restart Emacs: > > (eval-after-load "tex-ispell" > '(TeX-ispell-skip-setcdr > '(("question" ispell-tex-arg-end > > Or as a

Re: [AUCTeX] fontification question

2017-04-25 Thread Arash Esbati
Tassilo Horn writes: > Arash Esbati writes: > >> Following up myself, the patch was not good enough. > > Oh, yeah, I introduced the bug. To avoid any misunderstandings: I meant that my last patch was not good enough. > My change said that the first char after the \ must not be a - or a ,. > Ho

Re: [AUCTeX] Customize tex-ispell.el

2017-04-25 Thread Arash Esbati
Thorsten Grothe writes: > Hello, > > I would like to add the environment of exsheets to tex-ispell.el, > because it's highlighted as error, the env looks like this: > > \begin{question}[skip me}]{skip me} > ispell me please > \end{question} > > But I have no idea how to do this. I know the file t

[AUCTeX] Customize tex-ispell.el

2017-04-25 Thread Thorsten Grothe
Hello, I would like to add the environment of exsheets to tex-ispell.el, because it's highlighted as error, the env looks like this: \begin{question}[skip me}]{skip me} ispell me please \end{question} But I have no idea how to do this. I know the file tex-ispell.el but if I modify it, it get's o

Re: [AUCTeX] fontification question

2017-04-25 Thread Tassilo Horn
Arash Esbati writes: >> as for the next iteration, I also added " " (space) to the ignored >> characters list. Otherwise, >> >> \foo\ bar >> >> had "bar" highlighted. > > Following up myself, the patch was not good enough. Oh, yeah, I introduced the bug. My change said that the first char

Re: [AUCTeX] auctex buttons in emacs tool-bar

2017-04-25 Thread Sureyya Sahin
Ok, currently, I disabled the tool-bar completely so not a real concern; I see the vertical bar only when I activate the tool-bar-mode. I am just curious though, is there a way to remove just the separator from the set of auctex buttons? For the records, I have been observing this problem since em

Re: [AUCTeX] auctex buttons in emacs tool-bar

2017-04-25 Thread Miguel V. S. Frasson
Dear Sereyya The separator is a bad feature, doesn't work on some versions os Emacs (like macos) and now another issue. I suggest drop the use of the separator when it doesn't work. Best regards Miguel. Em seg, 24 de abr de 2017 às 22:35, Sureyya Sahin escreveu: > Hi, > > I am trying to use t