Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!uflorida!novavax!weiner From: weiner@novavax.UUCP (Bob Weiner) Newsgroups: comp.emacs Subject: Re: GNU Emacs Message-ID: <1024@novavax.UUCP> Date: 22 Feb 89 00:05:53 GMT References: <2987@uvacs.cs.Virginia.EDU> Distribution: na Organization: Nova University, Fort Lauderdale, FL Lines: 36 In-reply-to: rlc@uvacs.cs.Virginia.EDU's message of 21 Feb 89 02:41:53 GMT Posting-Front-End: GNU Emacs 18.47.5 of Tue Sep 15 1987 on novavax (berkeley-unix) In article <2987@uvacs.cs.Virginia.EDU> rlc@uvacs.cs.Virginia.EDU (Robert L. Chase) writes: Two questions, if you can help: 1. Is there a way to print the current manual (distributed on tape) if I don't have TEX? (I'm on VMS). If you have the emacs.dvi file already (I'm not sure if this is currently distributed) then you don't need TeX, but you do need another program that filters the .dvi file to something your printer accepts such as Postscript. Many such programs such as dvi2ps are available. But why waste your time and your printer. The Free Software Foundation sells very readable manuals for $15 a piece. They are in the Cambridge, MA telephone directory. Additionally, you should learn to use Info. It lets you browse the entire manual online. Once you know how to use it (try {C-h a info}) you probably won't need a printed manual. 2. Is there a way to make Incremental Search (CTRL-S) case sensitive (I do Modula-2). Yes, do a (setq case-fold-search nil) to turn case sensitivity on. Interactively, you can do a {M-x setq } and fill in the parameters. {M-x apropos fold} will show you all the variables associated with case-folding. As a side note, not a lot of people know that {M-x apropos} often displays much more information that {C-h a} since it includes functions without "interactive" declarations and variables not normally intended for user setting. Bob -- Bob Weiner, Motorola, Inc., USENET: ...!gatech!uflorida!novavax!weiner (407) 738-2087