Re: How can I open file in exist window?
[email protected] (Nickolay Pakoulin)
| Newsgroups | gmane.emacs.xemacs.windows,gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Fabriece, I'm afraid that your WinClient wont work with XEmacs 21.4 becase it lacks "Eval" DDE topic. XEmacs 21.4 processes only open requests on "System" topic. Eugene (<[email protected]>) and me made a workaround. A Python script (from Eugene) serves as a Window Client that generates a Lisp form and stores it in a file with specific extension (say, .dde.el). Then client passes the file to XEmacs usin "open". A hook in XEmacs (my work) recognizes the extension and processes the forms, then closes file as if it was not there. FYI, I attached XEmacs side code to the posting. Nickolay. intro: "FP" == Fabrice Popineau <[email protected]> writes: Fabrice> Juste because the most recent work from Alastair J. Houghton has not Fabrice> been integrated into the main source tree. Fabrice> Try the files attached. It will work the way you want. >> Hi Fabrice, are you working on that? FP> Say I need it, so I pulled Alastair work out of xemacs-beta archives. I FP> had to patch it slightly to compile it (headers). FP> But IHMO it should replace the version in lib-src/. FP> Fabrice
dde-handler.el
(application/emacs-lisp, 2 KB) - not displayed