ediprolog icon indicating copy to clipboard operation
ediprolog copied to clipboard

Error when using local modules

Open librarianmage opened this issue 2 years ago • 1 comments

When using a local module, ediprolog errors out attempting to load the file, likely due to only copying the buffer itself to a temp folder.

librarianmage avatar Dec 07 '23 02:12 librarianmage

Yes, you can work around this for example with: M-: (setq ediprolog-temp-file ".ediprolog") RET, so that a local file is used to consult the program!

triska avatar Dec 07 '23 06:12 triska