GNU bug report logs - #62220
In-buffer completion and LaTeX-math-cal

Previous Next

Package: auctex;

Reported by: Arash Esbati <arash <at> gnu.org>

Date: Thu, 16 Mar 2023 11:44:01 UTC

Severity: normal

Done: Arash Esbati <arash <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Arash Esbati <arash <at> gnu.org>
Subject: bug#62220: closed (Re: bug#62220: In-buffer completion and
 LaTeX-math-cal)
Date: Fri, 17 Mar 2023 09:45:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#62220: In-buffer completion and LaTeX-math-cal

which was filed against the auctex package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 62220 <at> debbugs.gnu.org.

-- 
62220: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62220
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Arash Esbati <arash <at> gnu.org>
To: Tassilo Horn <tsdh <at> gnu.org>
Cc: bug-auctex <at> gnu.org, 62220-done <at> debbugs.gnu.org
Subject: Re: bug#62220: In-buffer completion and LaTeX-math-cal
Date: Fri, 17 Mar 2023 10:43:23 +0100
Hi Tassilo,

Tassilo Horn <tsdh <at> gnu.org> writes:

> TeX-complete-list contains an entry
>
>    (LaTeX--after-math-macro-prefix-p 1
>                                    (lambda nil
>                                      (append
>                                       (mapcar #'cadr LaTeX-math-list)
>                                       (mapcar #'cadr LaTeX-math-default)))
>                                    (if TeX-insert-braces "{}"))
>
> (see latex.el:8074) and LaTeX-math-default contains an entry where the
> cadr is the symbol LaTeX-math-cal.  I guess, there should be a
> (seq-filter #'stringp ...)  around the (append ...).

Thanks, that was the right hint.  I installed a change (2a65fac9b1)
using your suggestion above.  Closing this issue.

Best, Arash

[Message part 3 (message/rfc822, inline)]
From: Arash Esbati <arash <at> gnu.org>
To: auctex-bugs <bug-auctex <at> gnu.org>
Subject: In-buffer completion and LaTeX-math-cal
Date: Thu, 16 Mar 2023 12:42:54 +0100
[Message part 4 (text/plain, inline)]
Hi all,

if you have in-buffer completion running, take this small example:

  \documentclass{article}
  \begin{document}
  $\La*$
  \end{document}

move point to * and hit TAB to get the completion candidates.  This is
what I see with corfu:
[LaTeX-math-cal.png (image/png, inline)]
[Message part 6 (text/plain, inline)]
Any idea where that `LaTeX-math-cal' is coming from?

Best, Arash

This bug report was last modified 2 years and 60 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.