Re: guile 1.8 and x86_64

2006-05-08 Thread Andy Wingo
Hi, On Mon, 2006-05-08 at 00:29 +0300, Marius Vollmer wrote: 137c137 #define CELL_P(x) (SCM_ITAG3 (x) == scm_tc3_cons) --- #define CELL_P(x) ((SCM_UNPACK(x) (sizeof(scm_t_cell)-1)) == scm_tc3_cons) I don't really understand how the region can give you unaligned pointers, but I do

Re: Emacs-like file buffers

2006-05-08 Thread Rob Browning
Kevin Ryde [EMAIL PROTECTED] writes: Rob Browning [EMAIL PROTECTED] writes: I would really like to see Guile provide a fixed regular expression format, one that doesn't vary depending on what the build platform has available. Without that, you cannot write scripts that are portable, at