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

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

Re: Xemacs questions.


From: Bruce Ingalls
Subject: Re: Xemacs questions.
Date: Thu, 13 May 2004 10:58:43 GMT
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)

Tien Nguyen wrote:
Hello Sir/Madame,
We have used Xemacs at our company, I would like to do the following
using Xemacs:
- Copy column, cut column and paste column.

;;Code lifted from http://emacro.sf.net:

(define-key global-map [(control shift button1)]
                 'mouse-track-do-rectangle)     ;select

(define-key global-map [(control shift button2)] 'yank-rectangle)  ;paste

(define-key global-map [(control shift button3)] 'kill-rectangle)) ;cut


> - Scroll lock 2 windows together.
;;You can see this in the EMacro beta's ediff code.
Try the scroll-all.el or follow-mode.el libraries (may be misspelled)


reply via email to

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