Re: [AUCTeX-devel] dear lords could you add the following style files to the style folder?

2016-09-14 Thread c
Arash Esbati writes: > Carlos writes: > >> that way I don't have to insert it after every release > > AUCTeX has `TeX-style-private': > > ,[ C-h v TeX-style-private RET ] > | TeX-style-private is a variable defined in ‘tex.el’. > | > |

Re: [AUCTeX-devel] other patch for auctex.texi

2016-09-14 Thread Mosè Giordano
Hi Tassilo, 2016-09-14 18:52 GMT+02:00 Tassilo Horn : > Oh, and is there a way I can apply your HG patch directly with git so > that I don't have to commit it under your name and address by typing > everything manually? git am --patch-format=hg name.patch should do the trick,

[AUCTeX-commit] GNU AUCTeX branch, master, updated. 18f178393fd4c2880cff917f2bd421a3273cd708

2016-09-14 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 18f178393fd4c2880cff917f2bd421a3273cd708 (commit) from

Re: [AUCTeX-devel] other patch for auctex.texi

2016-09-14 Thread Tassilo Horn
Uwe Brauer writes: Hi Uwe, > @@ -164,7 +164,8 @@ > * Folding:: Folding Macros and Environments > * Outline:: Outlining the Document > * Narrowing:: Restricting display and editing to a portion > of the buffer > -*

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 18f178393fd4c2880cff917f2bd421a3273cd708

2016-09-14 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 18f178393fd4c2880cff917f2bd421a3273cd708 (commit) from

Re: [AUCTeX-devel] How to indent the tex file properly?

2016-09-14 Thread Tassilo Horn
Cody Chan writes: > So, how can I indent the tex file (just using **TAB** and **ENTER** > keys when editing it or indent the whole buffer using **TAB** or > indent command)? You can't do that. One reason that cannot be done is that nothing stops you to define your own

Re: [AUCTeX-devel] dear lords could you add the following style files to the style folder?

2016-09-14 Thread Arash Esbati
Carlos writes: > that way I don't have to insert it after every release AUCTeX has `TeX-style-private': ,[ C-h v TeX-style-private RET ] | TeX-style-private is a variable defined in ‘tex.el’. | | Documentation: | List of directories containing hand-generated AUCTeX

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. bc2307364bfb54c8c254eb69a972ad59cfbfa15b

2016-09-14 Thread Arash Esbati
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 bc2307364bfb54c8c254eb69a972ad59cfbfa15b (commit) from

[AUCTeX-commit] GNU AUCTeX branch, master, updated. bc2307364bfb54c8c254eb69a972ad59cfbfa15b

2016-09-14 Thread Arash Esbati
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 bc2307364bfb54c8c254eb69a972ad59cfbfa15b (commit) from

[AUCTeX-devel] dear lords could you add the following style files to the style folder?

2016-09-14 Thread Carlos
that way I don't have to insert it after every release ;; This file adds support for `tufte-handout.cls'. ;;; Code: (TeX-add-style-hook "tufte-handout" (lambda () (font-latex-add-keywords '(("sidenote" "[[{" ) ("marginnote" "[{" )

[AUCTeX-devel] How to indent the tex file properly?

2016-09-14 Thread Cody Chan
When I'm editing a org-mode file, the structure of mine is like this(you may need configuration in init.el): ---snippet starts- * A section This is the content of the section #+BEGIN_SRC lang code here #+END_SRC ** A