Path: utzoo!mnetor!uunet!husc6!mailrus!ames!pasteur!ucbvax!LF-SERVER-2.BBN.COM!jr From: jr@LF-SERVER-2.BBN.COM (John Robinson) Newsgroups: comp.emacs Subject: Re: HP9000, gnuemacs Message-ID: <8803021508.AA18913@ucbvax.Berkeley.EDU> Date: 2 Mar 88 14:27:42 GMT References: <23185@ucbvax.BERKELEY.EDU> Sender: usenet@ucbvax.BERKELEY.EDU Reply-To: jr@BBN.COM Organization: The Internet Lines: 15 One thing that sometimes happens is that compiled elisp (.elc) files come with the distribution, and these aren't portable. Try removing them from lisp/ and re-byte-compiling them, then rebuilding emacs. To do this, you may find the following alias (shellscript if you must) useful: alias elc 'emacs -batch -f batch-byte-compile \!*' The part in single quotes runs emacs as a "batch" job (no screen i/o). You might want to run the function byte-recompile-directory instead to get a sholw directory's worth of files. Also, it would probably pay to byte-compile bytecomp.el itself first. /jr jr@bbn.com or jr@bbn.uucp