From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christian Wittern Newsgroups: gmane.emacs.help Subject: Re: problem with mapconcat Date: Thu, 4 Mar 2010 01:39:43 +0000 (UTC) Message-ID: References: <87bpf5zex5.fsf@mithlond.arda> <87635d5szl.fsf@zemblan.newkuwait.org> <871vg15s6r.fsf@zemblan.newkuwait.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1267666845 20669 80.91.229.12 (4 Mar 2010 01:40:45 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 4 Mar 2010 01:40:45 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Mar 04 02:40:41 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Nn03M-0006NV-0g for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Mar 2010 02:40:40 +0100 Original-Received: from localhost ([127.0.0.1]:46000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nn03L-00075u-Gi for geh-help-gnu-emacs@m.gmane.org; Wed, 03 Mar 2010 20:40:39 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nn02v-00075h-05 for help-gnu-emacs@gnu.org; Wed, 03 Mar 2010 20:40:13 -0500 Original-Received: from [140.186.70.92] (port=47874 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nn02q-00075Z-Ep for help-gnu-emacs@gnu.org; Wed, 03 Mar 2010 20:40:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nn02p-0002DA-Pv for help-gnu-emacs@gnu.org; Wed, 03 Mar 2010 20:40:08 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:60191) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nn02p-0002D2-IU for help-gnu-emacs@gnu.org; Wed, 03 Mar 2010 20:40:07 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Nn02m-00068S-BL for help-gnu-emacs@gnu.org; Thu, 04 Mar 2010 02:40:04 +0100 Original-Received: from chw.zinbun.kyoto-u.ac.jp ([130.54.104.146]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 02:40:04 +0100 Original-Received: from cwittern by chw.zinbun.kyoto-u.ac.jp with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 04 Mar 2010 02:40:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 13 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 130.54.104.146 (Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.0.17) Gecko/2009122115 Firefox/3.0.17 GTB6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:72345 Archived-At: Thamer Mahmoud gmail.com> writes: > > After sending the above, I realized that this would work too: > > (mapconcat 'string "abc" "/") > Great, this seems to be the simplest, thank you! Christian