> 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.
> 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
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
"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!
_
> "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
> "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
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
> 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
> 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
> "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
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
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
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
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
> 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
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
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
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:
18 matches
Mail list logo