Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Hongyi Zhao
On Tue, Jun 15, 2021 at 4:11 AM Arash Esbati wrote: > > Hongyi Zhao writes: > > > Then I try to test auctex with the following LaTeX sample file: > > > > %% LaTeX sample file > > \documentclass{paper} > > \usepackage{hyperref} > > \begin{document} > > See > >

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Hongyi Zhao
On Tue, Jun 15, 2021 at 3:35 AM Tassilo Horn wrote: > > Hongyi Zhao writes: > > >> That's because the URL contains % and therefore looks like a "code > >> comment" to auctex, e.g. > >> > >> \some\latex{code}% And some comment bla bla bla bla... > >> > >> which would be properly filled as > >>

Re: AUCTeX and menu bar

2021-06-14 Thread Arash Esbati
Hi Keita, Ikumi Keita writes: >> Arash Esbati writes: > > Indeed. After I disabled preview-latex in my init.el and customized > `LaTeX-enable-toolbar' to nil in order to suppress loading tex-buf, > accessing `Command' menu causes that error. Sorry for my late response and thanks for

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Arash Esbati
Hongyi Zhao writes: > Then I try to test auctex with the following LaTeX sample file: > > %% LaTeX sample file > \documentclass{paper} > \usepackage{hyperref} > \begin{document} > See >

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Tassilo Horn
Hongyi Zhao writes: >> That's because the URL contains % and therefore looks like a "code >> comment" to auctex, e.g. >> >> \some\latex{code}% And some comment bla bla bla bla... >> >> which would be properly filled as >> >> \some\latex{code}% And some comment bla bla bla >>

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Hongyi Zhao
On Mon, Jun 14, 2021 at 8:05 PM Tassilo Horn wrote: > > Hongyi Zhao writes: > > > Then I try to test auctex with the following LaTeX sample file: > > > > %% LaTeX sample file > > \documentclass{paper} > > \usepackage{hyperref} > > \begin{document} > > See > >

Re: Tooltip and incremental drop-down menus of automatic completion.

2021-06-14 Thread Basil L. Contovounesios
Hongyi Zhao writes: > On Mon, Jun 14, 2021 at 4:22 PM Jean Louis wrote: >> >> * Hongyi Zhao [2021-06-14 10:04]: >> > When I typeset LaTeX source file in Emacs with auctex enabled, I >> > want to know if the features like tooltip and incremental drop-down >> > menus of automatic completion are

Re: Tooltip and incremental drop-down menus of automatic completion.

2021-06-14 Thread Basil L. Contovounesios
Hongyi Zhao writes: > On Ubuntu 20.04, I use the latest git master Emacs and auctex compiled > from source. > > When I typeset LaTeX source file in Emacs with auctex enabled, I want > to know if the features like tooltip and incremental drop-down menus > of automatic completion are available.

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Tassilo Horn
Hongyi Zhao writes: > Then I try to test auctex with the following LaTeX sample file: > > %% LaTeX sample file > \documentclass{paper} > \usepackage{hyperref} > \begin{document} > See >

Re: Tooltip and incremental drop-down menus of automatic completion.

2021-06-14 Thread Jean Louis
* Hongyi Zhao [2021-06-14 12:59]: > See screenshot named as tooltip.png, which is shown in TeXstudio. Replacement for that kind of information of the command in LaTeX is the command C-? in auctex that will show you documentation of it. The completion is possible with `ivy' package, it is almost

Re: Tooltip and incremental drop-down menus of automatic completion.

2021-06-14 Thread Jean Louis
* Hongyi Zhao [2021-06-14 10:04]: > When I typeset LaTeX source file in Emacs with auctex enabled, I > want to know if the features like tooltip and incremental drop-down > menus of automatic completion are available. I don't know about the tooltip, that usually shortly explains the icon in the

Tooltip and incremental drop-down menus of automatic completion.

2021-06-14 Thread Hongyi Zhao
On Ubuntu 20.04, I use the latest git master Emacs and auctex compiled from source. When I typeset LaTeX source file in Emacs with auctex enabled, I want to know if the features like tooltip and incremental drop-down menus of automatic completion are available. Regards -- Assoc. Prof. Hongyi

Re: A strange auto typesetting problem when using auctex.

2021-06-14 Thread Hongyi Zhao
On Mon, Jun 14, 2021 at 11:45 AM Hongyi Zhao wrote: > > On Ubuntu 20.04, I use the latest git master Emacs version compiled by > myself. I install and load auctex's git master version with the > following bootstrap code in `~/.emacs.d/init.el': > > ;;Bootstrap auctex via straight >