-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Thomas Adam wrote:
> On Thu, 24 Jul 2008 16:43:24 -0700
> Micah Cowan <[EMAIL PROTECTED]> wrote:
>> I have been successfully using both Emacs and Vim under screen with
>> mouse support. Both required configuration adjustments to make it
>> happen.
> 
> Can you share this information, please?  Sounds interesting.  :)

FWIW, I submitted a patch against Vim at one point to enable it
automatically. Bram said it looked good, but hasn't applied it yet
AFAIK. However, it has been applied against Vim in recent Ubuntu releases.

https://bugs.launchpad.net/debian/+source/screen/+bug/113227

In my .vimrc for other Vims, I have:

if &term == 'screen'
    set mouse=nic
    set ttymouse=xterm2
endif

(you might want "set mouse=a", or some other setting, above).

In my .emacs, I have:

(require 'xt-mouse)
(xterm-mouse-mode t)
(mouse-wheel-mode t)

- --
Micah J. Cowan
Programmer, musician, typesetting enthusiast, gamer,
and GNU Wget Project Maintainer.
http://micah.cowan.name/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFIiRsV7M8hyUobTrERAjhWAJ9t8YFIOZ1a0lOsWAeW5olXggze4ACfWF0G
BblvtH+gpIHHy+oEcylDDCY=
=4sv2
-----END PGP SIGNATURE-----


_______________________________________________
screen-users mailing list
screen-users@gnu.org
http://lists.gnu.org/mailman/listinfo/screen-users

Reply via email to