-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Spacemacs -nw + Tilda + Zsh #2905
Comments
I am experiencing the same symptoms. This is how it looks after executing |
Sorry @beneyal , I made a mistake, it appears to be happening during If you change the line (configuration-layer/sync) in init.el to (configuration-layer/sync window-system) and then update core-configuration-layer.el configuration-layer/sync as follows, it should stop the problem (but also the spacemacs confics won't load): (defun configuration-layer/sync (ws) |
I experienced similar symptoms, particularly severe from within tmux. I seem to have made the problem go away by disabling evil-terminal-cursor-changer. |
@grokful -- you're right, updating spacemacs/packages.el to only setq I'm also running emacs -nw within tmux. next-window(defun spacemacs/init-evil-terminal-cursor-changer () best wishes,
On Mon, Sep 7, 2015 at 2:37 PM, grokful notifications@github.com wrote:
|
I have a similar problem, i'm using Gnome-Terminal and Tmux and Bash and when I make your change in the last post to my packages.el file it removes my ability to use the completion functionality and a host of other issues. Any idea what I'm doing wrong and do I need to make another change in addition to this one? Also if I try to run emacs in a window now I cannot use the spacebar, it says end-of-buffer... any advice? I clearly have no clue what i'm doing. |
Just an update, installing the develop branch fixed this and also when I checked packages.el and the "next-window" bit isn't there. |
On Debian 9 alpha 2 (4.1.0-1-amd64 #1 SMP Debian 4.1.3-1 (2015-08-03) x86_64 GNU/Linux)
Scenario:
When running spacemacs with no windows (e.g.
emacs -nw
) when using the tilda terminal with (oh my) zsh.Symptom(s):
The zsh session becomes corrupted and prints a strange string after each command: "[a q". Strange characters occasionally also appear within the spacemacs itself and interrupt the session.
Work-around:
If I modify my init.el as follows by excluding spacemacs/setup-after-init-hook (core-spacemacs.el) when run as -nw, the problem does not occur
The text was updated successfully, but these errors were encountered: