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: Ikumi Keita
Subject: Re: Detect latexmk is running on currently buffer.
Date: Thu, 14 Oct 2021 15:54:33 +0900

>>>>> 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.

Cheers,
Ikumi Keita



reply via email to

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