Re: master 64a8e189: Remove compatibility code

2022-05-08 Thread Ikumi Keita
Hi Arash, > Arash Esbati writes: > This part of the change leads to this warning when building AUCTeX: > In end of data: > bib-cite.el:1432:12: Warning: the function `outline-show-entry' is not > known to be defined. Oh, sorry. Thank you for letting me know. > Should we

Re: master 64a8e189: Remove compatibility code

2022-05-08 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: > diff --git a/bib-cite.el b/bib-cite.el > index a6405046..aa594a1d 100644 > --- a/bib-cite.el > +++ b/bib-cite.el > @@ -1429,11 +1429,7 @@ If within a multi-file document (in AUCTeX only) > (if (bib-Is-hidden) > (save-excursion >

master 64a8e189: Remove compatibility code

2022-05-08 Thread Ikumi Keita
branch: master commit 64a8e189a3009bc4b467cd886a9d8edbab390b9b Author: Ikumi Keita Commit: Ikumi Keita Remove compatibility code * bib-cite.el (bib-display-or-find-label): * font-latex.el (font-latex-fontify-region): * latex.el (TeX-read-label): Remove compatibility

Re: AucTeX and TRAMP

2022-05-08 Thread Ikumi Keita
Hi Philip, > Philip Kaludercic writes: > I was wondering if there is a reason that AucTeX (apparently) doesn't > support TRAMP by default? I have a laptop without a Texlive > installation, so I'd build my documents on a server. This doesn't work > by default, but after applying this patch