You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The drawback would be, that this influences a general EMACS function, not only the functionality for the magik mode package.
Surely there would be other solutions without that drawback.
On the other hand, I don't see yet, why this function should be essential.
So I see three possible ways to handle this issue:
(a) Change the comment and the default value of magik-session-command-default in a way, that the %..%-Syntax is no longer included. It might be helpful to add a comment about this, in the README.md file
(b) Add a comment in the README.md file that describes, that a user may add the a.m. defadvice-code into his/her personal .emacs code, if he/she want to use it
(c) Add the missing funtionality to the magik-session function without changing behaviour of the global substitute-in-file-name function.
The solution (c) obviously would be the nicest, but I'd also agree with the other two.
The text was updated successfully, but these errors were encountered:
ReinhardHahn
changed the title
magik-session-command: Expansion of environment variables using Windows %% nomencalture doesn't work
magik-session-command: Expansion of environment variables using Windows %% nomenclature doesn't work
Sep 3, 2021
The comment of the function
magik-session
states:This is currently not true for the Windows %..%-nomenclature.
A possible solution would be to add the advice given within the misc-sw.el file of the former EMACS, delivered with SW 4.x:
The drawback would be, that this influences a general EMACS function, not only the functionality for the magik mode package.
Surely there would be other solutions without that drawback.
On the other hand, I don't see yet, why this function should be essential.
So I see three possible ways to handle this issue:
(a) Change the comment and the default value of
magik-session-command-default
in a way, that the %..%-Syntax is no longer included. It might be helpful to add a comment about this, in the README.md file(b) Add a comment in the README.md file that describes, that a user may add the a.m. defadvice-code into his/her personal
.emacs
code, if he/she want to use it(c) Add the missing funtionality to the magik-session function without changing behaviour of the global
substitute-in-file-name
function.The solution (c) obviously would be the nicest, but I'd also agree with the other two.
The text was updated successfully, but these errors were encountered: