Skip to content

Instantly share code, notes, and snippets.

@slackorama
Created May 7, 2012 21:38
Show Gist options
  • Save slackorama/2630639 to your computer and use it in GitHub Desktop.
Save slackorama/2630639 to your computer and use it in GitHub Desktop.
;; http://httpbin.org/get?x=1
;; eval this buffer
(url-retrieve (buffer-substring-no-properties 4 30) (lambda (&rest args) (switch-to-buffer (current-buffer))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment