From zedek at gnu-rox.org Thu May 19 21:08:47 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Thu, 19 May 2005 23:08:47 +0200 Subject: [eclipse-devel] [TEST]: please ignore Message-ID: Hello, Since gmane doesn't work, I try here just to be sure. >From what I have seen, gmane eclipse's groups point on the old email address. Sorry to bother. -- Xavier MAILLARD (GnuPG: 1024D/1E028EA5) EmacsOS user (http://emacsfr.org) APRIL (http://www.april.org) From zedek at gnu-rox.org Sat May 21 11:12:49 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sat, 21 May 2005 13:12:49 +0200 Subject: [eclipse-devel] [TEST]: please ignore In-Reply-To: (Xavier Maillard's message of "Thu, 19 May 2005 23:08:47 +0200") References: Message-ID: Bah, I can see my post in the gmane group but apparently, posting directly in gmane, doesn't work :( On 19 May 2005, Xavier Maillard stated: > Hello, > > Since gmane doesn't work, I try here just to be sure. > > > From what I have seen, gmane eclipse's groups point on the > > old email address. > > Sorry to bother. > -- > Xavier MAILLARD (GnuPG: 1024D/1E028EA5) > EmacsOS user (http://emacsfr.org)APRIL (http://www.april.org) -- In Gruuik we trust -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available URL: From zedek at gnu-rox.org Sat May 21 11:16:00 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Sat, 21 May 2005 13:16:00 +0200 Subject: [eclipse-devel] [PROB]: Compilation under CMU CL Message-ID: Hello, This message is addressed to Iban who made me modify the file clx-ext/clx-extensions.lisp. Apparently, the modification ((values (machine-instance) :unix)) to (values (machine-instance) :local)) doesn't work under CMUCL. I had to put :unix instead of :local to start eclipse. Voila. -- ,--. Xavier Maillard, Reims, France ,= ,-_-. =. / ,- ) http://www.emacsfr.org/ ((_/)o o(\_)) \ `-' `-'(. .)`-' `-. Debian, a variant of the GNU operating system. \_/ From zedek at gnu-rox.org Sun May 29 22:13:05 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Mon, 30 May 2005 00:13:05 +0200 Subject: [eclipse-devel] SBCL problems Message-ID: Hello, Whenever I try to open/display a window which title-bar contains accentuated characters, Eclipse crashes. Not sure where I should start to try to fix this by myself. I can't give you any backtrace since SBCL doesn't want to produce one ;) Thanks -- No e-patents, pas de brevets logiciels P?tition contre les brevets logiciels : http://petition.eurolinux.org From zedek at gnu-rox.org Sun May 29 22:14:05 2005 From: zedek at gnu-rox.org (Xavier Maillard) Date: Mon, 30 May 2005 00:14:05 +0200 Subject: [eclipse-devel] [PROB]: Compilation under CMU CL In-Reply-To: <428F31DB.8010301@labri.fr> (Iban Hatchondo's message of "Sat, 21 May 2005 15:04:27 +0200") References: <428F31DB.8010301@labri.fr> Message-ID: On 21 May 2005, Iban Hatchondo spake thusly: > Xavier Maillard wrote: > > Hello, This message is addressed to Iban who made me modify > > the file clx-ext/clx-extensions.lisp. Apparently, the > > modification ((values (machine-instance) :unix)) to (values > > (machine-instance) :local)) doesn't work under CMUCL. I had > > to put :unix instead of :local to start eclipse. Voila. > > Thanks. I have committed this under an #+sbcl flag when we talk > about that on #lisp. That works beautifully. Thank you Iban. -- In Gruuik we trust -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 186 bytes Desc: not available URL: From christian.lynbech at ericsson.com Mon May 30 10:46:07 2005 From: christian.lynbech at ericsson.com (Christian Lynbech) Date: Mon, 30 May 2005 12:46:07 +0200 Subject: [eclipse-devel] SBCL problems In-Reply-To: (Xavier Maillard's message of "Mon, 30 May 2005 00:13:05 +0200") References: Message-ID: >>>>> "zeDek" == Xavier Maillard writes: zeDek> Whenever I try to open/display a window which title-bar contains zeDek> accentuated characters, Eclipse crashes. One of the things that has been added to SBCL is UNICODE support and it is quite conceivable that the way SBCL represents unicode strings is inappropriate for eclipse and/or clx. It is also quite conceivable that the presence of the accentuated characters in the title triggers generation of unicode strings. Is it a hard crash (ie. something like a segmentation fault) or does eclipse merely exits? One way of telling could to start up with no window manager, just an xterm, and then start eclipse from the xterm. That should at least allow you to see if any clues are being printed to standard out. Is it possible for you to try another lisp? I use CMUCL myself and was not immediately able to reproduce any problems with accentuated chars in the title. -------------- next part -------------- A non-text attachment was scrubbed... Name: acctitle.jpg Type: image/jpeg Size: 10331 bytes Desc: not available URL: -------------- next part -------------- ------------------------+----------------------------------------------------- Christian Lynbech | christian #\@ defun #\. dk ------------------------+----------------------------------------------------- Hit the philistines three times over the head with the Elisp reference manual. - petonic at hal.com (Michael A. Petonic) From hatchond at yahoo.fr Tue May 31 12:16:22 2005 From: hatchond at yahoo.fr (Iban HATCHONDO) Date: Tue, 31 May 2005 14:16:22 +0200 (CEST) Subject: [eclipse-devel] SBCL problems In-Reply-To: Message-ID: <20050531121622.80748.qmail@web25706.mail.ukl.yahoo.com> --- Christian Lynbech a ?crit : > >>>>> "zeDek" == Xavier Maillard > writes: > > zeDek> Whenever I try to open/display a window which > title-bar contains > zeDek> accentuated characters, Eclipse crashes. > > One of the things that has been added to SBCL is > UNICODE support and > it is quite conceivable that the way SBCL represents > unicode strings > is inappropriate for eclipse and/or clx. It is also > quite conceivable > that the presence of the accentuated characters in > the title triggers > generation of unicode strings. > > Is it a hard crash (ie. something like a > segmentation fault) or does > eclipse merely exits? One way of telling could to > start up with no > window manager, just an xterm, and then start > eclipse from the > xterm. That should at least allow you to see if any > clues are being > printed to standard out. > > Is it possible for you to try another lisp? I use > CMUCL myself and was > not immediately able to reproduce any problems with > accentuated chars > in the title. Me neither. But I failed compiling CLX for the latest sbcl (having some sb-kernel:bit-bash-copy undefined, or with the latest CLX archive from telent some xlib:fast-pixarray-copy* function undefined). Nevertheless I think that the unicode capabilities of sbcl might be our source of the problem as Christian said. Is someone else around using sbcl and experiencing the same sort of troubles ? Iban. _____________________________________________________________________________ D?couvrez le nouveau Yahoo! Mail : 1 Go d'espace de stockage pour vos mails, photos et vid?os ! Cr?ez votre Yahoo! Mail sur http://fr.mail.yahoo.com