From xemacs-m  Fri May 16 11:51:01 1997
Received: from hubbub.cisco.com (mailgate-sj-1.cisco.com [198.92.30.31])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id LAA14721;
	Fri, 16 May 1997 11:51:00 -0500 (CDT)
Received: from sandman (sandman.cisco.com [171.70.19.29]) by hubbub.cisco.com (8.8.4-Cisco.1/CISCO.GATE.1.1) with ESMTP id JAA20436; Fri, 16 May 1997 09:50:32 -0700 (PDT)
Received: (from drich@localhost) by sandman (SMI-8.6/8.6.12) id JAA20024; Fri, 16 May 1997 09:50:32 -0700
From: Dan Rich <drich@cisco.com>
Message-Id: <199705161650.JAA20024@sandman>
Subject: Re: HELP -- set-buffer-file-coding-system errors
To: steve@xemacs.org (Steven L Baur)
Date: Fri, 16 May 1997 09:50:31 -0700 (PDT)
Cc: xemacs-beta@xemacs.org
In-Reply-To: <m2g1vounpl.fsf@altair.xemacs.org> from "Steven L Baur" at May 15, 97 07:59:02 pm
X-Mailer: ELM [version 2.4 PL25]
MIME-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit

> Dan Rich <drich@cisco.com> writes:
> > I'm getting the following whenever I try and do anything in 20.2-final:
> > 	Symbol's chain of funciton indirections contains a loop:
> > set-buffer-file-coding-system
> 
> It sounds like an alias gone bad.  Note that there are no aliases of
> that symbol in stock XEmacs 20.2.  What kinds of mule-aware packages
> do you have in site-lisp and reference in your .emacs?

It looks like it was a copy of "emu" in site-lisp that had a defalias
for set-buffer-file-coding-system.  I killed it, and now it works fine.

Thanks! (That should teach me to install a test sw package into my main
bin directory... :-)

