-
Can we add a user option to automatically exit eshells after closing the toggle?
My issue with current behaviour is that after a while I have man directory specific eshells piling up that I have to m…
-
Hello, I have a problem with the nix-eshell command. I cannot use the programs I defined in my .nix file.
It somehow does not update the environment variables.
```in eshell:
echo $PATH
/run/wrap…
-
There was a bug filed for spacemacs. I think that shell-pop-el is the source of the problem.
https://github.com/syl20bnr/spacemacs/issues/8538
In shell-pop.el in the function shell-pop--set-exit…
-
We currently use +hmaxib to avoid one too big process crashing the service. But referenced binary will be double counted binary vheap, even when the entire calculation is inside the process, for examp…
-
Helpful recognises eshell functions in the form 'eshell/nnn' since they are standard elisp functions, but it reports "Not bound: nnn" for command line commands.
Could helpful check if the the strin…
-
Maybe because eshell cannot deal with `exec` command.
![image](https://user-images.githubusercontent.com/20369462/136588210-be1c98b9-ce03-4c28-8108-1207d91b2fed.png)
-
Feature request adding to #18.
I find that sometimes I'll only have a *project-eshell* buffer or dired buffer open from doing `C-x p c` or `C x p p RET`.
This means when I restore a tabspace th…
-
Any chance you could add such a customize-variable?
Also the aweshell group is in the group of itself, that's recursive eshell would make much more sense.
-
I've been working through the Erlang tutorials in Seven Languages in Seven Weeks using Erlide for eclipse and for the most part all seemed to be ok until i got to the concurrency section.
loop() -> …
Jrasm updated
10 years ago
-
`eshell-command` reads an Eshell command from the minibuffer.
`esh-autosuggest--prefix` won't work in this case, since it can't find `eshell-prompt-regexp` in the minibuffer.