bug#70779: [PATCH] Emacs 30 and warning about missing lexical-binding declaration

2024-05-05 Thread Arash Esbati
Arash Esbati writes: > Arash Esbati writes: > >> I suggest the following change to `TeX-auto-store' in tex.el: > > Which can be reduced to: > > diff --git a/tex.el b/tex.el > index cda1d7f6..30f80c7e 100644 > --- a/tex.el > +++ b/tex.el > @@ -4267,6 +4267,7 @@ If TEX is a directory, generate

bug#58005: 13.1.4; Can't work with indirect buffers

2024-05-05 Thread Arash Esbati
Vangelis Evangelou writes: > Hi all. I agree with Paul. Sorry for the oversight. For some reason, > in my local installation, I have what Paul suggests, which is why I > hadn't picked it up when I submitted the patch. Thank you all for your comments. I installed that change (0caa170649).

bug#58005: 13.1.4; Can't work with indirect buffers

2024-05-05 Thread Vangelis Evangelou
Hi all. I agree with Paul. Sorry for the oversight. For some reason, in my local installation, I have what Paul suggests, which is why I hadn't picked it up when I submitted the patch. On Sun, 5 May 2024 at 04:04, Ikumi Keita wrote: > Hi all, > > > Arash Esbati writes: > > Paul Nelson

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Arash Esbati
tags 70782 wontfix close 70782 thank Paul Nelson writes: > Ah, I see. OK, what you suggest sounds good, please feel free to > close. Thanks. Let me know if Git is annoying you about the new file, I can add it to our .gitignore. Best, Arash ___

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Paul Nelson
Ah, I see. OK, what you suggest sounds good, please feel free to close. Thanks, best, Paul On Sun, May 5, 2024 at 3:14 PM Arash Esbati wrote: > Paul Nelson writes: > > > Unfortunately, it uses text-mode (and I don't know of any way to > > associate .dir-locals entries with minor modes.) > >

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Arash Esbati
Paul Nelson writes: > Unfortunately, it uses text-mode (and I don't know of any way to > associate .dir-locals entries with minor modes.) Thanks. Your proposal has another side effect for people not having Magit installed: I get the following when I open a file inside AUCTeX repo with your

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Paul Nelson
Hi Arash, I'm not a Magit user, hence the question: Does Magit use a special mode > for writing commit logs, like `log-edit-mode'? Maybe we can put that > entry somewhere else in .dir-locals.el, next to > > Unfortunately, it uses text-mode (and I don't know of any way to associate .dir-locals

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Arash Esbati
Hi Paul, Paul Nelson writes: > This patch uses .dir-locals.el to set the magit commit summary maximum > length to 50. I'm not a Magit user, hence the question: Does Magit use a special mode for writing commit logs, like `log-edit-mode'? Maybe we can put that entry somewhere else in

bug#70779: [PATCH] Emacs 30 and warning about missing lexical-binding declaration

2024-05-05 Thread Arash Esbati
Arash Esbati writes: > I suggest the following change to `TeX-auto-store' in tex.el: Which can be reduced to: --8<---cut here---start->8--- diff --git a/tex.el b/tex.el index cda1d7f6..30f80c7e 100644 --- a/tex.el +++ b/tex.el @@ -4267,6 +4267,7 @@ If TEX is

bug#70783: [PATCH] Allow compilation messages to be suppressed

2024-05-05 Thread Paul Nelson
This patch introduces a dynamic variable that allows suppression of the messages "Type (...) to display results of compilation." Thanks, best, Paul 0001-Allow-compilation-messages-to-be-suppressed.patch Description: Binary data ___ bug-auctex mailing

bug#70782: [PATCH] Set magit commit summary length in dir-locals

2024-05-05 Thread Paul Nelson
This patch uses .dir-locals.el to set the magit commit summary maximum length to 50. Thanks, best, Paul 0001-Set-magit-commit-summary-length-in-dir-locals.patch Description: Binary data ___ bug-auctex mailing list bug-auctex@gnu.org

bug#70779: [PATCH] Emacs 30 and warning about missing lexical-binding declaration

2024-05-05 Thread Arash Esbati
Hi all, Emacs 30 now emits a warning when it loads an .el file without the lexical-binding cookie (commits 81bad84a6 and 1121f17d7c). This is the entry from Emacs NEWS: *** Warn about missing 'lexical-binding' directive. The compiler now warns if an Elisp file lacks the standard

bug#70776: [PATCH] Generalize some error description regexp

2024-05-05 Thread Arash Esbati
Paul Nelson writes: > On the other hand, the relevant regular expression in > LaTeX-error-description-list doesn't allow for "on input line X". > This patch generalizes that regular expression so that it matches such > output. Thanks, installed, and closing. Best, Arash