unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Mark Witmer <mark@markwitmer.com>
To: guile-user@gnu.org
Subject: Porting guile-xlib
Date: Sun, 27 Jan 2013 08:31:41 -0500	[thread overview]
Message-ID: <87zjzulpky.fsf@markwitmer.com> (raw)


Hi all,

I'm interested in using guile-xlib to mess around with writing a window
manager. However, it looks like my first task would be porting it to
Guile 2.0, since it's quite old (assuming some newer version isn't
floating around in the ether somewhere -- I'm looking at guile-xlib
0.4).

I haven't done anything like this before, so I'm seeking any wisdom
anyone out there might have on the subject. A couple specific questions
for now:

1. Is there a good reference source for the old deprecated methods? I
looked up a few (eg. "scm_wta" and "scm_i_makinum") in the old manuals
going back to 1.4 but didn't have any luck finding them. I can read the
source, but some documentation would help!

2. Since scm_smob_free is deprecated, does that mean I can just replace
a line like "return scm_smob_free(child_smob)" with "return 0;" and rest
easy knowing the gc will take care of the details?

Thanks

Mark Witmer



             reply	other threads:[~2013-01-27 13:31 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-01-27 13:31 Mark Witmer [this message]
2013-01-27 14:48 ` Porting guile-xlib Mark Witmer
2013-01-27 15:36   ` Mike Gran
2013-01-27 14:50 ` Ludovic Courtès
2013-01-27 19:14 ` Gabriel Schnoering

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=87zjzulpky.fsf@markwitmer.com \
    --to=mark@markwitmer.com \
    --cc=guile-user@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.
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).