Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!think.com!snorkelwacker.mit.edu!ai-lab!life!tmb From: tmb@ai.mit.edu (Thomas M. Breuel) Newsgroups: comp.editors Subject: Re: Xedit is better than vi and emacs Message-ID: Date: 29 Apr 91 05:36:12 GMT References: <1991Apr21.011316.13111@zorch.SF-Bay.ORG> <1991Apr24.180108.5887@convex.com> <1991Apr26.024928.2260@sugra.uucp> Sender: news@ai.mit.edu Organization: MIT Artificial Intelligence Lab Lines: 26 In-reply-to: ken@sugra.uucp's message of 26 Apr 91 02:49:28 GMT In article <1991Apr26.024928.2260@sugra.uucp> ken@sugra.uucp (Kenneth Ng) writes: [various reasons why XEDIT's hide-lines facility is better than multiple windows for looking at procedure arguments] Emacs has: * hide-lines (or selective display), so that you can hide procedure bodies if you want to * multiple windows, so that you can look at the header/definition file while editing the code/implementation file * M-., so that you can quickly move to the source of a function * M-x arglist (for some languages), so that you can display the argument list for the function you are trying to call * M-x edit-callers (for some languages), for similar problems * M-x grep, for quickly moving to arbitrary places in a collection of source files by context (I usually use this instead of M-.) So, with Emacs you get your choice. "hide-lines" alone is a pretty poor development tool.