unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Xemacs questions.
@ 2004-05-12 20:51 Tien Nguyen
  0 siblings, 0 replies; 3+ messages in thread
From: Tien Nguyen @ 2004-05-12 20:51 UTC (permalink / raw)


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.
- Scroll lock 2 windows together.
I can't find info under help to do these.
Please help.
Thanks,
Tien.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Xemacs questions.
       [not found] <mailman.4915.1084396096.1061.help-gnu-emacs@gnu.org>
@ 2004-05-13  3:33 ` Roodwriter
  2004-05-13 10:58 ` Bruce Ingalls
  1 sibling, 0 replies; 3+ messages in thread
From: Roodwriter @ 2004-05-13  3:33 UTC (permalink / raw)


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.
> - Scroll lock 2 windows together.
> I can't find info under help to do these.
> Please help.
> Thanks,
> Tien.

I don't know if XEmacs is different in this than GNU Emacs, but with GNU 
cutting and pasting columns is called rectangle editing.

 

--Rod

__________

Author of "Linux for Non-Geeks--Clear-eyed Answers for Practical Consumers" 
and "Boring Stories from Uncle Rod." Both are available at 
http://www.rodwriterpublishing.com/index.html

To reply by e-mail, take the extra "o" out of the name.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Xemacs questions.
       [not found] <mailman.4915.1084396096.1061.help-gnu-emacs@gnu.org>
  2004-05-13  3:33 ` Roodwriter
@ 2004-05-13 10:58 ` Bruce Ingalls
  1 sibling, 0 replies; 3+ messages in thread
From: Bruce Ingalls @ 2004-05-13 10:58 UTC (permalink / raw)


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)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-05-13 10:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-12 20:51 Xemacs questions Tien Nguyen
     [not found] <mailman.4915.1084396096.1061.help-gnu-emacs@gnu.org>
2004-05-13  3:33 ` Roodwriter
2004-05-13 10:58 ` Bruce Ingalls

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).