Re: Getting around in Emacs

1998-06-19 Thread argathin
Brian Gorka writes: > > I should have been more clear. If you are using the X11 version of > GNU Emacs, you can do pc-bindings and pc-selection mode. This has > been present in 19.30 (pretty sure) up to the present set of 20.3 > betas. > > AFAIK, XEmacs doesn't come out of the box with somthin

Re: Getting around in Emacs

1998-06-18 Thread Brian Gorka
> "argathin" == argathin <[EMAIL PROTECTED]> writes: >> If you are using the X version of Emacs, you can type: >> >> M-x pc-bindings-mode and M-x pc-selection-mode >> >> (where M-x is ALT-x or ESC-x) argathin> ?? Just a question - is that a new feature in the late

Re: Getting around in Emacs

1998-06-18 Thread argathin
Brian Gorka writes: > > "Chris" == Chris Wegrzyn <[EMAIL PROTECTED]> writes: > > Chris> I have been typing up a document in emacs for a while and > Chris> find it necessary to go to the end of lines. On windoze > Chris> word processors, I can just hit end or home and get to the >

Re: Getting around in EMACS

1998-06-18 Thread skip
Wade> Also, adding the following lines to your .emacs file should do it: Wade> (global-set-key [end] 'end-of-line) Wade> (global-set-key [home]'beginning-of-line) In recent versions of XEmacs at least (I use 20.3), these are the default bindings for the Home and End keys.

Re: Getting around in Emacs

1998-06-18 Thread Brian Gorka
> "Chris" == Chris Wegrzyn <[EMAIL PROTECTED]> writes: Chris> I have been typing up a document in emacs for a while and Chris> find it necessary to go to the end of lines. On windoze Chris> word processors, I can just hit end or home and get to the Chris> start or end of a lin

Re: Getting around in EMACS

1998-06-18 Thread W. Wade, Hampton
Folks, there was a great article a few years ago on customizingt EMACS. You might want to check out http://www.ssc.com. Also, adding the following lines to your .emacs file should do it: (global-set-key [end] 'end-of-line) (global-set-key [home]'beginning-of-line) I have a rather long

Re: Getting around in Emacs

1998-06-18 Thread Ray Curtis
> "cw" == Chris Wegrzyn <[EMAIL PROTECTED]> writes: cw> I have been typing up a document in emacs for a while and find it cw> necessary to go to the end of lines. On windoze word processors, I can cw> just hit end or home and get to the start or end of a line. Is there any cw> way to set up E

Getting around in Emacs

1998-06-17 Thread Chris Wegrzyn
I have been typing up a document in emacs for a while and find it necessary to go to the end of lines. On windoze word processors, I can just hit end or home and get to the start or end of a line. Is there any way to set up Emacs so that I can use home and end to go to the beginning and end of a l