Emacs lisp snippet for browsing referrer logs

| emacs
(defun sacha/ffap-quick ()
  (interactive)
  (save-window-excursion
    (save-excursion
      (ffap))))

This makes browsing the output of ref.pl (previously blogged; it just
extracts the referrer) much easier. I local-set-key it to RET. Hitting
RET twice opens the URL as a w3m tab in the background.

You can comment with Disqus or you can e-mail me at sacha@sachachua.com.