Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Al Haji-Ali
On 26/08/2025, Uwe Brauer wrote: >> That was the point I missed, now it works, thanks. > >> One question, how can I change the size of the superimposed snippets. > > I changed the setting of preview-scale-function > which is better suited for my 14 inch Laptop Ah good to know. I'll remove that cu

Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Uwe Brauer
> That was the point I missed, now it works, thanks. > One question, how can I change the size of the superimposed snippets. I changed the setting of preview-scale-function which is better suited for my 14 inch Laptop smime.p7s Description: S/MIME cryptographic signature

Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Uwe Brauer
>>> "AH" == Al Haji-Ali writes: > Hello Uwe, > On 26/08/2025, Uwe Brauer wrote: >>> I am on Emacs 29.4 >>> I cloned the repository >>> I set the path to that directory >> >>> I byte compiled all 3 files >> >>> Here is what I obtained. > Thanks for these. I admit I forgot to check warnings in

Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Al Haji-Ali
Hello Uwe, On 26/08/2025, Uwe Brauer wrote: >> I am on Emacs 29.4 >> I cloned the repository >> I set the path to that directory > >> I byte compiled all 3 files > >> Here is what I obtained. Thanks for these. I admit I forgot to check warnings in byte-compilation. These should be all fixed now.

Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Uwe Brauer
>>> "AH" == Al Haji-Ali writes: > I just made public an auctex preview package that I have been working > on for some time. It essentially shows the preview locally and > temporarily in a frame or as an 'after-string, similar to what > Overleaf has been doing recently. > https://github.com/haji-

Re: Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "AH" == Al Haji-Ali writes: >> I just made public an auctex preview package that I have been working >> on for some time. It essentially shows the preview locally and >> temporarily in a frame or as an 'after-string, similar to what >> Overleaf has been doing r

Preview package plug and questions about implementation in preview.el

2025-08-26 Thread Al Haji-Ali
I just made public an auctex preview package that I have been working on for some time. It essentially shows the preview locally and temporarily in a frame or as an 'after-string, similar to what Overleaf has been doing recently. https://github.com/haji-ali/preview-point Any feedback/bug repo