circe-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Circe-help] URL handling


From: Lucas Bonnet
Subject: [Circe-help] URL handling
Date: Tue, 06 Jun 2006 12:59:13 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.51 (gnu/linux)

Hello !

Here's a fix to support https urls with lui.el.

Patch made with "cvs diff -u lui.el"
(darcs is simpler for this :)

Regards,
-- 
Lucas

Index: lui.el
===================================================================
RCS file: /cvsroot/circe/circe/lui.el,v
retrieving revision 1.48
diff -u -r1.48 lui.el
--- lui.el      21 May 2006 18:59:00 -0000      1.48
+++ lui.el      6 Jun 2006 10:56:41 -0000
@@ -133,6 +133,7 @@
 
 (defcustom lui-buttons-list
   `((,(rx (or (: (or "http"
+                     "https"
                      "ftp"
                      "irc")
                  "://"

reply via email to

[Prev in Thread] Current Thread [Next in Thread]