Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!usc!wuarchive!decwrl!shelby!csli!ceb From: ceb@csli.Stanford.EDU (Charles Buckley) Newsgroups: comp.emacs Subject: Integrating Sunview Support Message-ID: <12448@csli.Stanford.EDU> Date: 27 Feb 90 06:25:54 GMT Sender: ceb@csli.Stanford.EDU (Charles Buckley) Distribution: usa Organization: Center for the Study of Language and Information, Stanford U. Lines: 19 I am trying to integrate Jeff Peck's (of Sun) Suntools interface to GNU Emacs (version 18.55). I have followed the instructions in SUN-SUPPORT. My problem is that there is an extra c file called sunfns.c, which I assume I am to include in the build of the temacs => xemacs => emacs image. There are, however, no instructions on this point, and I seem to have got it wrong. When I include it in the image, the C symbols that get defined by the DEFUN C-language macro show up in the symbol table as they should, but the corresponding lisp front end functions are not callable from in the emacs. For example, the symbols Fsun_window_init and Ssun_window_init are in the symbol table, but when I evaluate (sun-window-init) from within Emacs, I get "symbol's value as a function is void" or something like that. Is there a particular place in the order I am to put it? Before lastfile.o? After? I'm sort of stumped. Thanks for your help.