Path: utzoo!mnetor!uunet!husc6!bbn!rochester!udel!burdvax!bigburd.PRC.Unisys.COM!fritzson From: fritzson@bigburd.PRC.Unisys.COM (Richard Fritzson) Newsgroups: comp.emacs Subject: Re: find-tag-tag? Message-ID: <5929@burdvax.PRC.Unisys.COM> Date: 4 Apr 88 18:38:36 GMT References: <22943@bbn.COM> Sender: news@PRC.Unisys.COM Organization: Unisys Corporation, Paoli Research Center; Paoli, PA Lines: 17 In article <22943@bbn.COM> schooler@bbn.com (Richard Schooler) writes: >I'm running GNU Emacs 18.50.3 under SunOS 3.4. When I try to invoke the >function find-tag-other-window via "C-x 4 .", I get a message saying that >"find-tag-tag" cannot be found. I reported that to bug-gnu-emacs but forgot to post it here. It looks like "find-tag-tag" used to be defined and was called by both find-tag-other-window and find-tag but find-tag was revised so it didn't need find-tag-tag any longer and so it was deleted by mistake. (Pure speculation - I don't have the old source files around anymore.) It is easy to patch (in the file tags.el) by copying the call to "interactive" as it appears in find-tag into find-tag-other-window, eliminating the call to "find-tag-tag". -Rich Fritzson ARPA: fritzson@prc.unisys.com UUCP: {sdcrdcf,psuvax1,cbmvax}!burdvax!fritzson