home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0038.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  1.3 KB  |  31 lines

  1. Tao Jiang <tj2n+@andrew.cmu.edu> writes:
  2. >I am having problem in compiling lemacs on a sun 3/60 machine,
  3. >runing sunOS 4.1.1.  The problem is in unexsunos4.c, that file seems
  4. >to be for sparc station.  Can someone give me suggestions?
  5.  
  6. Having just fought this battle, I will try to answer.
  7. The problem is that whoever wrote the s-sunos4.h file
  8. forgot about sun 3's, which have different relocation information
  9. than sun 4's. The solution is to use the s-sunos4-obsolete.h
  10. system file instead. I suppose one might try to fix
  11. up unexsunos4.c to work with a sun 3, but I haven't really
  12. looked at it yet.
  13.  
  14. While we are on the topic of lemacs on a sun 3/60,
  15. now that I have it compiled I find the redisplay
  16. and cursor movement unbearbly slow, much slower than epoch
  17. on the same platform. The worst part seems to be moving
  18. the cursor from one line to the next (with C-P or C-N).
  19. If I hold either key down for a second or so emacs gets
  20. behind in displaying the cursor and just gives up, then
  21. displays the cursor half a screen up the page.
  22. What is making this so much slower? Is it the support
  23. for fonts of different heights on the same line?
  24.  
  25. -- eric
  26.  
  27. ---------------------------------------------------------------------------
  28. Eric Schenk                                           schenk@cs.toronto.edu
  29. Department of Computer Science, University of Toronto
  30.  
  31.