auctex
[Top][All Lists]
Advanced

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

Re: [AUCTeX] How to modify TeX-view-program-selection


From: David Kastrup
Subject: Re: [AUCTeX] How to modify TeX-view-program-selection
Date: Thu, 13 Sep 2018 15:31:34 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

Joost Kremers <address@hidden> writes:

> On Thu, Sep 13 2018, Greg Bognar wrote:
>> (add-hook 'LaTeX-mode-hook                    '(lambda ()
>>              (add-to-list 'TeX-view-program-selection
>> '((output-pdf "zathura")))
>>              ))
>
> There's no need to do this in LaTeX-mode-hook, it should be enough to
> have 
>
> (add-to-list 'TeX-view-program-selection '((output-pdf "Zathura")))
>
> in your init file.

Ah, but that depends on TeX-view-program-selection already being
defined.  You'd have to put this into an eval-after-load incantation or
similar for this to work reliably.

> Doing it in LaTeX-mode-hook means it's executed each time you open a
> LaTeX file, which is harmless but unnecessary.

But the usual way to do such stuff.

-- 
David Kastrup



reply via email to

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