[ESS] no gnuclient
Fredrik Lundgren
fredrik.bg.lundgren at bredband.net
Mon Mar 28 10:44:19 CEST 2005
Thanks again - tuff one to tweak,
in linux with init.el as follows
###
(add-to-list 'load-path "usr/lib/xemacs-21.4.15/i686-pc-linux/gnuserv"))
;; gnuserv is the program
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))
gives the following at start of Xemacs
Symbol's value as variable is void: ^?ELF
and with init.el as follows
(add-to-list 'load-path "usr/lib/xemacs-21.4.15/i686-pc-linux"))
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame (selected-frame))
start of Xemacs OK
but when
k <- edit(k)
opens 6b8b4567 and allows editing of k
but C-x # still gives
'6b8b4567 does not belong to gnuserv client'
in windows
###
with the fllowing in init.el
(add-to-list 'load-path
"C:\Program\XEmacs\XEmacs-21.4.13\i586-pc-win32")
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame(selected-frame))
when
k <- edit(k)
or
fix(k)
a window opens with
*R*
(1) (error/warning) Error in process filter: (void-function
server -edit-files)
and
with the fllowing in init.el
(add-to-list 'load-path
"C:\Program\XEmacs\XEmacs-21.4.13\i586-pc-win32\gnuserv.exe") ;;
gnuserv.exe is the program
(require 'gnuserv)
(gnuserv-start)
(setq gnuserv-frame(selected-frame))
gives the same
Fredrik
----- Original Message -----
From: "Richard M. Heiberger" <rmh at temple.edu>
To: "Fredrik Lundgren" <fredrik.bg.lundgren at bredband.net>
Cc: "ess-help-request at stat.math.ethz.ch" <ess-help at stat.math.ethz.ch>
Sent: Monday, March 28, 2005 9:06 AM
Subject: Re: [ESS] no gnuclient
> apologies. the line
>
> (add-to-list 'load-path (concat where "emacs/gnuserv"))
>
> is specific to my setup where I defined the variable where
> to be the root of my software settings. The more general line for
> windows
> is
>
>
> ;; use the correct path to gnuserv for your setup.
> (add-to-list 'load-path "c:/emacs/gnuserv") ;; windows
>
> and for linux, it would be something like
>
> ;; use the correct path to gnuserv for your setup.
> (add-to-list 'load-path "/emacs/gnuserv")
>
>
More information about the ESS-help
mailing list