Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!psuvax1!gondor.psu.edu!flee From: flee@gondor.psu.edu (Felix Lee) Newsgroups: comp.editors Subject: Re: ALL in Xedit (Re: XEDIT capabilities in full-screen editors) Message-ID: <3115@psuvax1.psu.edu> Date: Thu, 19-Nov-87 09:40:56 EST Article-I.D.: psuvax1.3115 Posted: Thu Nov 19 09:40:56 1987 Date-Received: Sat, 21-Nov-87 19:35:20 EST References: <3389@uw-june.UUCP> <1057@ucsfcca.ucsf.edu> Sender: netnews@psuvax1.psu.edu Reply-To: flee@gondor.psu.edu (Felix Lee) Organization: The Roadside Picnic Lines: 15 In article <3089@psuvax1.psu.edu> I wrote: > GNU Emacs's "narrow-to-region" is closer in spirit [to Xedit's ALL]. I've just found out that GNU Emacs (18.47.3) has features very similar to ALL in Xedit. (I don't play with GNU Emacs much; I mostly use Jove). First there's M-x occur. This pops up another buffer showing all the occurrences of a given regexp. And once you have that buffer, you can type C-c C-c to go to a specific occurrence of that regexp. Then there's selective-display. (setq selective-display t) tells Emacs that anything after a ^M on a line should not be displayed. Emacs's outline-mode uses selective-display. It wouldn't be too hard to write an ALL work-alike. -- Felix Lee flee@gondor.psu.edu *!psuvax1!gondor!flee