unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* small rcirc suggestion
@ 2006-11-15 10:55 Nic James Ferrier
  2006-11-15 11:26 ` Aidan Kehoe
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Nic James Ferrier @ 2006-11-15 10:55 UTC (permalink / raw)


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))
 \f
 (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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-11-17 10:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-15 10:55 small rcirc suggestion Nic James Ferrier
2006-11-15 11:26 ` Aidan Kehoe
2006-11-15 12:22   ` Reiner Steib
2006-11-15 16:50     ` Drew Adams
2006-11-15 15:24 ` Stuart D. Herring
2006-11-17 10:51 ` Nic James Ferrier

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).