Created
October 29, 2012 10:46
-
-
Save ivv-private/3972909 to your computer and use it in GitHub Desktop.
blog-emacs-java-jde-help
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'jde-help) | |
;; w3 fail to load local file, so skip this feature | |
(defmethod jde-jdhelper-show-url ((this jde-jdhelper) url) | |
(let ((doc-url (jde-url-name url))) | |
(message "Displaying %s from %s" | |
(oref url :class) | |
(oref (oref url :docset) :description)) | |
(jde-jdhelper-show-document this doc-url))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment