From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas Seik Newsgroups: gmane.emacs.help Subject: concat a list of strings Date: Thu, 27 Jul 2006 21:01:06 +0200 Organization: privat Message-ID: <1154026825.231773@elch.in-berlin.de> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1154029243 31136 80.91.229.2 (27 Jul 2006 19:40:43 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 27 Jul 2006 19:40:43 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 27 21:40:40 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1G6Bid-00044r-PK for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jul 2006 21:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Bid-0003U2-9F for geh-help-gnu-emacs@m.gmane.org; Thu, 27 Jul 2006 15:40:27 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-X-Trace: news.uni-berlin.de V2sBziTqkUA9i+k1q7rKpQtA2x3V0NLvOemaWeGUAnRqMJ User-Agent: KNode/0.9.0 Cache-Post-Path: elch.in-berlin.de!unknown@n9596.n.pppool.de X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) Original-Xref: shelby.stanford.edu gnu.emacs.help:140672 Original-To: help-gnu-emacs@gnu.org 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:36297 Archived-At: Hello Newsgroup, i just started to write some code in lisp. now i want to concat a list of strings (name it stringlist) to one string. (concat stringlist) will not work cause concat needs lists of chars not of strings. Do i have to write a loop by myself or is there a faster predefined way? Thank You, Andreas