From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Newsgroups: gmane.emacs.devel Subject: Re: [rmail-mbox-branch]: inital problems Date: Sat, 18 Sep 2004 17:10:06 -0400 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: References: <1095204498.515091.23142.nullmailer@Update.UU.SE> <87fz5irvyv.fsf@oak.pohoyda.family> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1095541849 8754 80.91.229.6 (18 Sep 2004 21:10:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 18 Sep 2004 21:10:49 +0000 (UTC) Cc: ams@kemisten.nu, Alexander Pohoyda , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 18 23:10:39 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C8mTf-0000V7-00 for ; Sat, 18 Sep 2004 23:10:39 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8mZS-0003MD-4B for ged-emacs-devel@m.gmane.org; Sat, 18 Sep 2004 17:16:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C8mZM-0003L9-B3 for emacs-devel@gnu.org; Sat, 18 Sep 2004 17:16:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C8mZK-0003Ks-R9 for emacs-devel@gnu.org; Sat, 18 Sep 2004 17:16:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C8mZK-0003Kp-NK for emacs-devel@gnu.org; Sat, 18 Sep 2004 17:16:30 -0400 Original-Received: from [206.47.199.165] (helo=simmts7-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C8mT8-0005SF-Qh; Sat, 18 Sep 2004 17:10:07 -0400 Original-Received: from empanada.home ([67.68.216.197]) by simmts7-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20040918210747.YZQQ1960.simmts7-srv.bellnexxia.net@empanada.home>; Sat, 18 Sep 2004 17:07:47 -0400 Original-Received: by empanada.home (Postfix, from userid 502) id 9D4B72F1185; Sat, 18 Sep 2004 17:10:06 -0400 (EDT) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 18 Sep 2004 15:07:31 -0400") User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3.50 (darwin) 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: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:27252 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:27252 > - (setq result (mapconcat '(lambda (arg) arg) keyword-list " ")) > + (setq result (mapconcat '(lambda (arg) arg) keyword-list ", ")) And while you're at ti, replace this '(lambda (arg) arg) with 'identity. Stefan