[gnu.emacs.bug] find-tag-other-window

jik@ATHENA.MIT.EDU (Jonathan I. Kamens) (03/24/89)

----- Forwarded message
Date: Thu, 23 Mar 89 12:18:47 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 ALSO forward this to bug-gnu-emacs@prep.ai.mit.edu, which is the
proper mailing list for this message.

thanx -len 

Return-Path: <jik@pit-manager.mit.edu>
Date: Wed, 22 Mar 89 22:53:27 EST
From: Jonathan I. Kamens <jik@athena.mit.edu>
Sender: jik@pit-manager.mit.edu
To: gnu-bugs@wheaties.ai.mit.edu
Subject: GNU Emacs: server mode bug


GNU Emacs 18.50.1H of Tue Jun  7 1988 on minos (berkeley-unix)

When a buffer is in server mode and you change the mode of the buffer,
it goes out of server mode.

Example: I'm editing a file from an emacsclient in text mode.  I
decide to include a fragment of emacs-lisp, so I turn on
emacs-lisp-mode.  The server mode goes away, and doesn't come back.

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

jik@ATHENA.MIT.EDU (Jonathan I. Kamens) (03/24/89)

----- 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: <jik@pit-manager.mit.edu>
Date: Wed, 22 Mar 89 22:47:20 EST
From: Jonathan I. Kamens <jik@athena.mit.edu>
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