home *** CD-ROM | disk | FTP | other *** search
- Hi all.
-
- I just finished building lemacs-19.6 on a SPARC-2, SUNOS4.1.1, gcc2.3.3,
- and I have a few comments/bug reports to make:
-
- 1. Lucid: when lemacs is being built with gcc, one needs to add
-
- #include <sys/time.h>
-
- to xterm.c. This seems like a bug.
-
- 2. If one is going to use gcc, it should only be necessary to
- specify this once, instead of in several places. It was necessary
- to edit $EMACS/src/lwlib/Makefile to specify
-
- CC = gcc
- PICFLAGS = -fpic
-
- to get it to build.
-
- 3. set-screen-foreground/background-color doesn't work, nor does
- set-cursor-color.
-
-
- Overall, though, pretty nice. I suggest, however, that you put in an
- ASCII-editor capability pretty soon. It's a pain maintaining two
- emacs's just so you can run one from an ascii terminal...
-
-
- --Doug
- --
-
- ==================================================================
- Douglas Roberts |
- Los Alamos National Laboratory | All good work is done in defiance
- dzzr@lanl.gov | of management. -- Bob Woodward
- (505)667-4569 |
- ==================================================================
-
-