-- -Content-Transfer-Encoding: quoted-printable
Hey everyone,
This handy little snippit of emacs lisp will turn the references
[ruby-talk:xxxx] into a button that you can click on to follow.
(defun gnus-ruby-talk-url (artnum)
(browse-url
(concat "http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-talk/"
artnum)))
(add-to-list 'gnus-button-alist
'("\\[ruby-talk:\\([0-9]+\\)\\]" 0 t gnus-ruby-talk-url 1))
just place it in your .gnus file.
enjoy,
--
Josh Huber
-- -Content-Type: application/pgp-signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org
iEYEARECAAYFAjrJ5CIACgkQv+EgZWshSJplmgCgnP7arbeJwJBiZbCuqaX5A8C9
hgoAoLPK7gsh+2IwcYkwOTLbKVT2yrMo
Ald
-----END PGP SIGNATURE-----
-- -