Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keg command cannot be run in eshell. #19

Open
ROCKTAKEY opened this issue Oct 8, 2021 · 1 comment
Open

keg command cannot be run in eshell. #19

ROCKTAKEY opened this issue Oct 8, 2021 · 1 comment

Comments

@ROCKTAKEY
Copy link
Collaborator

Maybe because eshell cannot deal with exec command.

image

@ROCKTAKEY
Copy link
Collaborator Author

@conao3
I found that start-process have this same issue. It should be because the shebang :;exec ${EMACS:-emacs} --batch -l "$0" -- "$@" is too difficult for Emacs to interpret.

Therefore, I would like to rewrite the executable keg to normal bash script. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant