From: Eli Zaretskii Newsgroups: comp.os.msdos.djgpp Subject: Re: eMacs w/o e (What's a good stand-alone editor?) Date: Sun, 24 Oct 1999 10:02:02 +0200 Organization: NetVision Israel Lines: 26 Message-ID: References: <000701bf1c18$23b7bca0$885328cb AT sphinx> NNTP-Posting-Host: is.elta.co.il Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: news.netvision.net.il 940752041 9580 199.203.121.2 (24 Oct 1999 08:00:41 GMT) X-Complaints-To: abuse AT netvision DOT net DOT il NNTP-Posting-Date: 24 Oct 1999 08:00:41 GMT X-Sender: eliz AT is In-Reply-To: To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sat, 23 Oct 1999, Damian Yerrick wrote: > IMHO, Emacs would rule if it could be set up to use the > KEYbindings from Macs (sans E). (Ctrl+Z undo, Ctrl+X > kill selection, Ctrl+C copy selection, Ctrl+V yank, etc.) You can rebind all the keys in your _emacs file as you want; none of the key bindings is untouchable. Where's the problem? > or the MesS-DOS Edit bindings (Alt-Bksp undo, > Shift-Del kill selection, Ctrl+Ins copy selection, Shift+Ins > yank, etc.) This is already available: try the commands "M-x pc-bindings-mode" and "M-x pc-selection-mode". > > Does Emacs support larger text modes like RHIDE? > > The DOS Emacs I tried did. In the Command shell, > C:\DJGPP>mode,50 > gives an 80x50 screen. Then open Emacs. As I wrote elsewhere in a related thread, there are Emacs commands to change the screen dimensions from inside Emacs. Try "M-x mode4350", for example.