osx - Enable mouse scroll in Emacs running in the terminal -
when try scroll when have emacs running inside terminal whole terminal scrolls instead of buffer in emacs.
is possible change this? i'm using emacs 24.3.1 on osx 10.9.1
i've tried m-x xterm-mouse-mode
and
having
(require 'mouse)
(xterm-mouse-mode t)
(mouse-wheel-mode t)
in .emacs file, neither works.
this 1 specific apple's default terminal app. can:
- install simbl , mouseterm
- use iterm2
Comments
Post a Comment