Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!usc!zaphod.mps.ohio-state.edu!ceres.physics.uiowa.edu!iowasp.physics.uiowa.edu!ns-mx!ccad.uiowa.edu!cadsi From: cadsi@ccad.uiowa.edu (CADSI) Newsgroups: comp.windows.ms.programmer Subject: Re: A Good Windows Programmers Editor Message-ID: <1991Mar17.171931.30713@ccad.uiowa.edu> Date: 17 Mar 91 17:19:31 GMT References: <1991Mar17.161430.224@athena.mit.edu> Organization: CAD-Research, U. of Iowa, Iowa City, Iowa Lines: 23 From article <1991Mar17.161430.224@athena.mit.edu>, by mmshah@athena.mit.edu (Milan M Shah): > 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. Are you sure that your emacs.rc file is being read correctly??? My stuff works flawlessly. F3 is normally bound to finding the next occurence of a search word. For sure, make sure the Emacs stuff is on your path. Take out the set $sres VGA commands too, that does't work in the Windows version. Maybe your emacs.rc file is dying at that point?? > 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? Its all in the docs. The docs are just a little skimpy.