shell-pop-el
shell-pop-el copied to clipboard
Strange ^L?
Every time I open shell-pop (trigger by default keybind
What is the meaning of this line in shell-pop.el
? Has something to do with this?
Environment: Ubuntu 16.04, Emacs 24.5.1
I comment this line out (and re-compile the .elc
file):
It seems OK now.
But question remains:
- Is it necessary to
term-send-raw-string
a "\C-l"? - Is it safe to remove this line without leading to other issues?
I think the idea here was to clear the shell. What shell are you using? Anyway I don't think there's any harm done if you remove it.
It should work fine in bash so if you are using something else maybe we should conditionally check for that (if that's even possible). Otherwise I agree that it's more annoying than helpful.
I comment this line out (and re-compile the
.elc
file):
I have been hit by this annoying bug. I use Spacemacs (develop branch) atop a Guix-installed GNU Emacs 26.3 on Debian buster. My shell is Bash. I solved the problem by commenting out the evil line per the comment quoted above. That was a couple days ago and it has been working fine.