Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Tassilo Horn
Mosè Giordano writes: > Ok, no one objected, then I've applied the patches. > > Happy TeXing with new C-c C-u command! Awesome, thanks! Now could there also be commands `TeX-update-region' and `LaTeX-update-section'? And while we are at it: do you think "update" is the best term for this featu

Re: [AUCTeX-devel] [RFC] parsing \jobname in LaTeX files?

2015-09-01 Thread Mosè Giordano
Hi Tassilo, 2015-09-01 7:46 GMT+02:00 Tassilo Horn : > Mosè Giordano writes: > > Hi Mosè, > >> I'd like to do a little survey: does someone find useful to correctly >> parse \jobname in LaTeX files? To be clear, as it is now, >> >> \include{\jobname-foo} >> \addbibresource{\jobname.bib}

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Mosè Giordano
Hi Tassilo, 2015-09-01 9:10 GMT+02:00 Tassilo Horn : > Now could there also be commands `TeX-update-region' and > `LaTeX-update-section'? In `TeX-command-sequence' there is the line (TeX-command cmd 'TeX-master-file 0) so commands are always run on the whole document, but we can change this

Re: [AUCTeX-devel] (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode)

2015-09-01 Thread Uwe Brauer
On 09/01/2015 05:57 AM, Tassilo Horn wrote: Uwe Brauer writes: Hi Uwe, > I have the above setting > (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode) > > however when I open a LaTeX file the symbols are not prettified I have > to manually turn off and on

Re: [AUCTeX-devel] (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode)

2015-09-01 Thread Mosè Giordano
Hi Uwe, 2015-09-01 15:53 GMT+02:00 Uwe Brauer : > On 09/01/2015 05:57 AM, Tassilo Horn wrote: > > Uwe Brauer writes: > > Hi Uwe, > >> I have the above setting >> (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode) >> >> however when I open a LaTeX file the symbols are not prettified I have

Re: [AUCTeX-devel] (add-hook 'LaTeX-mode-hook 'turn-on-prettify-symbols-mode)

2015-09-01 Thread Tassilo Horn
Uwe Brauer writes: > ok I will try once I have a fast internet connection. BTW how can I > update an existing git directory? git pull Bye, Tassilo signature.asc Description: PGP signature ___ auctex-devel mailing list auctex-devel@gnu.org https://li

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 33cee842a2a53b4f3fed5a66792a555b4c95bd2e

2015-09-01 Thread Tassilo Horn
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU AUCTeX". The branch, master has been updated via 33cee842a2a53b4f3fed5a66792a555b4c95bd2e (commit) from 400609e380524a6b3

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Tassilo Horn
Mosè Giordano writes: >> Now could there also be commands `TeX-update-region' and >> `LaTeX-update-section'? > > In `TeX-command-sequence' there is the line > > (TeX-command cmd 'TeX-master-file 0) > > so commands are always run on the whole document, but we can change > this by adding anothe

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Mosè Giordano
2015-09-01 21:45 GMT+02:00 Tassilo Horn : > Mosè Giordano writes: > >>> Now could there also be commands `TeX-update-region' and >>> `LaTeX-update-section'? >> >> In `TeX-command-sequence' there is the line >> >> (TeX-command cmd 'TeX-master-file 0) >> >> so commands are always run on the whol

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Ivan Andrus
> On Sep 1, 2015, at 2:47 PM, Mosè Giordano wrote: > > 2015-09-01 21:45 GMT+02:00 Tassilo Horn : >> Mosè Giordano writes: >> And while we are at it: do you think "update" is the best term for this feature? IMHO, it's a too wide term, e.g., anything can be updated and there's alr

Re: [AUCTeX-devel] Implementing TeX-update

2015-09-01 Thread Tassilo Horn
Mosè Giordano writes: >> Well, what's missing is that the region file needs to be updated >> before doing that but I don't have time to do that. > > Uhm, I'll try to have a look at this, but I don't know when. I think we should extract the `TeX-region-create' call in `TeX-command-region' into a