From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keisuke Nishida To: Kalle Olavi Niemitalo Cc: guile-emacs@sourceware.cygnus.com Subject: Re: special forms (save-excursion) Date: Tue, 14 Mar 2000 14:11:00 -0000 Message-id: References: <87n1o1p9kt.fsf@PC486.Niemitalo.LAN> X-SW-Source: 2000-q1/msg00008.html Kalle Olavi Niemitalo writes: > How are you going to handle special forms in guile-emacs? > They can't be wrapped as easily as normal functions. > Will their C source be rewritten for Guile? I think we shouldn't modify the C source until the time do so. The first priority is to provide a framework to write and evaluate Emacs Scheme files successfully, in my opinion. So, even it may be tedious and inefficient, I think we have to rewrite all macros in Scheme... If you could contribute some macros, I'd very appreciate it and include it in the distribution.