Re: [ESS] How to Duplicate Previous Functionality/Workflow

2023-09-22 Thread Stephen J. Eglen via ESS-help
> (You probably didn't do this, because Docview isn't great for > pdfs. The now abandoned package pdf-tools was a great option for > reading pdfs inside Emacs). just to add a couple of comments: 1. pdf-tools was forked about 1-2 years ago, and now active at:

[ESS] Displaying R plots within an Emacs buffer

2024-03-21 Thread Stephen J. Eglen via ESS-help
This is an itch I've had for ESS for probably at least 10 years... how to get R plots displayed dynamically in an Emacs buffer? See code [1] and demo [2] for a proof of concept. Feedback (and any expertise with websockets) welcome! Best wishes, Stephen [1]

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-22 Thread Stephen J. Eglen via ESS-help
Hi Stephen: With emacs v29.2, I keep getting this error and I can.t figure out why. apply: Searching for program: Permission denied, ./check_outputs.pl I have perl and curl installed. So this what I see. hi Rodney, did you do: chmod +x ./check_outputs.pl and that the perl script is in

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-25 Thread Stephen J Eglen via ESS-help
- I works perfectly for me in two different machines (both running Debian and Emacs 29.2.50) Thanks for confirming. - Maybe I am not understanding https://github.com/sje30/ess-unigd#adjust-to-size-of-buffer--dynamically-update , but resize of image (on changing frame and window sizes)

Re: [ESS] ess-set-working-directory

2024-03-31 Thread Stephen J. Eglen via ESS-help
hi Kevin, Rodney, I think the variable and setting you are looking for is: (setq ess-startup-directory 'default-directory) Best wishes, Stephen On Sun, Mar 31 2024, Kevin Coombes via ESS-help wrote: I don't know where this "feature" lives in the code. But it might help find it to

Re: [ESS] Displaying R plots within an Emacs buffer

2024-03-27 Thread Stephen J. Eglen via ESS-help
I've got it now working locally so that the aspect ratio is the same size as the window that you use to view the svg. This I think is more flexible. Looking forward to that functionality :-) Version 2 is now live for testing: code: https://github.com/sje30/ess-unigd/tree/main/v2

Re: [ESS] Displaying R plots within an Emacs buffer

2024-04-11 Thread Stephen J. Eglen via ESS-help
I've tidied up the code for showing R plots as SVG in an Emacs buffer; it is now on melpa: https://melpa.org/#/essgd so package.el can grab it easily enough. Best wishes, Stephen On Wed, Mar 27 2024, Stephen J. Eglen wrote: I've got it now working locally so that the aspect ratio is