Re: install fails

2013-03-24 Thread rm
On Sun, Mar 24, 2013 at 09:15:10AM +0100, Andreas R?hler wrote: > Hi, > > Emacs install from > > http://git.hcoop.net/?p=bpt/emacs.git;a=shortlog > > fails with > > configure: error: Library requirements (guile-2.0) not met; consider > adjusting the PKG_CONFIG_PATH environment variable if your lib

Re: common lisp compatability

2013-02-27 Thread rm
On Wed, Feb 27, 2013 at 05:21:47PM +0100, Stefan Israelsson Tampe wrote: > Hi all, > > I just started a small project where I intend to try to port over > common lisp tools as wel as define a common lisp language in guile-2. > > You may find it at: https://gitorious.org/guile-cl/guile-cl > > The

Re: scm_defined_p(sym, env)

2011-08-23 Thread rm
On Tue, Aug 23, 2011 at 12:36:44PM +0100, Richard Shann wrote: > I have defined a function with one needed and one optional arg, using > > scm_c_define_gsubr (name, 2, 0, 0, callback); > > in my function I need to test if the second argument is present, it > looks like I need > > scm_defined_p(s

Re: gc question

2011-05-09 Thread rm
On Mon, May 09, 2011 at 11:05:42AM +0200, ri...@happyleptic.org wrote: > -[ Mon, May 09, 2011 at 11:14:11AM +0200, r...@tuxteam.de ] > > am I correct in assuming that the return value from > > scm_from_locale_keyword("unknown"); > > won't ever be garbage collected od do I have to protect > >

gc question

2011-05-09 Thread rm
Dear list, am I correct in assuming that the return value from scm_from_locale_keyword("unknown"); won't ever be garbage collected od do I have to protect it? TIA Ralf Mattes

Guile hooks

2011-05-08 Thread rm
Hello list, just a short question: in guile it's possible to have C-hooks of different type (HOOK_NORMAL, HOOK_OR, HOOK_AND). Is there similar functionality for scheme level hooks? Can I create a scheme hook where hooks are only run until one returns a value other than undefined? TIA Ralf Ma

Re: C module problem

2011-02-28 Thread rm
On Mon, Feb 28, 2011 at 05:40:12PM +0800, nalaginrut wrote: > > On Mon, Feb 28, 2011 at 04:54:00PM +0800, nalaginrut wrote: > > > > I then run `guile' and evaluate > > > > (load-extension "./sdl-guile.so" "init_module") and get the following > > > > output. > > > > > > > > ERROR: In procedure load

Re: testing arity

2006-07-24 Thread rm
On Sat, Jul 22, 2006 at 11:19:28AM -0500, Jon Wilson wrote: > Hi, > Is there a good way to determine the number of arguments that a given > procedure will take? I suppose I can look at > (source proc) > and extract the list of formals, and write a procedure which does this > automatically, but I

Re: xchat-guile 0.1 released

2005-06-05 Thread rm
On Sun, Jun 05, 2005 at 05:51:37PM +0500, Zeeshan Ali wrote: > Hello, > > > Looks nice (from the documentation) > >Thanks. > > > but when i start xchat i get the > > following error: > > > > AutoLoad failed for: /usr/lib/xchat/plugins/guile.so > > /usr/lib/xchat/plugins/guile.so: undefine

Re: xchat-guile 0.1 released

2005-06-05 Thread rm
On Sun, Jun 05, 2005 at 06:20:16AM +0500, Zeeshan Ali wrote: > Hello guys, >I am happy to announce that the first release of XChat-Guile > available here: > http://www.geocities.com/zeelists/xchat-guile-0.1.tar.gz . The > documentation is in the README file in the tarball and is also > availabl

Re: Order of the evaluation of elements in a quasiquote list.

2005-04-03 Thread rm
On Sun, Apr 03, 2005 at 01:38:04PM +0200, Kjetil Svalastog Matheussen wrote: > On Sun, 3 Apr 2005, Neil Jerram wrote: > > > Kjetil Svalastog Matheussen wrote: > > > Hi, I have recently stumbled upon various bugs in my code > > > because the order of the evaluation of the elements in a quasiquote >