I'll look into it.

Vincent Belaïche writes:
 > 
 > Yes, this is a patch number from SourceForge. I am not the one who submitted 
 > the patch, the patch is not very precise on what to do. Myself, I don't know 
 > whether the work-around which I made is correct or not. Maybe it is just 
 > hiding a more general problem.
 > 
 > What happens is that I am debugging jPicEdt (a LaTeX vector drawing editor 
 > to which development team of I belong) with JDEE environnement. When I 
 > launch the debugger with `C-c C-v C-d' the function jde-parse-class-exists  
 > is called with argument "jpicedt.JPicEdt" (that is to say the main class), 
 > then this calls 
 > jde-jeval-r with argument 
 > "jde.util.JdeUtilities.classExists(\"jpicedt.JpicEdt\");", which in turn 
 > returns `nil'.
 > 
 > Maybe the problem is not in function jde-find-class-source-file, but rather 
 > in the fact that the jde-jeval-r does not return a correct value. I don't 
 > know. Anyhow, the function jde-find-class-source-file looks strange because 
 > function name jde-parse-class-exists  suggests a boolean return.
 > 
 > Please feel free to get in touch with me again if you need more information 
 > on how the problem happens.
 > 
 > I think that it would be more appropriate to submit a bug, than a patch, 
 > because I am not sure that this patch is a correct correction.
 > 
 > Best Regards,
 > 
 >    Vincent.
 > 
 > 
 > > From: lan...@mailc.net
 > > Date: Sun, 31 May 2009 21:11:08 -0500
 > > To: vincent....@hotmail.fr
 > > CC: jdee-users@lists.sourceforge.net
 > > Subject: Re: [jdee-users] new JDEE release/patches (with CEDET 1.0pre6) ?
 > > 
 > > Is this a SF bug tracker number?  Please send the patch again.
 > > 
 > > Thanks.
 > > 
 > > Vincent Belaïche writes:
 > >  > 
 > >  > 
 > >  > Now I have made this update, and re byte-compiled  all files, there 
 > > seems to be a problem with debugging : it seems that I have to apply patch 
 > >  1861505 again, that it is not taken in the latest version...
 > >  > 
 > >  > I have made the patch as follows :
 > >  > 
 > >  > (defun jde-find-class-source-file (class)
 > >  >   "... DOCSTRING ..." ;<-- ABBREVIATED
 > >  >   (let* ((verified-name 
 > >  >                       (or ; <-- PATCH LINE
 > >  >              (jde-parse-class-exists class)
 > >  >              class); <-- PATCH LINE
 > >  >              )
 > >  >          (outer-class (jde-remove-inner-class verified-name))
 > >  >  ;<-- ABBREVIATED
 > >  > 
 > >  >  Vincent.
 > >  > 
 > >  > 
 > >  > 
 > >  > From: vincent....@hotmail.fr
 > >  > To: h...@inf.ed.ac.uk; e...@siege-engine.com
 > >  > Date: Sun, 31 May 2009 22:39:35 +0200
 > >  > CC: jdee-users@lists.sourceforge.net
 > >  > Subject: Re: [jdee-users] new JDEE release/patches (with CEDET 1.0pre6) 
 > > ?
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > 
 > >  > I installed SVN on my machine,  and got the latest elisp code.  At 
 > > least now it seems to compile.
 > >  > 
 > >  > Thanks...
 > >  >     Vincent.
 > >  >    
 > >  > 
 > >  > > To: e...@siege-engine.com
 > >  > > CC: vincent....@hotmail.fr; jdee-users@lists.sourceforge.net
 > >  > > Subject: Re: [jdee-users] new JDEE release/patches (with CEDET 
 > > 1.0pre6) ?
 > >  > > From: h...@inf.ed.ac.uk
 > >  > > Date: Sun, 31 May 2009 17:02:59 +0100
 > >  > > 
 > >  > > -----BEGIN PGP SIGNED MESSAGE-----
 > >  > > Hash: SHA1
 > >  > > 
 > >  > > Eric M. Ludlam writes:
 > >  > > 
 > >  > > 
 > >  > > > that never ran.  When a function turned into a macro in EIEIO, it 
 > > causes
 > >  > > > the below error during byte compilation.  That error is fixed in JDE
 > >  > > > somewhere.
 > >  > > 
 > >  > > Indeed it's been fixed in CVS for some time.  Here is the patch, for
 > >  > > those who can't/won't use the repository:
 > >  > > 
 > >  > > ht
 > >  > > 
 > >  > > 650,651c650,654
 > >  > > <     (error "Tried to add an item of type %s to a list of items of
 > >  > > type %s"
 > >  > > <          (typep item) (oref this elem-type))))
 > >  > > - ---
 > >  > > >     (error "efc-list error: tried to add an item of type %s to a
 > >  > > list of items of type %s"
 > >  > > >          (if (object-p item)
 > >  > > >              (object-class item)
 > >  > > >            (type-of item))
 > >  > > >          (oref this elem-type))))
 > >  > > 763c766
 > >  > > <   (oset table (make-hash-table)))
 > >  > > - ---
 > >  > > >   (oset this table (make-hash-table)))
 > >  > > 770c773,776
 > >  > > <          (typep value) (oref this elem-type))))
 > >  > > - ---
 > >  > > >          (if (object-p value)
 > >  > > >              (object-class value)
 > >  > > >            (type-of value))
 > >  > > >          (oref this elem-type))))
 > >  > > 
 > >  > > - -- 
 > >  > >        Henry S. Thompson, School of Informatics, University of 
 > > Edinburgh
 > >  > >                          Half-time member of W3C Team
 > >  > >       10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 
 > > 650-4440
 > >  > >                 Fax: (44) 131 651-1426, e-mail: h...@inf.ed.ac.uk
 > >  > >                        URL: http://www.ltg.ed.ac.uk/~ht/
 > >  > > [mail really from me _always_ has this .sig -- mail without it is 
 > > forged spam]
 > >  > > -----BEGIN PGP SIGNATURE-----
 > >  > > Version: GnuPG v1.2.6 (GNU/Linux)
 > >  > > 
 > >  > > iD8DBQFKIqozkjnJixAXWBoRAsYdAJ9BmfGoHCsguHxEW8R+Vqz6Ye2Q3gCfatIZ
 > >  > > 9eNvqQUdEAK5Npmk3JKctlM=
 > >  > > =TQDk
 > >  > > -----END PGP SIGNATURE-----
 > >  > 
 > >  > Souhaitez vous  « être au bureau sans y être » ? Oui je le veux !
 > >  > _________________________________________________________________
 > >  > Découvrez toutes les possibilités de communication avec vos proches
 > >  > http://www.microsoft.com/windows/windowslive/default.aspx<html>
 > >  > <head>
 > >  > <style>
 > >  > .hmmessage P
 > >  > {
 > >  > margin:0px;
 > >  > padding:0px
 > >  > }
 > >  > body.hmmessage
 > >  > {
 > >  > font-size: 10pt;
 > >  > font-family:Verdana
 > >  > }
 > >  > </style>
 > >  > </head>
 > >  > <body class='hmmessage'>
 > >  > <br><font style="font-size: 10pt;" size="2"><font style="" 
 > > face="Arial">Now I have made this update, and re byte-compiled&nbsp; all 
 > > files, there seems to be a problem with debugging : it seems that I have 
 > > to apply patch&nbsp; 1861505 again, that it is not taken in the latest 
 > > version...<br><br>I have made the patch as follows :<br><br>(defun 
 > > jde-find-class-source-file (class)<br>&nbsp; "... DOCSTRING ..." ;&lt;-- 
 > > ABBREVIATED<br>&nbsp; (let* ((verified-name 
 > > <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 > >  (or ; &lt;-- PATCH LINE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
 > > &nbsp;&nbsp;&nbsp; &nbsp;(jde-parse-class-exists 
 > > class)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
 > > &nbsp;class); &lt;-- PATCH LINE<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
 > > &nbsp;&nbsp;&nbsp; 
 > > &nbsp;)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (outer-class 
 > > (jde-remove-inner-class verified-name))<br></font></font><font 
 > > style="font-size: 10pt;" size="2"><font style="" face="Arial"> ;&lt;-- 
 > > ABBREVIATED</font></font><br><font style="font-size: 10pt;" size="2"><font 
 > > style="" 
 > > face="Arial"><br>&nbsp;Vincent.<br></font></font><span><strong><br><br><br></strong></span><hr
 > >  id="stopSpelling">From: vincent....@hotmail.fr<br>To: h...@inf.ed.ac.uk; 
 > > e...@siege-engine.com<br>Date: Sun, 31 May 2009 22:39:35 +0200<br>CC: 
 > > jdee-users@lists.sourceforge.net<br>Subject: Re: [jdee-users] new JDEE 
 > > release/patches (with CEDET 1.0pre6) ?<br><br>
 > >  > 
 > >  > 
 > >  > 
 > >  > <style>
 > >  > .ExternalClass .EC_hmmessage P
 > >  > {padding:0px;}
 > >  > .ExternalClass body.EC_hmmessage
 > >  > {font-size:10pt;font-family:Verdana;}
 > >  > </style>
 > >  > 
 > >  > 
 > >  > <br>I installed SVN on my machine,&nbsp; and got the latest elisp 
 > > code.&nbsp; At least now it seems to 
 > > compile.<br><br>Thanks...<br>&nbsp;&nbsp;&nbsp; Vincent.<br>&nbsp;&nbsp; 
 > > <br><br>&gt; To: e...@siege-engine.com<br>&gt; CC: vincent....@hotmail.fr; 
 > > jdee-users@lists.sourceforge.net<br>&gt; Subject: Re: [jdee-users] new 
 > > JDEE release/patches (with CEDET 1.0pre6) ?<br>&gt; From: 
 > > h...@inf.ed.ac.uk<br>&gt; Date: Sun, 31 May 2009 17:02:59 +0100<br>&gt; 
 > > <br>&gt; -----BEGIN PGP SIGNED MESSAGE-----<br>&gt; Hash: SHA1<br>&gt; 
 > > <br>&gt; Eric M. Ludlam writes:<br>&gt; <br>&gt; <br>&gt; &gt; that never 
 > > ran.  When a function turned into a macro in EIEIO, it causes<br>&gt; &gt; 
 > > the below error during byte compilation.  That error is fixed in 
 > > JDE<br>&gt; &gt; somewhere.<br>&gt; <br>&gt; Indeed it's been fixed in CVS 
 > > for some time.  Here is the patch, for<br>&gt; those who can't/won't use 
 > > the repository:<br>&gt; <br>&gt; ht<br>&gt; <br>&gt; 
 > > 650,651c650,654<br>&gt; &lt;     (error "Tried to add an item of type %s 
 > > to a list of items of<br>&gt; type %s"<br>&gt; &lt;          (typep item) 
 > > (oref this elem-type))))<br>&gt; - ---<br>&gt; &gt;     (error "efc-list 
 > > error: tried to add an item of type %s to a<br>&gt; list of items of type 
 > > %s"<br>&gt; &gt;          (if (object-p item)<br>&gt; &gt;              
 > > (object-class item)<br>&gt; &gt;            (type-of item))<br>&gt; &gt;   
 > >        (oref this elem-type))))<br>&gt; 763c766<br>&gt; &lt;   (oset table 
 > > (make-hash-table)))<br>&gt; - ---<br>&gt; &gt;   (oset this table 
 > > (make-hash-table)))<br>&gt; 770c773,776<br>&gt; &lt;          (typep 
 > > value) (oref this elem-type))))<br>&gt; - ---<br>&gt; &gt;          (if 
 > > (object-p value)<br>&gt; &gt;              (object-class value)<br>&gt; 
 > > &gt;            (type-of value))<br>&gt; &gt;          (oref this 
 > > elem-type))))<br>&gt; <br>&gt; - -- <br>&gt;        Henry S. Thompson, 
 > > School of Informatics, University of Edinburgh<br>&gt;                     
 > >      Half-time member of W3C Team<br>&gt;       10 Crichton Street, 
 > > Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440<br>&gt;                 
 > > Fax: (44) 131 651-1426, e-mail: h...@inf.ed.ac.uk<br>&gt;                  
 > >       URL: http://www.ltg.ed.ac.uk/~ht/<br>&gt; [mail really from me 
 > > _always_ has this .sig -- mail without it is forged spam]<br>&gt; 
 > > -----BEGIN PGP SIGNATURE-----<br>&gt; Version: GnuPG v1.2.6 
 > > (GNU/Linux)<br>&gt; <br>&gt; 
 > > iD8DBQFKIqozkjnJixAXWBoRAsYdAJ9BmfGoHCsguHxEW8R+Vqz6Ye2Q3gCfatIZ<br>&gt; 
 > > 9eNvqQUdEAK5Npmk3JKctlM=<br>&gt; =TQDk<br>&gt; -----END PGP 
 > > SIGNATURE-----<br><br><hr>Souhaitez vous &nbsp;«&nbsp;être au bureau sans 
 > > y être&nbsp;»&nbsp;? <a 
 > > href="http://www.microsoft.com/france/windows/bts/default.mspx";>Oui je le 
 > > veux !</a><br /><hr />Découvrez toutes les possibilités de communication 
 > > <a href='http://www.microsoft.com/windows/windowslive/default.aspx' 
 > > target='_new'>avec vos proches</a></body>
 > >  > 
 > > </html>------------------------------------------------------------------------------
 > >  > Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 > >  > is a gathering of tech-side developers & brand creativity 
 > > professionals. Meet
 > >  > the minds behind Google Creative Lab, Visual Complexity, Processing, & 
 > >  > iPhoneDevCamp as they present alongside digital heavyweights like 
 > > Barbarian 
 > >  > Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 > > _______________________________________________
 > >  > jdee-users mailing list
 > >  > jdee-users@lists.sourceforge.net
 > >  > https://lists.sourceforge.net/lists/listinfo/jdee-users
 > > 
 > > 
 > > -- 
 > > Paul Landes
 > > lan...@mailc.net
 > 
 > _________________________________________________________________
 > Découvrez toutes les possibilités de communication avec vos proches
 > http://www.microsoft.com/windows/windowslive/default.aspx<html>
 > <head>
 > <style>
 > .hmmessage P
 > {
 > margin:0px;
 > padding:0px
 > }
 > body.hmmessage
 > {
 > font-size: 10pt;
 > font-family:Verdana
 > }
 > </style>
 > </head>
 > <body class='hmmessage'>
 > Yes, this is a patch number from SourceForge. I am not the one who submitted 
 > the patch, the patch is not very precise on what to do. Myself, I don't know 
 > whether the work-around which I made is correct or not. Maybe it is just 
 > hiding a more general problem.<br><br>What happens is that I am debugging 
 > jPicEdt (a LaTeX vector drawing editor to which development team of I 
 > belong) with JDEE environnement. When I launch the debugger with `C-c C-v 
 > C-d' the function jde-parse-class-exists&nbsp; is called with argument 
 > "jpicedt.JPicEdt" (that is to say the main class), then this calls 
 > <br>jde-jeval-r with argument 
 > "jde.util.JdeUtilities.classExists(\"jpicedt.JpicEdt\");", which in turn 
 > returns `nil'.<br><br>Maybe the problem is not in function 
 > jde-find-class-source-file, but rather in the fact that the jde-jeval-r does 
 > not return a correct value. I don't know. Anyhow, the function 
 > jde-find-class-source-file looks strange because function name 
 > jde-parse-class-exists&nbsp; suggests a boolean return.<br><br>Please feel 
 > free to get in touch with me again if you need more information on how the 
 > problem happens.<br><br>I think that it would be more appropriate to submit 
 > a bug, than a patch, because I am not sure that this patch is a correct 
 > correction.<br><br>Best Regards,<br><br>&nbsp;&nbsp; 
 > Vincent.<br><br><br>&gt; From: lan...@mailc.net<br>&gt; Date: Sun, 31 May 
 > 2009 21:11:08 -0500<br>&gt; To: vincent....@hotmail.fr<br>&gt; CC: 
 > jdee-users@lists.sourceforge.net<br>&gt; Subject: Re: [jdee-users] new JDEE 
 > release/patches (with CEDET 1.0pre6) ?<br>&gt; <br>&gt; Is this a SF bug 
 > tracker number?  Please send the patch again.<br>&gt; <br>&gt; 
 > Thanks.<br>&gt; <br>&gt; Vincent Belaïche writes:<br>&gt;  &gt; <br>&gt;  
 > &gt; <br>&gt;  &gt; Now I have made this update, and re byte-compiled  all 
 > files, there seems to be a problem with debugging : it seems that I have to 
 > apply patch  1861505 again, that it is not taken in the latest 
 > version...<br>&gt;  &gt; <br>&gt;  &gt; I have made the patch as follows 
 > :<br>&gt;  &gt; <br>&gt;  &gt; (defun jde-find-class-source-file 
 > (class)<br>&gt;  &gt;   "... DOCSTRING ..." ;&lt;-- ABBREVIATED<br>&gt;  
 > &gt;   (let* ((verified-name <br>&gt;  &gt;                       (or ; 
 > &lt;-- PATCH LINE<br>&gt;  &gt;              (jde-parse-class-exists 
 > class)<br>&gt;  &gt;              class); &lt;-- PATCH LINE<br>&gt;  &gt;    
 >           )<br>&gt;  &gt;          (outer-class (jde-remove-inner-class 
 > verified-name))<br>&gt;  &gt;  ;&lt;-- ABBREVIATED<br>&gt;  &gt; <br>&gt;  
 > &gt;  Vincent.<br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; 
 > From: vincent....@hotmail.fr<br>&gt;  &gt; To: h...@inf.ed.ac.uk; 
 > e...@siege-engine.com<br>&gt;  &gt; Date: Sun, 31 May 2009 22:39:35 
 > +0200<br>&gt;  &gt; CC: jdee-users@lists.sourceforge.net<br>&gt;  &gt; 
 > Subject: Re: [jdee-users] new JDEE release/patches (with CEDET 1.0pre6) 
 > ?<br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; 
 > <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; I 
 > installed SVN on my machine,  and got the latest elisp code.  At least now 
 > it seems to compile.<br>&gt;  &gt; <br>&gt;  &gt; Thanks...<br>&gt;  &gt;    
 >  Vincent.<br>&gt;  &gt;    <br>&gt;  &gt; <br>&gt;  &gt; &gt; To: 
 > e...@siege-engine.com<br>&gt;  &gt; &gt; CC: vincent....@hotmail.fr; 
 > jdee-users@lists.sourceforge.net<br>&gt;  &gt; &gt; Subject: Re: 
 > [jdee-users] new JDEE release/patches (with CEDET 1.0pre6) ?<br>&gt;  &gt; 
 > &gt; From: h...@inf.ed.ac.uk<br>&gt;  &gt; &gt; Date: Sun, 31 May 2009 
 > 17:02:59 +0100<br>&gt;  &gt; &gt; <br>&gt;  &gt; &gt; -----BEGIN PGP SIGNED 
 > MESSAGE-----<br>&gt;  &gt; &gt; Hash: SHA1<br>&gt;  &gt; &gt; <br>&gt;  &gt; 
 > &gt; Eric M. Ludlam writes:<br>&gt;  &gt; &gt; <br>&gt;  &gt; &gt; <br>&gt;  
 > &gt; &gt; &gt; that never ran.  When a function turned into a macro in 
 > EIEIO, it causes<br>&gt;  &gt; &gt; &gt; the below error during byte 
 > compilation.  That error is fixed in JDE<br>&gt;  &gt; &gt; &gt; 
 > somewhere.<br>&gt;  &gt; &gt; <br>&gt;  &gt; &gt; Indeed it's been fixed in 
 > CVS for some time.  Here is the patch, for<br>&gt;  &gt; &gt; those who 
 > can't/won't use the repository:<br>&gt;  &gt; &gt; <br>&gt;  &gt; &gt; 
 > ht<br>&gt;  &gt; &gt; <br>&gt;  &gt; &gt; 650,651c650,654<br>&gt;  &gt; &gt; 
 > &lt;     (error "Tried to add an item of type %s to a list of items 
 > of<br>&gt;  &gt; &gt; type %s"<br>&gt;  &gt; &gt; &lt;          (typep item) 
 > (oref this elem-type))))<br>&gt;  &gt; &gt; - ---<br>&gt;  &gt; &gt; &gt;    
 >  (error "efc-list error: tried to add an item of type %s to a<br>&gt;  &gt; 
 > &gt; list of items of type %s"<br>&gt;  &gt; &gt; &gt;          (if 
 > (object-p item)<br>&gt;  &gt; &gt; &gt;              (object-class 
 > item)<br>&gt;  &gt; &gt; &gt;            (type-of item))<br>&gt;  &gt; &gt; 
 > &gt;          (oref this elem-type))))<br>&gt;  &gt; &gt; 763c766<br>&gt;  
 > &gt; &gt; &lt;   (oset table (make-hash-table)))<br>&gt;  &gt; &gt; - 
 > ---<br>&gt;  &gt; &gt; &gt;   (oset this table (make-hash-table)))<br>&gt;  
 > &gt; &gt; 770c773,776<br>&gt;  &gt; &gt; &lt;          (typep value) (oref 
 > this elem-type))))<br>&gt;  &gt; &gt; - ---<br>&gt;  &gt; &gt; &gt;          
 > (if (object-p value)<br>&gt;  &gt; &gt; &gt;              (object-class 
 > value)<br>&gt;  &gt; &gt; &gt;            (type-of value))<br>&gt;  &gt; 
 > &gt; &gt;          (oref this elem-type))))<br>&gt;  &gt; &gt; <br>&gt;  
 > &gt; &gt; - -- <br>&gt;  &gt; &gt;        Henry S. Thompson, School of 
 > Informatics, University of Edinburgh<br>&gt;  &gt; &gt;                      
 >     Half-time member of W3C Team<br>&gt;  &gt; &gt;       10 Crichton 
 > Street, Edinburgh EH8 9AB, SCOTLAND -- (44) 131 650-4440<br>&gt;  &gt; &gt;  
 >                Fax: (44) 131 651-1426, e-mail: h...@inf.ed.ac.uk<br>&gt;  
 > &gt; &gt;                        URL: http://www.ltg.ed.ac.uk/~ht/<br>&gt;  
 > &gt; &gt; [mail really from me _always_ has this .sig -- mail without it is 
 > forged spam]<br>&gt;  &gt; &gt; -----BEGIN PGP SIGNATURE-----<br>&gt;  &gt; 
 > &gt; Version: GnuPG v1.2.6 (GNU/Linux)<br>&gt;  &gt; &gt; <br>&gt;  &gt; 
 > &gt; 
 > iD8DBQFKIqozkjnJixAXWBoRAsYdAJ9BmfGoHCsguHxEW8R+Vqz6Ye2Q3gCfatIZ<br>&gt;  
 > &gt; &gt; 9eNvqQUdEAK5Npmk3JKctlM=<br>&gt;  &gt; &gt; =TQDk<br>&gt;  &gt; 
 > &gt; -----END PGP SIGNATURE-----<br>&gt;  &gt; <br>&gt;  &gt; Souhaitez vous 
 >  « être au bureau sans y être » ? Oui je le veux !<br>&gt;  &gt; 
 > _________________________________________________________________<br>&gt;  
 > &gt; Découvrez toutes les possibilités de communication avec vos 
 > proches<br>&gt;  &gt; 
 > http://www.microsoft.com/windows/windowslive/default.aspx&lt;html&gt;<br>&gt;
 >   &gt; &lt;head&gt;<br>&gt;  &gt; &lt;style&gt;<br>&gt;  &gt; .hmmessage 
 > P<br>&gt;  &gt; {<br>&gt;  &gt; margin:0px;<br>&gt;  &gt; 
 > padding:0px<br>&gt;  &gt; }<br>&gt;  &gt; body.hmmessage<br>&gt;  &gt; 
 > {<br>&gt;  &gt; font-size: 10pt;<br>&gt;  &gt; font-family:Verdana<br>&gt;  
 > &gt; }<br>&gt;  &gt; &lt;/style&gt;<br>&gt;  &gt; &lt;/head&gt;<br>&gt;  
 > &gt; &lt;body class='hmmessage'&gt;<br>&gt;  &gt; &lt;br&gt;&lt;font 
 > style="font-size: 10pt;" size="2"&gt;&lt;font style="" face="Arial"&gt;Now I 
 > have made this update, and re byte-compiled&amp;nbsp; all files, there seems 
 > to be a problem with debugging : it seems that I have to apply 
 > patch&amp;nbsp; 1861505 again, that it is not taken in the latest 
 > version...&lt;br&gt;&lt;br&gt;I have made the patch as follows 
 > :&lt;br&gt;&lt;br&gt;(defun jde-find-class-source-file 
 > (class)&lt;br&gt;&amp;nbsp; "... DOCSTRING ..." ;&amp;lt;-- 
 > ABBREVIATED&lt;br&gt;&amp;nbsp; (let* ((verified-name 
 > &lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 >  (or ; &amp;lt;-- PATCH LINE&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;(jde-parse-class-exists 
 > class)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;class); &amp;lt;-- PATCH 
 > LINE&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;&amp;nbsp;&amp;nbsp; 
 > &amp;nbsp;)&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 >  (outer-class (jde-remove-inner-class 
 > verified-name))&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;font 
 > style="font-size: 10pt;" size="2"&gt;&lt;font style="" face="Arial"&gt; 
 > ;&amp;lt;-- ABBREVIATED&lt;/font&gt;&lt;/font&gt;&lt;br&gt;&lt;font 
 > style="font-size: 10pt;" size="2"&gt;&lt;font style="" 
 > face="Arial"&gt;&lt;br&gt;&amp;nbsp;Vincent.&lt;br&gt;&lt;/font&gt;&lt;/font&gt;&lt;span&gt;&lt;strong&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/strong&gt;&lt;/span&gt;&lt;hr
 >  id="stopSpelling"&gt;From: vincent....@hotmail.fr&lt;br&gt;To: 
 > h...@inf.ed.ac.uk; e...@siege-engine.com&lt;br&gt;Date: Sun, 31 May 2009 
 > 22:39:35 +0200&lt;br&gt;CC: 
 > jdee-users@lists.sourceforge.net&lt;br&gt;Subject: Re: [jdee-users] new JDEE 
 > release/patches (with CEDET 1.0pre6) ?&lt;br&gt;&lt;br&gt;<br>&gt;  &gt; 
 > <br>&gt;  &gt; <br>&gt;  &gt; <br>&gt;  &gt; &lt;style&gt;<br>&gt;  &gt; 
 > .ExternalClass .EC_hmmessage P<br>&gt;  &gt; {padding:0px;}<br>&gt;  &gt; 
 > .ExternalClass body.EC_hmmessage<br>&gt;  &gt; 
 > {font-size:10pt;font-family:Verdana;}<br>&gt;  &gt; &lt;/style&gt;<br>&gt;  
 > &gt; <br>&gt;  &gt; <br>&gt;  &gt; &lt;br&gt;I installed SVN on my 
 > machine,&amp;nbsp; and got the latest elisp code.&amp;nbsp; At least now it 
 > seems to 
 > compile.&lt;br&gt;&lt;br&gt;Thanks...&lt;br&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;
 >  Vincent.&lt;br&gt;&amp;nbsp;&amp;nbsp; &lt;br&gt;&lt;br&gt;&amp;gt; To: 
 > e...@siege-engine.com&lt;br&gt;&amp;gt; CC: vincent....@hotmail.fr; 
 > jdee-users@lists.sourceforge.net&lt;br&gt;&amp;gt; Subject: Re: [jdee-users] 
 > new JDEE release/patches (with CEDET 1.0pre6) ?&lt;br&gt;&amp;gt; From: 
 > h...@inf.ed.ac.uk&lt;br&gt;&amp;gt; Date: Sun, 31 May 2009 17:02:59 
 > +0100&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; -----BEGIN PGP SIGNED 
 > MESSAGE-----&lt;br&gt;&amp;gt; Hash: SHA1&lt;br&gt;&amp;gt; 
 > &lt;br&gt;&amp;gt; Eric M. Ludlam writes:&lt;br&gt;&amp;gt; 
 > &lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; &amp;gt; that never ran.  When a 
 > function turned into a macro in EIEIO, it causes&lt;br&gt;&amp;gt; &amp;gt; 
 > the below error during byte compilation.  That error is fixed in 
 > JDE&lt;br&gt;&amp;gt; &amp;gt; somewhere.&lt;br&gt;&amp;gt; 
 > &lt;br&gt;&amp;gt; Indeed it's been fixed in CVS for some time.  Here is the 
 > patch, for&lt;br&gt;&amp;gt; those who can't/won't use the 
 > repository:&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; ht&lt;br&gt;&amp;gt; 
 > &lt;br&gt;&amp;gt; 650,651c650,654&lt;br&gt;&amp;gt; &amp;lt;     (error 
 > "Tried to add an item of type %s to a list of items of&lt;br&gt;&amp;gt; 
 > type %s"&lt;br&gt;&amp;gt; &amp;lt;          (typep item) (oref this 
 > elem-type))))&lt;br&gt;&amp;gt; - ---&lt;br&gt;&amp;gt; &amp;gt;     (error 
 > "efc-list error: tried to add an item of type %s to a&lt;br&gt;&amp;gt; list 
 > of items of type %s"&lt;br&gt;&amp;gt; &amp;gt;          (if (object-p 
 > item)&lt;br&gt;&amp;gt; &amp;gt;              (object-class 
 > item)&lt;br&gt;&amp;gt; &amp;gt;            (type-of 
 > item))&lt;br&gt;&amp;gt; &amp;gt;          (oref this 
 > elem-type))))&lt;br&gt;&amp;gt; 763c766&lt;br&gt;&amp;gt; &amp;lt;   (oset 
 > table (make-hash-table)))&lt;br&gt;&amp;gt; - ---&lt;br&gt;&amp;gt; &amp;gt; 
 >   (oset this table (make-hash-table)))&lt;br&gt;&amp;gt; 
 > 770c773,776&lt;br&gt;&amp;gt; &amp;lt;          (typep value) (oref this 
 > elem-type))))&lt;br&gt;&amp;gt; - ---&lt;br&gt;&amp;gt; &amp;gt;          
 > (if (object-p value)&lt;br&gt;&amp;gt; &amp;gt;              (object-class 
 > value)&lt;br&gt;&amp;gt; &amp;gt;            (type-of 
 > value))&lt;br&gt;&amp;gt; &amp;gt;          (oref this 
 > elem-type))))&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; - -- &lt;br&gt;&amp;gt;   
 >      Henry S. Thompson, School of Informatics, University of 
 > Edinburgh&lt;br&gt;&amp;gt;                          Half-time member of W3C 
 > Team&lt;br&gt;&amp;gt;       10 Crichton Street, Edinburgh EH8 9AB, SCOTLAND 
 > -- (44) 131 650-4440&lt;br&gt;&amp;gt;                 Fax: (44) 131 
 > 651-1426, e-mail: h...@inf.ed.ac.uk&lt;br&gt;&amp;gt;                        
 > URL: http://www.ltg.ed.ac.uk/~ht/&lt;br&gt;&amp;gt; [mail really from me 
 > _always_ has this .sig -- mail without it is forged spam]&lt;br&gt;&amp;gt; 
 > -----BEGIN PGP SIGNATURE-----&lt;br&gt;&amp;gt; Version: GnuPG v1.2.6 
 > (GNU/Linux)&lt;br&gt;&amp;gt; &lt;br&gt;&amp;gt; 
 > iD8DBQFKIqozkjnJixAXWBoRAsYdAJ9BmfGoHCsguHxEW8R+Vqz6Ye2Q3gCfatIZ&lt;br&gt;&amp;gt;
 >  9eNvqQUdEAK5Npmk3JKctlM=&lt;br&gt;&amp;gt; =TQDk&lt;br&gt;&amp;gt; -----END 
 > PGP SIGNATURE-----&lt;br&gt;&lt;br&gt;&lt;hr&gt;Souhaitez vous 
 > &amp;nbsp;«&amp;nbsp;être au bureau sans y être&amp;nbsp;»&amp;nbsp;? &lt;a 
 > href="http://www.microsoft.com/france/windows/bts/default.mspx"&gt;Oui je le 
 > veux !&lt;/a&gt;&lt;br /&gt;&lt;hr /&gt;Découvrez toutes les possibilités de 
 > communication &lt;a 
 > href='http://www.microsoft.com/windows/windowslive/default.aspx' 
 > target='_new'&gt;avec vos proches&lt;/a&gt;&lt;/body&gt;<br>&gt;  &gt; 
 > &lt;/html&gt;------------------------------------------------------------------------------<br>&gt;
 >   &gt; Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
 > <br>&gt;  &gt; is a gathering of tech-side developers &amp; brand creativity 
 > professionals. Meet<br>&gt;  &gt; the minds behind Google Creative Lab, 
 > Visual Complexity, Processing, &amp; <br>&gt;  &gt; iPhoneDevCamp as they 
 > present alongside digital heavyweights like Barbarian <br>&gt;  &gt; Group, 
 > R/GA, &amp; Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
 > _______________________________________________<br>&gt;  &gt; jdee-users 
 > mailing list<br>&gt;  &gt; jdee-users@lists.sourceforge.net<br>&gt;  &gt; 
 > https://lists.sourceforge.net/lists/listinfo/jdee-users<br>&gt; <br>&gt; 
 > <br>&gt; -- <br>&gt; Paul Landes<br>&gt; lan...@mailc.net<br><br /><hr 
 > />Découvrez toutes les possibilités de communication <a 
 > href='http://www.microsoft.com/windows/windowslive/default.aspx' 
 > target='_new'>avec vos proches</a></body>
 > </html>

-- 
Paul Landes
lan...@mailc.net
------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
jdee-users mailing list
jdee-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jdee-users

Reply via email to