auctex-devel
[Top][All Lists]
Advanced

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

Re: Showing compilation progress indicator


From: Al Haji-Ali
Subject: Re: Showing compilation progress indicator
Date: Sat, 16 Jul 2022 17:24:28 +0100

Hello Uwe,

On 16/07/2022, Uwe Brauer wrote:
> Very interesting. I don't have straight installed and don't feel like 
> installing another package manager. Any change you can add 
> a setup for mortals? 😇

If you clone the git repository somewhere (for example your home directory)
,----
| cd ~/
| git clone https://github.com/haji-ali/procress.git
`----

Then you can do this (change the load path if you cloned it somewhere else)
,----
| (add-to-list 'load-path "~/procress")  
| (require 'procress)
| (procress-load-default-svg-images)
| (add-hook 'LaTeX-mode-hook 'tex-procress-mode)
`----

Note that your emacsen must support SVG to get the nice graphical symbols, 
otherwise the `procress-load-default-svg-images` call would fail.

To check this, you can call
,----
| (image-type-available-p 'svg)
`----
which return `t` if SVG is supported in your emacsen.

Best regards,
-- Al



reply via email to

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