Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ATHENA.MIT.EDU!jik From: jik@ATHENA.MIT.EDU (Jonathan I. Kamens) Newsgroups: gnu.emacs.bug Subject: [tower@wheaties.ai.mit.edu: GNU Emacs bug: find-tag-other-window] Message-ID: <8903231831.AA02598@PIT-MANAGER.MIT.EDU> Date: 23 Mar 89 18:31:14 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 53 ----- Forwarded message Date: Thu, 23 Mar 89 12:18:25 EST From: tower@wheaties.ai.mit.edu To: jik@ATHENA.MIT.EDU In-Reply-To: <8903230347.AA12380@PIT-MANAGER.MIT.EDU> "jik@athena.mit.edu" Subject: GNU Emacs bug: find-tag-other-window please forward this to bug-gnu-emacs@prep.ai.mit.edu, which is the proper mailing list for this message. thanx -len Return-Path: Date: Wed, 22 Mar 89 22:47:20 EST From: Jonathan I. Kamens Sender: jik@pit-manager.mit.edu To: gnu-bugs@wheaties.ai.mit.edu Subject: GNU Emacs bug: find-tag-other-window GNU Emacs 18.50.1H of Tue Jun 7 1988 on minos (berkeley-unix) The code for find-tag-other-window reads: ************************* (defun find-tag-other-window (tagname &optional next) "Find tag (in current tag table) whose name contains TAGNAME. Selects the buffer that the tag is contained in in another window and puts point at its definition. If TAGNAME is a null string, the expression in the buffer around or before point is used as the tag name. If second arg NEXT is non-nil (interactively, with prefix arg), searches for the next tag in the tag table that matches the tagname used in the previous find-tag. See documentation of variable tags-file-name." (interactive (if current-prefix-arg '(nil t) (find-tag-tag nil "Find tag other window: "))) (find-tag tagname next t)) ************************* The function find-tag-tag does not exist. Jonathan Kamens USnail: MIT Project Athena 410 Memorial Drive, No. 223F jik@Athena.MIT.EDU Cambridge, MA 02139-4318 Office: 617-253-4261 Home: 617-225-8218 ----- End of forwarded message