all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Nic James Ferrier <nferrier@tapsellferrier.co.uk>
Subject: small rcirc suggestion
Date: Wed, 15 Nov 2006 10:55:37 +0000	[thread overview]
Message-ID: <874pt1uggm.fsf@tapsellferrier.co.uk> (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

             reply	other threads:[~2006-11-15 10:55 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-11-15 10:55 Nic James Ferrier [this message]
2006-11-15 11:26 ` small rcirc suggestion 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874pt1uggm.fsf@tapsellferrier.co.uk \
    --to=nferrier@tapsellferrier.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.