help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pasting into emacs over ssh -X


From: Ryan Moszynski
Subject: pasting into emacs over ssh -X
Date: Mon, 21 Aug 2006 12:59:55 -0400

i use emacs in X mode using ssh -X, and I can't past into/out of
emacs.  I use FC4/gnome.  I also have a user that uses secureCRT in
windows and uses something like -X, and he has the same problem.

i've tried putting the next couple of lines in my .emacs.  they work
as long as you are using the same machine, but not if you are (ssh
-X)ing.
;;;;;;;;;;
(mouse-wheel-mode t)
(setq x-select-enable-clipboard t)
(setq interprogram-paste-function 'x-cut-buffer-or-selection-value)
;;;;;;;;;;

A solution to this would be a HUGE timesaver, and do away with countless scp's.

thanks, ryan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]