auctex-devel
[Top][All Lists]
Advanced

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

Re: Showing compilation progress indicator


From: Uwe Brauer
Subject: Re: Showing compilation progress indicator
Date: Sat, 16 Jul 2022 19:43:16 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

>>> "AH" == Al Haji-Ali <abdo.haji.ali@gmail.com> writes:
Hello Al


> 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)
> `----


Ok, it was 

(procress-load-default-svg-images)

Which was not clear to me. Maybe you could add this to the README file?


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

It does, I am using GNU emacs master. 

It is nice, I tested it for some documents.

Uwe 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


reply via email to

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