From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ryan Yeske Newsgroups: gmane.emacs.devel Subject: Re: rcirc update Date: Fri, 15 Jun 2007 22:08:29 -0700 Message-ID: <87odjga3le.fsf@owie.lan> References: <871wgld7nz.fsf@owie.lan> <87r6ofppg7.fsf@stupidchicken.com> <87r6oca9fh.fsf@owie.lan> <87sl8ssg81.fsf@catnip.gol.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1181970575 13464 80.91.229.12 (16 Jun 2007 05:09:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 16 Jun 2007 05:09:35 +0000 (UTC) Cc: cyd@stupidchicken.com, monnier@iro.umontreal.ca, emacs-devel@gnu.org To: Miles Bader Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jun 16 07:09:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HzQXU-000438-HU for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 07:09:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzQXT-0000h6-TT for ged-emacs-devel@m.gmane.org; Sat, 16 Jun 2007 01:09:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HzQXM-0000eB-KU for emacs-devel@gnu.org; Sat, 16 Jun 2007 01:09:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HzQXK-0000ch-Ud for emacs-devel@gnu.org; Sat, 16 Jun 2007 01:09:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HzQXK-0000cS-LN for emacs-devel@gnu.org; Sat, 16 Jun 2007 01:09:22 -0400 Original-Received: from mail.tor.primus.ca ([216.254.136.21] helo=smtp-06.primus.ca) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HzQXJ-0004ci-JI; Sat, 16 Jun 2007 01:09:21 -0400 Original-Received: from [209.90.176.154] (helo=owie.lan) by smtp-06.primus.ca with esmtp (Exim 4.43) id 1HzQXI-0006Lh-M6; Sat, 16 Jun 2007 01:09:21 -0400 In-Reply-To: <87sl8ssg81.fsf@catnip.gol.com> (message from Miles Bader on Sat, 16 Jun 2007 12:58:22 +0900) X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:73047 Archived-At: Miles Bader writes: > Ryan Yeske writes: >> PARAMETERS is a plist of optional connection parameters. Valid >> ! properties are: >> ! >> ! NICK (a string), >> ! PORT (number or string), >> ! USER-NAME (string), >> ! FULL-NAME (string), and >> ! CHANNELS (list of strings)." > > Note that Elisp is case-sensitive... Hmm, that is true. I was following the convention that function arguments are capitalized like that... but for these keywords it probably is not the right thing. The way it was written before was difficult to read, this is probably not much better. -- Ryan