Thread: [jdee-users] jdee: (lambda (url) ...) quoted with ' rather than with #'
Brought to you by:
paullandes
|
From: Martin v. G. <Mar...@gm...> - 2012-08-07 13:54:05
|
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 |
|
From: Paul L. <la...@ma...> - 2012-08-14 18:51:27
|
It's updated in the svn repo. Please update and test. Thanks. On Aug 7, 2012, at 8:53 AM, Martin von Gagern wrote: > 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 |