Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!yale!umich!sharkey!applga!harper From: harper@applga.aa.cad.slb.com (Brett E. Harper) Newsgroups: comp.emacs Subject: Emacs 18.54.2 for HP9000/300 Message-ID: <1990Oct1.142351.11822@applga.aa.cad.slb.com> Date: 1 Oct 90 14:23:51 GMT Sender: harper@applga.aa.cad.slb.com (Brett E. Harper) Organization: Schlumberger CAD/CAM ; Ann Arbor, MI Lines: 55 Keywords:emacs hp hello, I have been trying to get a version of GNU Emacs to work using these new machines that we have. The version of Emacs that we have is 18.54.2 and the machine is really a hp9000/400 (just like a 300 I'm told). We have made changes to the distribution as outlined in the softbench installation guide for GNU Emacs. I have successfully made versions of GNU Emacs on other hp9000's and have not had the problems that I did this time. I have also made a version for the hp835 from this same distribution tape. Let me outline the problems I had: C-x C-f (file-file) Always pre-pends a ~ to your file name, resulting in most files not being found! For example starting emacs with a filename for an argument, will not load the file unless that file happens to be under ~. resize window (X window version) on the 400 the window does not refresh itself, on the 835 it does. Some of the changes I made to the distribution are: alloca.s: set MAXREG,22 s-hpux.h: removed line: #define SHORT_CAST_BUG sysdep.c: commented out definition of perror() m-hp9000s300.h: added to end: #define SHORT_CAST_BUG #define NEED_BSDTTY crt0.c: a bunch of asm additions and deletions for new hp assembler (I don't remember doing this before there was some other fix, maybe using the system crt0 file or something else. ) config.h: #define MAINTAIN_ENVIRONMENT #include "s-hpux.h" #include "m-hp9000s300.h" or "m-hp9000s800.h" uncommented HAVE_X and X11 changed PURESIZE to 130000 and 125000 If anyone sees any things that I have done wrong, or could recommend a method of building that would work I would really appreciate it. Thanks, Brett Harper harper@aaaca1.SINet.SLB.COM