Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!mmshah From: mmshah@athena.mit.edu (Milan M Shah) Newsgroups: comp.windows.ms.programmer Subject: Re: A Good Windows Programmers Editor Message-ID: <1991Mar17.161430.224@athena.mit.edu> Date: 17 Mar 91 16:14:30 GMT References: <1991Mar16.100509.8474@odin.diku.dk> <29514@cs.yale.edu> <29515@cs.yale.edu> Sender: news@athena.mit.edu (News system) Organization: Massachusetts Institute of Technology Lines: 12 WRT uEmacs for Windows, I like it, but can't figure out how to: a) Repeat a search? In uEmacs for DOS, Alt-s would search for whatever I had searched before, but in uEmacs for Windows, I get a key not bound. I am using the same emacs.rc file that I used with uemacs for dos, and have not modified that original. My suspicion is that the winmain loop does a TranslateAccelerators, which would think that Alt- is a menu accelerator and therefore declares that no such key exists. b) Where exactly is the information needed to write these .cmd files? For example, I would like to write .cmd files to comment region, indent region detent region, etc. but I can't find any info in the doc file. Perhaps I am missing something obvious here?