[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command to open logfile
From: |
Maximilian Wuttke |
Subject: |
Re: Command to open logfile |
Date: |
Sat, 13 Feb 2021 12:38:56 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.0 |
On 13/02/2021 10:36, Pieter van Oostrum wrote:
> It would be useful, and very easy to implement, to have a command that brings
> up the log file belonging to the current TeX file.
Do you mean something like this?
(defun TeX-find-master-log ()
"Open the log file associated to the TeX project"
(interactive)
(find-file (concat (TeX-master-file) ".log")))
At least on my system, I only have a log file for the "master" file. The
above command opens this log file.
- Command to open logfile, Pieter van Oostrum, 2021/02/12
- Re: Command to open logfile, Maximilian Wuttke, 2021/02/12
- Re: Command to open logfile, Pieter van Oostrum, 2021/02/13
- Re: Command to open logfile,
Maximilian Wuttke <=
- Re: Command to open logfile, jfbu, 2021/02/13
- Re: Command to open logfile, Joost Kremers, 2021/02/13
- Re: Command to open logfile, jfbu, 2021/02/13
- Re: Command to open logfile, Joost Kremers, 2021/02/13
- Re: Command to open logfile, Ikumi Keita, 2021/02/22
- Re: Command to open logfile, jfbu, 2021/02/22
- Re: Command to open logfile, Siegfried, 2021/02/13
- Re: Command to open logfile, Pieter van Oostrum, 2021/02/14