Tagged Questions
2
votes
1answer
285 views
Correct way to get emacs 16 color support inside tmux?
I'm trying to get a custom color-theme (solarized) setup for my emacs that utilizes a 16 color palette, which I've already set up for my terminal (gnome-terminal).
When running emacs from a normal ...
1
vote
1answer
315 views
Home and End keys in Emacs don't work when run from Tmux
When I run Emacs from Tmux, the Home and End keys do not work (Home key runs the Search command as if C-s was pressed). The problem started when I added this in my ~/.bashrc file:
TERM="xterm"
export ...
1
vote
1answer
174 views
Tmux causes Emacs glitch
Recently I started using Tmux, but I noticed that it causes a strange Emacs glitch. When I open source code for elisp or haskell, the comments aren't highlighted. Only the comment sign is (; in case ...
1
vote
1answer
822 views
Solarized background colour off in emacs under tmux
Exhibit I: plain Emacs.
Exhibit II: Emacs under tmux.
The shades of colours are different, and importantly, the background colour differentiation is nil (e.g. look at the top menu). Anyone run ...
0
votes
1answer
157 views
Terminal keystrokes confusion
#1
tmux ignores some keystrokes:
Ctrl + Delete
Ctrl + F*
#2
Something similar happens in virtual consoles (even without tmux) with the difference that Ctrl + Delete and Delete behaves the same.
...