unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [vms] extending Lisp_Process
@ 2003-07-14 10:15 Thien-Thi Nguyen
  2003-07-14 13:37 ` Stefan Monnier
  2003-07-14 15:50 ` Richard Stallman
  0 siblings, 2 replies; 4+ messages in thread
From: Thien-Thi Nguyen @ 2003-07-14 10:15 UTC (permalink / raw)


for vms subprocess support, i would like to integrate Richard
Levitte's external VMS_PROC_STUFF structure into the Lisp_Process
structure.  is that ok?  something like:

struct Lisp_Process
  {
#ifdef VMS
    struct VMS_PROC_STUFF *vms_proc_stuff;
    /* etc */
#endif
    /* existing Lisp_Process members here */
  };

(this example does not actually integrate VMS_PROC_STUFF members,
but you get the idea i hope.)

thi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-07-14 21:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-14 10:15 [vms] extending Lisp_Process Thien-Thi Nguyen
2003-07-14 13:37 ` Stefan Monnier
2003-07-14 21:19   ` Thien-Thi Nguyen
2003-07-14 15:50 ` Richard Stallman

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).