syl20bnr / spacemacs

A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!
http://spacemacs.org
GNU General Public License v3.0
23.69k stars 4.89k forks source link

Strange tmux characters in projectile buffer #2480

Closed honza closed 9 years ago

honza commented 9 years ago

After running SPC p f, I see this. There is a file called .env. Emacs is running in GUI mode.

screen shot 2015-07-30 at 13 30 45

I'm not sure where to even begin debugging this. Thanks!

syl20bnr commented 9 years ago

mmmh no idea for now :smile_cat:

syl20bnr commented 9 years ago

Can you give more details about your environment ? OS, Emacs versions etc...

honza commented 9 years ago
ghost commented 9 years ago

@honza

I just fixed this issue thanks to you! Since I have the exact same setup as you, it was easy to trace the issue to base16-tomorrow-dark colorscheme. I also had base16-shell script installed, which was most likely the cause of the problem. I doubt it had anything to do with the colorscheme itself, since the same issue was present with other colorschemes.

I uninstalled the script and (just in case) changed the colorscheme. After that I run projectile-invalidate-cache, restarted emacs and the issue was gone!

I hope this will help you.

honza commented 9 years ago

@aradunovic You're a genius. I've been banging my head against this for weeks now. Uninstalling the base16-shell script solves this. The script inserts a whole bunch of stuff when run under tmux. OSS ftw! Thank you