emacs-devel
[Top][All Lists]
Advanced

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

small rcirc suggestion


From: Nic James Ferrier
Subject: small rcirc suggestion
Date: Wed, 15 Nov 2006 10:55:37 +0000

I know we're heading for release and this is not intended to disrupt
that in anyway... but I can't see where else to send this suggestion.

I find that I visit the same irc servers all the time and I'd like
history to reflect that:


diff -u /home/nferrier/rcirc.el\~ /home/nferrier/rcirc.el
--- /home/nferrier/rcirc.el~    2006-11-15 00:05:27.000000000 +0000
+++ /home/nferrier/rcirc.el     2006-11-15 10:37:02.000000000 +0000
@@ -319,19 +319,13 @@
 (defconst rcirc-id-string (concat "rcirc on GNU Emacs " emacs-version))
 
 (defvar rcirc-startup-channels nil)
-
-(defun rcirc-available-servers-to-alist ()
-  
-  )
 ;;;###autoload
 (defun rcirc (arg)
   "Connect to IRC.
 If ARG is non-nil, prompt for a server to connect to."
   (interactive "P")
   (if arg
-      (let* ((server (completing-read "IRC Server: "
-                                      (rcirc-defined-servers-to-alist)
-                                      rcirc-default-server))
+      (let* ((server (read-string "IRC Server: " rcirc-default-server))
             (port (read-string "IRC Port: " (number-to-string 
rcirc-default-port)))
             (nick (read-string "IRC Nick: " rcirc-default-nick))
             (channels (split-string



What would be really nice if history were persisted over emacs
invocations. Could one make history variables customizations and auto
save them?

-- 
Nic Ferrier
http://www.tapsellferrier.co.uk   for all your tapsell ferrier needs




reply via email to

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