Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!mit-eddie!EMBL.BITNET!MANSFIEL From: MANSFIEL@EMBL.BITNET (Niall Mansfield) Newsgroups: comp.emacs Subject: interactive recursive narrowing Message-ID: <8707021017.AA21039@EDDIE.MIT.EDU> Date: Tue, 30-Jun-87 10:10:12 EDT Article-I.D.: EDDIE.8707021017.AA21039 Posted: Tue Jun 30 10:10:12 1987 Date-Received: Sat, 4-Jul-87 04:25:47 EDT Sender: uucp@eddie.MIT.EDU Lines: 16 The standard GNU Emacs "narrow-to-region" and "widen" allow for only one-or-none narrowing - i.e. you're narrowed or not. Often I would have found it helpful to have recursive narrowing. Is there any way to do this? (An example: when I'm already narrowed to a particular function in a source program, I would like to restrict further to a particular part of that function for some operation, and when I am finished I'd like "widen" to undo just the top level restriction, leaving me still narrowed to the whole function). Niall