GNU bug report logs -
#71363
14.0.5; AUCTeX 14.05 and LaTeX Mode
Previous Next
Reported by: Robert Morelli <morelli <at> flux.utah.edu>
Date: Tue, 4 Jun 2024 14:27:02 UTC
Severity: normal
Found in version 14.0.5
Done: Ikumi Keita <ikumi <at> ikumi.que.jp>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hi Arash,
>>>>> Arash Esbati <arash <at> gnu.org> writes:
> Thanks, catering for `major-mode-remap-defaults' is probably a good
> idea. I have some minor comments below.
Thanks.
>> --- a/tex-site.el.in
>> +++ b/tex-site.el.in
>> @@ -113,29 +113,53 @@ Arrange the redirection of the built-in TeX modes according to VALUE.
>> - The built-in modes in VALUE are redirected to the corresponding
>> AUCTeX major modes.
>> - The built-in modes not in VALUE discard redirection, if any.
>> -If `major-mode-remap-alist' is available, use it for redirection.
>> -Otherwise, use advice facility."
>> +If either `major-mode-remap-defaults' or `major-mode-remap-alist'
>> +is available, use it for redirection
> , in that order
OK, I'll add those words.
>> + ;; Keep compatibility. (bug#71363)
>> + (if (eq elt 'latex-mode)
>> + (with-eval-after-load 'org-src
>> + (progn
> Do you need this extra `progn' inside `with-eval-after-load'?
Thanks. I didn't realize the difference of syntax between
`eval-after-load' and `with-eval-after-load'.
Regards,
Ikumi Keita
#StandWithUkraine #StopWarInUkraine
#Gaza #StopMassiveKilling #CeasefireNOW
This bug report was last modified 316 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.