Hi there! On Wed, 18 Feb 2009 22:14:32 +0100, Peter Van Eynde wrote: > Good idea, however I don't see 'kfmclient' anywhere in the sources. > And I use the build-in emacs browser.... > > Isn't this an emacs setting?
As per (info "(slime)Documentation"), SLIME defaults to
`browse-url-browser-function', which indeed is an Emacs setting:
=====
l...@gismo:~$ debcheckout slime [...]
l...@gismo:~$ cd slime/
l...@gismo:~/slime$ grep -r browse-url *
contrib/slime-references.el: (browse-url (funcall
common-lisp-hyperspec-section-fun what)))
contrib/slime-references.el: (browse-url (funcall
common-lisp-glossary-fun what)))
contrib/slime-references.el: (browse-url (funcall 'common-lisp-issuex
what)))
contrib/slime-references.el: (browse-url url))))))
doc/slime.texi:@code{browse-url-browser-function}.
hyperspec.el:(require 'browse-url) ;you need the Emacs 20
version
hyperspec.el: (browse-url (concat common-lisp-hyperspec-root
"Body/" (car entry)))
hyperspec.el: (browse-url (common-lisp-hyperspec-section (car entry))))
l...@gismo:~/slime$
=====
This is clearly not a bug, but I do not know how to deal with it: should
we tag it as wontfix or just close it?
Thx, bye,
Gismo / Luca
pgpXGw13c2ym4.pgp
Description: PGP signature
_______________________________________________ pkg-common-lisp-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-common-lisp-devel
