Re: Uninterned symbols

2001-05-16 Thread Martin Grabmueller
> From: Marius Vollmer <[EMAIL PROTECTED]> > Date: 17 May 2001 00:50:30 +0200 > > The canonical solution is to have uninterned symbols, i.e. symbols > that are not in the global hash table. So this part would be quite easy, wouldn't it? Just create a symbol without looking at the global table.

Re: ifnottex?

2001-05-16 Thread Masao Uebayashi
> Aha. From > http://sources.redhat.com/ml/gdb-patches/2000-q1/msg00904.html: > > ---8< > The problem with @ifnottex in Texinfo 3.12 are actually a > bug/misfeature in that version: conditionals such as @ifnottex cannot > span node boundaries. Here's a Change

Uninterned symbols

2001-05-16 Thread Marius Vollmer
Martin Grabmueller <[EMAIL PROTECTED]> writes: > > From: "Dale P. Smith" <[EMAIL PROTECTED]> > > > > BTW: gensym does not return unique symbols: > > [...] > > Wasn't this fixed a while back? Or was that gentemp? > > Well, it was noticed a while ago, but AFAICT, nobody fixed it. I > wanted to w

Re: gentemp deprecation

2001-05-16 Thread Marius Vollmer
"Dale P. Smith" <[EMAIL PROTECTED]> writes: > gentemp is being deprecated, but is still used all over the > place. Well, it's used in expect.scm, match.scm, psyntax.pp and > psyntax.ss. These should probably all be changed to use gensym > instead. Yes, thanks! _

Re: ifnottex?

2001-05-16 Thread Neil Jerram
> "Neil" == Neil Jerram <[EMAIL PROTECTED]> writes: Neil> I will look for clues in the makeinfo Neil> archives. Aha. From http://sources.redhat.com/ml/gdb-patches/2000-q1/msg00904.html: ---8< The problem with @ifnottex in Texinfo 3.12 are actuall

Re: ifnottex?

2001-05-16 Thread Neil Jerram
> "Martin" == Martin Grabmueller <[EMAIL PROTECTED]> writes: >> From: Neil Jerram <[EMAIL PROTECTED]> Date: 16 May 2001 >> 20:33:22 +0100 >> >> > "Masao" == Masao Uebayashi <[EMAIL PROTECTED]> writes: >> Masao> This is also from today's source compilation. Makin

Re: gentemp deprecation

2001-05-16 Thread Michael Livshin
Martin Grabmueller <[EMAIL PROTECTED]> writes: > The problem is that I can not imagine a way to safely create unique > symbols, since the only functions left for creating symbols are > > extern SCM scm_mem2symbol (const char*, scm_sizet); > extern SCM scm_str2symbol (const char*); > > which

Re: ifnottex?

2001-05-16 Thread Martin Grabmueller
> From: Neil Jerram <[EMAIL PROTECTED]> > Date: 16 May 2001 20:33:22 +0100 > > > "Masao" == Masao Uebayashi <[EMAIL PROTECTED]> writes: > > Masao> This is also from today's source compilation. Making all > Masao> in doc gmake[1]: Entering directory > Masao> `/usr/local/src/guile

Re: gentemp deprecation

2001-05-16 Thread Martin Grabmueller
> From: "Dale P. Smith" <[EMAIL PROTECTED]> > Date: Wed, 16 May 2001 15:19:41 -0400 > > BTW: gensym does not return unique symbols: > > guile> (gensym) > g0 > guile> (define g1 'foo) > guile> (gensym) > g1 > > Wasn't this fixed a while back? Or was that gentemp? Well, it was noticed a while a

Re: ifnottex?

2001-05-16 Thread Neil Jerram
> "Masao" == Masao Uebayashi <[EMAIL PROTECTED]> writes: Masao> This is also from today's source compilation. Making all Masao> in doc gmake[1]: Entering directory Masao> `/usr/local/src/guile-core-20010517/doc' Updating Masao> ./version.texi cd . \ && makeinfo `echo guile.te

gentemp deprecation

2001-05-16 Thread Dale P. Smith
Greetings! gentemp is being deprecated, but is still used all over the place. Well, it's used in expect.scm, match.scm, psyntax.pp and psyntax.ss. These should probably all be changed to use gensym instead. Sorry, no patch. BTW: gensym does not return unique symbols: guile> (gensym) g0 guile

bug-guile´Ô ¾È³çÇϼ¼¿ä?

2001-05-16 Thread ¿Â¶óÀÎÄÚ¸®¾Æ
Title: ¢Ä ¿À´ÃÀÇ À¯¸Ó ¢Å ¡á°ú½Ã¿åA girl got an engagement ring, and would seize every opportunity for calling attention to it.  In a group with girl friends no one noticed it.  Finally when herfriends were sitting around talking, she got up suddenly and said, "It's awfully hot in he

Build probs under Solaris

2001-05-16 Thread Martin Grabmueller
Hello list, I have just tried to build a fresh CVS Guile under Solaris, but got no luck. After updating and a make clean, autogen.sh gave the following warnings: mgrabmue@fiesta (~/cvs/guile/guile-core): ./autogen.sh configure.in:160: warning: AC_TRY_RUN called without default to allow cro

awk portability

2001-05-16 Thread Golubev I. N.
I managed to build guile on sco5, but it requires darn much to do so. In particular, it requires *user* (not maintainer) to have gnu awk. Native {n,}awk (this is the same) do not allow `/regexp/' to be a subexpr of `pattern' statement. To allow guile work with native awk it needs at least one pat

Re: s_scm_unhash_name?

2001-05-16 Thread Masao Uebayashi
> does `gmake clean' help? Does help! > in general, just doing `make' after a CVS update doesn't always > work. for me, anyway. I've just learnt that. ;) Thank you, Masao --- |_ -|--|- _|__ /|\/|\ ___ Bug-guile mailing list [EMAIL PROTECTED] htt

Re: s_scm_unhash_name?

2001-05-16 Thread Michael Livshin
Masao Uebayashi <[EMAIL PROTECTED]> writes: > I'm compiling a CVS tree just updated and get the following error. > > gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes >-Wp,-MD,.deps/gc.pp -c gc.c -fPIC -DPIC -o .libs/gc.o > ../libguile/gc.x: In function `scm_init_g

ifnottex?

2001-05-16 Thread Masao Uebayashi
This is also from today's source compilation. Making all in doc gmake[1]: Entering directory `/usr/local/src/guile-core-20010517/doc' Updating ./version.texi cd . \ && makeinfo `echo guile.texi | sed 's,.*/,,'` Making info file `guile.info' from `guile.texi'. ./preface.texi:18: No matching `@e

s_scm_unhash_name?

2001-05-16 Thread Masao Uebayashi
I'm compiling a CVS tree just updated and get the following error. gcc -DHAVE_CONFIG_H -I.. -I./.. -I../libltdl -g -O2 -Wall -Wmissing-prototypes -Wp,-MD,.deps/gc.pp -c gc.c -fPIC -DPIC -o .libs/gc.o ../libguile/gc.x: In function `scm_init_gc': In file included from gc.c:2680: ../libguile/gc.x: