Hi! I originally reported this issue at https://bugs.gentoo.org/428630 .
When I load a java file in my emacs (app-editors/emacs-24.1), I get a second buffer labeled *Compile-Log* printing these three lines: Warning: (lambda (url) ...) quoted with ' rather than with #' Warning: (lambda (docset) ...) quoted with ' rather than with #' Warning: (lambda (col) ...) quoted with ' rather than with #' There is no indication as to what source file those messages refer to, but judging from the file content, it seems to me that these lines all occur in /usr/share/emacs/site-lisp/jde/jde-help.el from my jde package (app-emacs/jde-2.4.1_pre20110622): 460: '(lambda (url) 543: (let* ((cols (mapcar '(lambda (docset) 549: (max-len (apply 'max (mapcar '(lambda (col) The relevant lines are still present in the latest SVN trunk: http://jdee.svn.sourceforge.net/viewvc/jdee/trunk/jdee/lisp/jde-help.el?revision=256&view=markup I must confess that I have little knowledge about the semantic implications of these different quotings in emacs lisp. A comment from a developer on my original Gentoo bug report indicated that it should be safe to ignore those warnings. The extra buffer is annoying nevertheless, so I'd welcome a fix to this issue. Thank you very much, Martin von Gagern ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ jdee-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jdee-users
