Hi Paul,
Paul Nelson writes:
> I thought I'd share a package I'm hoping to eventually submit to ELPA.
> It may be topical in view of the recent discussion here concerning
> latexmk. I would appreciate any advice or suggestions, particularly
> on ways that I could better leverage existing functi
branch: master
commit 03f1145c8b22f0e349f83b53ecaee7c20432134a
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 4
1 file changed, 4 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 9a3a0ce7..6ce49b99 100644
--- a/NEWS.org
+++ b/NEWS.org
branch: master
commit 23b7267e84abb02c9b31ca9b178f1209c4df274b
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 6ce49b99..b0c8676a 100644
--- a/NEWS.org
branch: master
commit 4731168eca3f103732a026f70912597faef8bd99
Author: Paul Nelson
Commit: Arash Esbati
Allow opened previews to remain visible
* preview.el.in (preview-leave-open-previews-visible): New user
option.
(preview-gs-place, preview-disable, preview-inactive
Hi Uwe,
Uwe Brauer writes:
> More and more I need more than one bibtex/biblatex database.
>
> If I stick for the moment to bibtex, the following is perfectly possible:
>
> \bibliography{bibgraf,mahir}
>
> Bibtex will find the citations form both databases
>
> However reftex-citations is not able
Hi Tassilo,
Tassilo Horn writes:
> I've created a "main" branch (split off externals/auctex) and adjusted
> it such that it should be buildable on elpa and the mere act of changing
> the Version number in auctex.el in a commit would trigger a new ELPA
> release. And every other commit would at
Uwe Brauer via Discussion list for AUCTeX developers
writes:
> Thanks for your answer. I found a solution that I posted, but it did not
> land in the same thread sorry.
Ah, Ok, I must have missed that, sorry.
> So the solution I found in
> https://bug-auctex.gnu.narkive.com/s2Oz8HpC/24-3-1-re
Stefan Monnier writes:
> FWIW, while we don't have good statistics to confirm it, I believe that
> very few users routinely install packages from GNU-devel: contrary to
> Melpa where the system is setup to encourage the use of Melpa over
> Melpa-stable, the GNU ELPA archive is setup so as to enco
Tassilo Horn writes:
> Ok, I've adjusted the elpa recipe and merged from master to main. So
> hopefully there will be some new devel package anytime soon at
>
> https://elpa.gnu.org/devel/auctex.html
>
> If that works fine, we can bump the Version in auctex.el and do a
> regular ELPA release.
Tassilo Horn writes:
> I think we need to adapt our instructions. To run straight from the
> clone, this seems to work fine:
>
> (add-to-list 'load-path "~/Repos/el/auctex")
> (load "~/Repos/el/auctex/loaddefs.el" nil t t)
Thanks, this does the job. Yes, we will have to adapt our instr
Stefan Monnier writes:
>> I think we need to adapt our instructions. To run straight from the
>> clone, this seems to work fine:
>>
>> (add-to-list 'load-path "~/Repos/el/auctex")
>> (load "~/Repos/el/auctex/loaddefs.el" nil t t)
>
> Side note: an AUCTeX installed with `package.el` behav
Stefan Monnier writes:
> I use it with `emacs -Q ...` when I want to try and isolate a problem.
Thanks for the hint. My approach to that for package `foo' until now
was:
(progn
(package-initialize t)
(package-activate 'foo))
> Indeed, usually `package-activate(-all)` performs those `load`
Uwe Brauer writes:
> Time needed 56 sec on my X1 Thinkpad form 2017
>
> I switched to main
>
> 1) make distclean
> 2) git switch main
> 3) make
> 4) after 10 min! I obtain
>
> Error: void-function (loaddefs-generate-batch)
> mapbacktrace(#f(compiled-function (evald func args fla
Stefan Monnier writes:
> That works as well, indeed. There are many ways to skin this cat. đ
Meow! đ
> Ah, OK. Not sure why you find it ugly, but there's no accounting
> for taste.
I find it a bit unnatural to load a file containing the autoloads by
hand. But maybe I have to change my ment
Uwe Brauer writes:
> Well, it compiled from master but 29.0.5 so pre 29.1
What do you see if you do:
⢠emacs -Q
⢠C-h f loaddefs-generate-batch RET in scratch
This is what I get:
--8<---cut here---start->8---
loaddefs-generate-batch is an autoloaded Lis
Uwe Brauer writes:
> This function is not defined.
>
> emacs-version is a variable defined in âC source codeâ.
>
> Its value is "29.0.50"
>
> Version numbers of this version of Emacs.
>
> But
>
> ,
> | emacs-repository-version is a variable defined in âversion.elâ.
> |
> | Its value is "7bf
Stefan Monnier writes:
> IMO `build-aux/gitlog-to-auctexlog` should gracefully fail
> (e.g. generate an empty file, or put the Git error into that
> file).
Hmm, build-aux/gitlog-to-auctexlog contains[1]:
--8<---cut here---start->8---
# If this is not a Git re
Stefan Monnier writes:
>> +# If this is not a Git repository, just generate an empty ChangeLog.
>> +test -d .git || {
>> + >"$output"
>> + exit
>> +}
>> +
>> # Get the new value for gen_origin from the latest version in the
>> repository.
>> new_origin=`git log --pretty=format:%H 'HEAD^!'` |
Tassilo Horn writes:
> I just wanted to say that I'll have a look about making the build
> succeed in the absence of git or when running it not in a normal git
> clone when I find some spare time.
Thanks Tassilo. One other issue Uwe brought up was that
`loaddefs-generate' isn't available for Em
Stefan Monnier writes:
>> AFAIU, using `update-file-autoloads' again means keeping track of all
>> AUCTeX files in the new GNUmakefile, or is there a better solution?
>
> You should be able to use `update-directory-autoloads`.
> It's a bit more cumbersome to use than `loaddefs-generate` but other
branch: main
commit 4714c740616b42997d1cca09a0297753d8246a91
Author: Arash Esbati
Commit: Arash Esbati
; * GNUmakefile: Delete code remainder.
---
GNUmakefile | 8
1 file changed, 8 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index c10a6cd8..1b4499a3 100644
--- a
Tassilo Horn writes:
> Thanks, applied with the minor change that I use $(wildcard *.el)
> instead of listing all lisp files and binding them to AUCSRC.
Thanks. Yes, $(wildcard *.el) is easier. I removed also some code
remainder.
Best, Arash
Uwe Brauer writes:
> First of all thanks Arash, that might have been a bit complicated. I
> appreciate it.
You're welcome. Actually not, I took most of it from our old
Makefile.in.
> I was late yesterday night, so since Tassilo already applied the patch,
>
> * From my git clone
>
> I pulled
>
Tassilo Horn writes:
> If you have more than those, yes:
>
> In bib-find-next:
> bib-cite.el:944:8: Warning: âfind-tagâ is an obsolete function (as of
> 25.1); use âxref-find-definitionsâ instead.
>
> In end of data:
> tex-info.el: Warning: the function âcl-memberâ might not be defined at
> runt
Tassilo Horn writes:
> Done.
Thanks. Do you mind if I add this change to it:
--8<---cut here---start->8---
diff --git a/GNUmakefile b/GNUmakefile
index 892d1c3c..999861cb 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -83,7 +83,8 @@ clean:
rm -f $(ALL
branch: main
commit 16a5896f6d61c3ab693bfe374608b088163a2b69
Author: Arash Esbati
Commit: Arash Esbati
; * GNUmakefile: Fix last change.
---
GNUmakefile | 11 ++-
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/GNUmakefile b/GNUmakefile
index 892d1c3c..999861cb 100644
Tassilo Horn writes:
> I totally don't mind when you fix my errors and oversights. That's
> exactly why I've hired you. ;-)
And I rely on Keita looknig after me ;-)
I have another question about this rule:
clean:
rm -f $(ALL_GENERATED_FILES) \
$(wildcard *.
Tassilo Horn writes:
> We are lucky. Good that we have him.
đ
> It depends on how clean the clean target should make. I went for very
> clean but wouldn't mind if the ChangeLog was kept. For what purpose?
I maintain a ChangeLog: I use 'C-x 4 a' to make a ChangeLog entry and
depending on how
branch: main
commit 80f47a4b72eeac0d1b5a83badfa7482b5f9378eb
Author: Arash Esbati
Commit: Arash Esbati
* GNUmakefile (clean): Don't clean up ChangeLog.
---
GNUmakefile | 1 -
1 file changed, 1 deletion(-)
diff --git a/GNUmakefile b/GNUmakefile
index 999861cb..507d69fd 100644
Tassilo Horn writes:
> Ah, ok, and you do that probably over multiple emacs sessions so that
> the buffer isn't there anymore.
Yes, my workflow is to write the ChangeLog entry directly after the
change and not before the actual commit, hence I need a file.
> You might as well customize change-l
Tassilo Horn writes:
> And there it is! So it seems to work now; you can stop knocking. ;-)
And I like the way the manual is formatted. Compare this:
https://www.gnu.org/software/auctex/manual/auctex.html
with this:
https://elpa.gnu.org/devel/doc/auctex.html
Thanks!
Best, Arash
Hi Uwe,
Uwe Brauer writes:
> I concentrated on the repository that I cloned with git.
>
> I compiled and installed GNU emacs
> commit 1d4e90341782
> 31.05.2022, where the function loaddefs-generate-batch was introduced.
If you look at this page, you'll see that the function/functionality
went
branch: master
commit a401c3fcc678541384b0cda915069c7998729fe0
Author: Arash Esbati
Commit: Arash Esbati
Silence the compiler for the "main" branch
* latex.el:
* plain-tex.el:
* tex.el: Declare functions which are reported as not known to
be defined when com
branch: master
commit f5546d1da0feacc43d0673dab262a7a7f44f26e9
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 4
1 file changed, 4 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 21b98e30..10e890e0 100644
--- a/NEWS.org
+++ b/NEWS.org
branch: master
commit 63968cc5cf56a0bcbabca55e49861865578b5bd5
Author: Arash Esbati
Commit: Arash Esbati
* tex.el (TeX-one-master): Consider .ltx as ordinary TeX files.
---
tex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tex.el b/tex.el
index d2864b5f..cda1d7f6
branch: master
commit 8db1e90b6d25beb72b5ebbc706b6def64794dcf8
Author: Paul Nelson
Commit: Arash Esbati
Make auto-reveal customizations easier to extend
* preview.el.in (preview-auto-reveal-commands): New user option.
(preview-auto-reveal): Use it.
* doc/preview-latex.texi
branch: master
commit 2d0c70114e5c475f311c1c481dae060c3e2cd882
Author: Paul Nelson
Commit: Arash Esbati
Allow multiple preview preprocessors
* preview.el.in (preview-preprocessor-functions): New variable,
replacing `preview-preprocessor-function'.
(preview-region): U
branch: master
commit 8b6a6bbce4704ac3b759a5f09ea0844dfd624892
Author: Paul Nelson
Commit: Arash Esbati
Allow programmatic preview abortion
* preview.el.in (preview-abort-flag): New variable.
(preview-TeX-inline-sentinel): Use it. (bug#70630)
---
preview.el.in | 15
esbati pushed a change to branch master.
from 2d0c7011 Allow multiple preview preprocessors
new 8b6a6bbc Allow programmatic preview abortion
new 06c0df55 Expand default auto-reveal options
Summary of changes:
preview.el.in | 19 ---
tex-fold.el | 4 +
branch: master
commit 06c0df55a49cf1946042ec540a0c5ac503279cfb
Author: Paul Nelson
Commit: Arash Esbati
Expand default auto-reveal options
* preview.el.in (preview-auto-reveal-commands):
* tex-fold.el (TeX-fold-auto-reveal-commands): Add
pop-to-mark-command and undo to the
branch: master
commit 5fdc23508032d08097b1c1a82928267426b0f03b
Author: Paul Nelson
Commit: Arash Esbati
Generalize some error description regexp
* latex.el (LaTeX-error-description-list): Generalize regexp for
begin/end mismatch error, so that a line number may be given
branch: master
commit 0caa1706494d465d00c82c268e35acee52e8fd9a
Author: Paul Nelson
Commit: Arash Esbati
Fix previews in indirect buffers
* preview.el.in (preview-region): Revert the change from
buffer-file-name to (TeX-buffer-file-name) introduced in
branch: master
commit 1d66dd1f6f047c05f0802b58c1924ec1f9700fd9
Author: Arash Esbati
Commit: Arash Esbati
Enable lexical-binding in auto-generated styles
* tex.el (TeX-auto-store): Add lexical cookie to auto-generated
style files.
---
tex.el | 1 +
1 file changed, 1 insertion
branch: master
commit 5f039df961e910402f4a8b742cc2f82371f2e688
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 11 ---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 10e890e0..f0649d6f 100644
--- a
branch: master
commit cba5820cf80ca46b08956d7f94f9b98e0e222db8
Author: Paul Nelson
Commit: Arash Esbati
Allow compilation messages to be suppressed
* tex.el (TeX-suppress-compilation-message): New variable.
(TeX-run-command): Use it. (bug#70783)
---
tex.el | 10 +++---
1
Werner Fink writes:
> Signed-off-by: Werner Fink
> ---
Hi Werner,
thanks for the change set. I have some question, see below.
> latex.el | 10 +-
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/latex.el b/latex.el
> index 5c6a8510..0f970949 100644
> --- a/latex.el
branch: master
commit 59ddea9f134e1c16206749b38314a47acde680de
Author: Arash Esbati
Commit: Arash Esbati
Correct variable name
* latex.el (TeX-normal-mode-reset-list): Fix the name of the
variable added to the list which is `LaTeX-global-class-files'.
Reported by W
Hi Werner,
"Dr. Werner Fink" writes:
> normally with every update of AUCTeX or TeXlive I do within a clean
> chroot with full TeXLive tree a scan of all style files via
> TeX-auto-generate-global ...
This is a dangerous operation; AUCTeX is known to produce sub-optimal
(not to say gibberish) wh
branch: master
commit 61f8825cfdd2d3746e7d85e0d9c91811d0ec3d38
Author: Arash Esbati
Commit: Arash Esbati
Add new style/amsrefs.el
* Makefile.in (STYLESRC): Add new style.
* style/amsrefs.el: New file.
---
Makefile.in | 2 +-
style/amsrefs.el | 233
branch: master
commit bf7ceef14fbe8e9c3deb8d285de33147977ef0ed
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 137 +++
1 file changed, 137 insertions(+)
diff --git a/NEWS.org b/NEWS.org
Ikumi Keita writes:
>> It's been more than a month since I've sent my signed papers, and
>> still no progress :( I have signed them though, I can send them here
>> too. It's just the FSF signature that is missing.
>
> Hmm, that's a pity. Arash, Tassilo, Mosè and David, what do you think
> about i
branch: master
commit 7b9efc2e17c25bdb7e928e9eb865d2c09f3326b8
Author: Arash Esbati
Commit: Arash Esbati
; * style/amsrefs.el ("amsrefs"): Add the "biblist*" environment.
---
style/amsrefs.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/styl
branch: master
commit 600b92446fd767a7888ca7924b2c34252074d7ff
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Fix last change.
---
NEWS.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 09e98daa..7a21f227 100644
--- a/NEWS.org
branch: master
commit a7f80ab858775cd00f76637d70504941535898ae
Author: Arash Esbati
Commit: Arash Esbati
Replace `TeX-arg-eval' in style/moodle.el
* style/moodle.el (LaTeX-moodle-question-env-with-args): Delete
function.
(LaTeX-moodle-answer-key-val-options): New var
Uwe Brauer writes:
> Please consider this minimal example
>
> \documentclass[addpoints,12pt]{exam}
> \usepackage[utf8]{inputenc}
> \usepackage[T1]{fontenc}
>
> \begin{document}
>
> \begin{questions}
> \titledquestion{Chevalier de MĂŠrĂŠ and the dices}
> \label{sec:org8ae33b2}
> \droptotalpoi
Arash Esbati writes:
> Maybe I'm getting this wrong, but the requirement above sounds like your
> looking for outlining and not folding. You could something like this:
>
> (setq TeX-outline-extra
> '(("[ \t]*titledquestion\\b" 5)))
>
> and
Uwe Brauer writes:
>> Uwe Brauer writes:
>
> Well
>
> 1. I tried that setting,
>
> 2. Opened the file sent in an earlier message
>
> 3. Run outline-minor-mode
>
> 4. Then I run either
>
>1. Hide entry
>
>2. Or hide body
>
> But in no case is see
>
> \titledques
Uwe Brauer writes:
> Confirmed. So my init file is the culprit. Sigh, that will take some
> time to debug.
đ
> Yeah, this class goes back to 199X and the author, although still active
> confesses that he is not a very acquainted with modern LaTeX constructs.
> Ok this is a lame excuse, but I pr
branch: master
commit e30189d92a701ab22a69a09fe2b9e9619fff6ce8
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update for 14.0.5 ELPA release.
---
NEWS.org | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/NEWS.org b/NEWS.org
index 7a21f227..451056a7 100644
(Resend this time with auctex-devel in CC)
Hi Werner,
> "Dr. Werner Fink" writes:
>> Hmmm ... for me this is a service for the users and customers. If
>> this really does not work I suggest to drop this feature. I had done
>> this now appr. 30 year, means longer than I worked here at SUSE.
I
Uwe Brauer writes:
"UB" == Uwe Brauer writes:
>
>> Confirmed. So my init file is the culprit. Sigh, that will take some
>> time to debug.
>
> I have to correct this statement. When trying to bisect my init file, I
> failed. So I repeated the emacs -Q procedure and *it failed* for some
> biz
"Dr. Werner Fink" writes:
> That help a lot but at the end it stumbles over lwarp.sty with an other
> error:
>
> [ 109s] Error: scan-error ("Containing expression ends prematurely" 4 5)
>
> I'll attach the lisp backtrace
I think this is an issue within lwarp.sty which has entries like this:
Uwe Brauer writes:
> ah, I am an idiot. I did it the other way around. I first opened the
> file and then set the variable. After changing the order and following
> *precisely* your steps, it works. It works even with my init file.
>
> Thanks so much for you patience and sorry for me being carele
"Dr. Werner Fink" writes:
> I now skip lwarp.sty by using:
>
> %if %{with tex4auto}
> pwd
> echo "Run the command TeX-auto-generate-global in mini buffer"
> ignore="$(sed -rn '/^\(defcustom TeX-ignore-file/,+1{
> s@^\s+@@;s@()(\)\$)@\1|lwarp\\.sty\2@p }' < ../tex.
Werner Fink writes:
> Nowadays UTF-8 is standard, also port the features of the letter class
> to dinbrief class.
Thanks for the patch. I admit I've never had a closer look at
dinbrief.el, but after applying your patch, I had a brief look and I
suggest this which includes your change. I fixed
branch: master
commit 9cd9d15cf807c3d5ef160f288d88568e757073da
Author: Werner Fink
Commit: Arash Esbati
Improve style/dinbrief.el
* style/dinbrief.el (LaTeX-dinbrief-class-options): New variable.
("dinbrief"): Add fontification support.
(LaTeX-dinbrief-insert)
"Dr. Werner Fink" writes:
> It works here, sorry for the typo.
Thanks for checking and the update. I installed that change (commit
9cd9d15c) under your name.
Best, Arash
esbati pushed a change to branch master.
from 9cd9d15c Improve style/dinbrief.el
new 4666795a Drop usage of `LaTeX-env-contents'
new dc1a8ee5 Delete `LaTeX-env-contents'
Summary of changes:
doc/auctex.texi | 3 ---
latex.el| 29 -
2
branch: master
commit 4666795a8f6f5e5b436629b9828c77aad4477789
Author: Arash Esbati
Commit: Arash Esbati
Drop usage of `LaTeX-env-contents'
* latex.el (LaTeX-common-initialization): Drop
`LaTeX-env-contents' and use the new way of query for arguments.
This allows
branch: master
commit dc1a8ee51e5ed8365aa969c1e845ba6b70203848
Author: Arash Esbati
Commit: Arash Esbati
Delete `LaTeX-env-contents'
* doc/auctex.texi (Adding Environments):
* latex.el (LaTeX-env-contents): Delete now unused function.
---
doc/auctex.texi | 3 ---
lat
branch: master
commit 2e52d827734d8b0f3c883c7c19ea4a44688247ff
Author: Arash Esbati
Commit: Arash Esbati
* doc/auctex.texi (Multifile): Mention addition of .ltx extension.
---
doc/auctex.texi | 7 ---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/doc/auctex.texi b/doc
Arash Esbati writes:
> diff --git a/tex.el b/tex.el
> index da2f91fe..374f202f 100644
> --- a/tex.el
> +++ b/tex.el
> @@ -2296,7 +2296,7 @@ It is suggested that you use the File Variables (see
> the info node
>(member x (quote (t nil shared dw
Arash Esbati writes:
> based on this Q&A[1], I had a brief but closer look and it seems it is
> not that hard to support amsrefs package within AUCTeX, given that there
> is amsreftex[2]. I don't have a clue about amsrefs, so this is a stab
> in the dark.
I installed amsre
Wierdl MĂĄtĂŠ writes:
> Fantastic, thank you!
You're welcome. Feel free to report any glitches with the style.
Best, Arash
branch: main
commit 73edb3731e4bdbe3760fb4c12f94ae1aa075458f
Author: Arash Esbati
Commit: Arash Esbati
Release GNU AUCTeX 14.0.5
* auctex.el: Bump version for ELPA release.
---
auctex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/auctex.el b/auctex.el
branch: main
commit 8d0569dbd09a5e237e18bc0b3733b24f34755072
Author: Arash Esbati
Commit: Arash Esbati
* auctex.el: Fix Commentary section.
---
auctex.el | 10 --
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/auctex.el b/auctex.el
index 40a3b311..b308fd78 100644
branch: master
commit 14a9e22062dd7381d6570fefd302858cf5bf4585
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 29 +
1 file changed, 29 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 451056a7..169cca83 100644
--- a
Ikumi Keita writes:
> branch: master
> commit 45ee2f9e674a82037c5d67d8851721255b8237d0
> Author: Artem Yurchenko
> Commit: Ikumi Keita
>
> Update documentaion on changes related to delete-selection
>
> * doc/auctex.texi:
> * doc/changes.texi:
> Update documentaion on change
esbati pushed a change to branch master.
from 14a9e220 ; * NEWS.org: Update the file.
new ad433865 ; Checkdoc improvements
new ae9efe74 ; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152).
Summary of changes:
latex.el | 2 +-
tex.el | 4 ++--
2 files changed, 3
branch: master
commit ad4338652bac5807bc3433ab10619a3ffc02fbec
Author: Jeremy Bryant
Commit: Arash Esbati
; Checkdoc improvements
* tex.el (TeX-engine-in-engine-alist): Capitalize argument.
(TeX-source-correlate-start-server-flag): Follow non-nil
convention (bug#71132
branch: master
commit ae9efe74e16469f53d08659e911888d8b3e17ffa
Author: Jeremy Bryant
Commit: Arash Esbati
; * latex.el (TeX-arg-savebox): Checkdoc fix (bug#71152).
---
latex.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/latex.el b/latex.el
index 67680cee..baedfdc8
branch: master
commit 06801482839fa811dfe5a4a829e901b16900debc
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org (Fixed): Track last change in changes.texi.
---
NEWS.org | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/NEWS.org b/NEWS.org
index 169cca83
Uwe Brauer writes:
> Ok, the compilation takes awfully long. Tassilo explained why, but it
> is really annoying and makes testing a bit cumbersome .
Do you run make with the '-j' switch? I tried building AUCTeX on my old
Windows box with 'time make -j8' and it took around 2:20 minutes. The
Hi Keita,
Ikumi Keita writes:
> Ah, I think so. I just pushed the fix. Thanks for spotting this.
Thanks, I tracked your change in our NEWS.org.
Best, Arash
branch: master
commit d4485d06604b8369dee4cd842fbf039e330eaa2f
Author: Jeremy Bryant
Commit: Arash Esbati
Improve documentation for interactive functions
* latex.el (LaTeX-environment): Correct docstring for required arg.
(LaTeX-close-environment, LaTeX-fill-paragraph
branch: master
commit 41546c5b912dfcc37c813b8113bb69ac84e9b55e
Author: Arash Esbati
Commit: Arash Esbati
Adjust color macros support for in-buffer completion
* style/color.el (LaTeX-color-used-model-regexp)
(LaTeX-color-used-model, LaTeX-color-used-model-requires-spec-p
branch: master
commit 7de5f1bbdd186bc84a8bd764e843a308f798210f
Author: Arash Esbati
Commit: Arash Esbati
Make opt. args more resilient against color bleeds
* font-latex.el (font-latex-find-matching-close): Improve
boundaries recognition of optional arguments, especially when
branch: master
commit 04fc731398b2980a17e0665b286c8423b5245b6e
Author: Arash Esbati
Commit: Arash Esbati
; Fix docstring and comment
* latex.el (LaTeX-check-insert-macro-default-style): Fix
docstring.
* style/floatrow.el: Remove stale comment.
---
latex.el
branch: master
commit d0af6f6c77940cc1dd124030d5c7809d675783ca
Author: Arash Esbati
Commit: Arash Esbati
; * NEWS.org: Update the file.
---
NEWS.org | 5 +
1 file changed, 5 insertions(+)
diff --git a/NEWS.org b/NEWS.org
index 28c70289..92c41293 100644
--- a/NEWS.org
+++ b/NEWS.org
esbati pushed a change to branch main.
from 6b1c1f6d Tune byte compile condition
adds 9cd9d15c Improve style/dinbrief.el
adds 4666795a Drop usage of `LaTeX-env-contents'
adds dc1a8ee5 Delete `LaTeX-env-contents'
adds 3b0becf0 Split out the electric version o
branch: main
commit 2d271c90605476024c474194aca615bdf4a8ab90
Merge: 6b1c1f6d d0af6f6c
Author: Arash Esbati
Commit: Arash Esbati
Merge remote-tracking branch 'origin/master'
---
NEWS.org | 34 +
doc/auctex.texi| 27 ++--
doc/changes.texi | 34 -
fon
Jeremy Bryant writes:
> The Emacs manual says
>
>⢠The AUCTeX package provides more advanced features for editing TeX
> and its related formats, including the ability to preview TeX
> equations within Emacs buffers. Unlike BibTeX mode and the RefTeX
> package, AUCTeX is not di
Uwe Brauer writes:
> I presume, he wants to clone GNU emacs from the git repository, compile
> it and auctex is already included in that tree, like gnus, so that it
> would not be necessary to use the package system.
Ah, thanks for the translation ;-) So the question was: Why isn't
AUCTeX in co
branch: master
commit dab82282bfea86d2a417c5ba044f176a34b68078
Author: Jeremy Bryant
Commit: Arash Esbati
; Clarify manual reference to `prettify-symbols-mode'
* doc/auctex.texi (Prettifying): Spell out code required to enable
`prettify-symbols-mode' to help new us
Jeremy Bryant writes:
> There are however at least 2 scenarios where there are benefits to
> having auctex, a functional albeit perhaps not the most recent version,
> in a distribution of Emacs.
>
> 1.
> New LaTeX users can discover and try auctex straightaway. If they
> want to upgrade, they al
Jeremy Bryant writes:
> Great, this seems to be a major obstacle removed!
That was a good change also for other reasons -- kudos to Keita for
doing it.
> Again, this only works if users are provided with general network
> access. Depending on site policy, this is sometimes not permitted,
> hen
branch: master
commit b4ffddfa5915e005a8ffb302a4e7c3dee25b23ab
Author: Jeremy Bryant
Commit: Arash Esbati
; Checkdoc fixes for interactive commands
* preview.el.in (preview-copy-region-as-mml): Add docstring.
(preview-install-styles): Add arg in docstring, and
add checkdoc
Tassilo Horn writes:
> I guess when you only write short documents like letters, there's
> probably no need for all those features that come with AUCTeX. But
> that's just a guess. No actual user told me their reasons.
This is also what I've read over the time: Some people don't like
AUCTeX's
Jeremy Bryant writes:
> Arash, is the below wording on copyright assignment(from your link)
> still accurate?
See Tassilo's response.
> Are new contributors checked
Of course.
Best, Arash
Paul Nelson writes:
> There is some relevant discussion at
> https://www.reddit.com/r/emacs/comments/8wpatw/auctex_vs_texmode_or_giving_a_texmode_another/,
> which notes the slower load time of AUCTeX (once per session), some
> difference in the behavior of imenu (not an issue if you use
> consul
1 - 100 of 2410 matches
Mail list logo