You shouldn't need to set emacs-path if the emacs and emacsclient binaries are on your path. emacsclient is not called correctly from Factor, but as a workaround you can start the server manually. First start emacs and in it type M-x server-start. Then you should be able to run "io" edit in the Factor gui and have the file shown in emacs.
2015-06-01 10:54 GMT+02:00 Iain Gray <[email protected]>: > I have setup the file .factor-boot-rc as > > USING: editors.emacs namespaces ; > “/Applications/languages” \ emacs-path sett-global > > which sets up the path to emacs.app > running factor.app I get on doing “palindrome” edit > > error code 1 which seems to be complaining about “emacsclient” > > whereas loading palindrome.factor into emacs and typing meta-x run-factor I > get a syntax aware editor > and a factor listener > > What am I missing? > > Thanks, Iain > > p.s. original bounced as I included screen captures > > >> On 31 May 2015, at 00:11, Björn Lindqvist <[email protected]> wrote: >> >> Could you explain in more detail what your problem is? >> >> 2015-05-30 19:04 GMT+02:00 Iain Gray <[email protected]>: >>> I have successfully integrated FUEL in emacs but cannot seem get it >>> integrated with Factor. My emacs is 24..4.1 and an aoo and my os is OS X >>> 10.3. Any advice appreciated. Iain >>> ------------------------------------------------------------------------------ >>> _______________________________________________ >>> Factor-talk mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/factor-talk >> >> >> >> -- >> mvh/best regards Björn Lindqvist >> >> ------------------------------------------------------------------------------ >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk > > > ------------------------------------------------------------------------------ > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk -- mvh/best regards Björn Lindqvist ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
