Skip to content

Instantly share code, notes, and snippets.

@ivv-private
Created October 29, 2012 10:46
Show Gist options
  • Save ivv-private/3972909 to your computer and use it in GitHub Desktop.
Save ivv-private/3972909 to your computer and use it in GitHub Desktop.
blog-emacs-java-jde-help
(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