Skip to content

Instantly share code, notes, and snippets.

@miyamuko
Created July 20, 2010 13:09
Show Gist options
  • Save miyamuko/482933 to your computer and use it in GitHub Desktop.
Save miyamuko/482933 to your computer and use it in GitHub Desktop.
指定したシンボルの refwiki を開く
;; 指定したシンボルの refwiki を開く
(defun refwiki (symbol)
(interactive "SSymbol: ")
(shell-execute (format nil "http://xyzzy.s53.xrea.com/reference/wiki.cgi?p=~A"
(si:www-url-encode (string symbol) nil "0-9A-Za-z._~ "))
t))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment