From: Marius Vollmer <marius.vollmer@uni-dortmund.de>
Subject: Names for the C frame stuff
Date: Wed, 07 Jan 2004 16:55:35 +0100 [thread overview]
Message-ID: <ljllojah3c.fsf@troy.dt.e-technik.uni-dortmund.de> (raw)
Hi,
so I'm pondering over how to name the functions that are associated
with the new 'frame' concept. I'm now mostly convinced to use these
ones:
scm_frame_begin - Begin a frame
scm_frame_end - End it
scm_frame_unwind - Register a unwind handler
scm_frame_rewind - a rewind handler
scm_frame_block_asyncs - Block the asyncs
scm_frame_unblock_asyncs - Unblock them
scm_frame_current_input_port
scm_frame_current_output_port
scm_frame_current_error_port
- Set the indicated port temporarily
scm_frame_fluid - Set a fluid temporarily
etc.
This scheme makes it clear that frames are involved with
scm_frame_block_asyncs (for example) and also gives us enough room for
situations where the nice names are already taken (like
scm_with_fluids).
Comments?
_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel
next reply other threads:[~2004-01-07 15:55 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-01-07 15:55 Marius Vollmer [this message]
2004-01-10 11:55 ` Names for the C frame stuff Dirk Herrmann
2004-01-11 0:19 ` Marius Vollmer
2004-01-10 16:37 ` Neil Jerram
2004-01-11 1:25 ` Marius Vollmer
2004-01-13 17:33 ` Rob Browning
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
List information: https://www.gnu.org/software/guile/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ljllojah3c.fsf@troy.dt.e-technik.uni-dortmund.de \
--to=marius.vollmer@uni-dortmund.de \
/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.
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).