Date: Sun, 19 Mar 2000 11:48:08 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: JP Morris cc: djgpp AT delorie DOT com Subject: Re: DJGPP for Linux? In-Reply-To: <38D40C75.84380B1B@bigfoot.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 18 Mar 2000, JP Morris wrote: > > How is it harder than Edit.com? If you _really_ like the > > Windows keybindings, take a while to set up a .emacs file. > > Can you make emacs support shift-motion selection and > shift-insert/del cut-and-paste? > That -would- be useful. Emacs can be made to support *anything*. What's more important, for every feature or customization you might think of, there's a 95% chance that somebody already did it, so all you need to do is find it. Using Emacs efficiently is an exercise in package management ;-). That's why commands like "M-x apropos", "M-x finder-by-keyword" and the manual index-search are so important. For your specific problem, try "M-x pc-selection-mode RET". If that's not enough, add "M-x pc-bindings RET" for a good measure.