On 4-Apr-08, at 10:22 AM, David Harvey wrote:

>
> Hi all,
>
> This message is for Sage developers who use the Colloquy IRC chat
> client.

Along the same lines... for devs who use the Emacs IRC client erc,  
the following makes Sage ticket numbers clickable links.

;; Make Sage tickets of the form #1234 erc-buttons
(add-to-list 'erc-button-alist
             '("#\\([0-9]+\\)" 0 t
               (lambda
                 (ticket-number)
                 (browse-url
                  (concat "http://trac.sagemath.org/sage_trac/ticket/"; ticket- 
number)))
               1))

Nick

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to