From: "Stefan Monnier" <monnier+gnu/emacs@cs.yale.edu>
Cc: emacs-devel@gnu.org
Subject: Re: [vms] extending Lisp_Process
Date: Mon, 14 Jul 2003 09:37:45 -0400 [thread overview]
Message-ID: <200307141337.h6EDbjei006472@rum.cs.yale.edu> (raw)
In-Reply-To: E19c0MW-00008L-00@colo.agora-net.com
> 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.)
I don't see a problem with it, other than the fact that you won't want
to include it at the very beginning since the GC assumes that the
structure starts with a `size' and a `next' field like all other
vectors and VectorLike structs.
Stefan
next prev parent reply other threads:[~2003-07-14 13:37 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-14 10:15 [vms] extending Lisp_Process Thien-Thi Nguyen
2003-07-14 13:37 ` Stefan Monnier [this message]
2003-07-14 21:19 ` Thien-Thi Nguyen
2003-07-14 15:50 ` Richard Stallman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200307141337.h6EDbjei006472@rum.cs.yale.edu \
--to=monnier+gnu/emacs@cs.yale.edu \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.