auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Detect latexmk is running on currently buffer.


From: Hongyi Zhao
Subject: Re: Detect latexmk is running on currently buffer.
Date: Thu, 14 Oct 2021 15:50:28 +0800

On Thu, Oct 14, 2021 at 2:54 PM Ikumi Keita <ikumi@ikumi.que.jp> wrote:
>
> >>>>> Hongyi Zhao <hongyi.zhao@gmail.com> writes:
> > When the buffer is saved, the following error will be triggered:
>
> > let: Wrong number of arguments: erase-buffer, 1
>
> Oops, sorry.  Replace (erase-buffer buf) in the previous code with
> (with-current-buffer buf (erase-buffer))
> , please.

Thanks. It does the trick.

HZ



reply via email to

[Prev in Thread] Current Thread [Next in Thread]