From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?utf-8?Q?Arne_J=C3=B8rgensen?= Newsgroups: gmane.emacs.help Subject: Re: Simple elisp problem with concat Date: Mon, 25 Apr 2005 22:28:57 +0200 Organization: Arne Joergensen -- http://arnested.dk/ Message-ID: <873btebnxy.fsf@arnested.dk> References: <20050425202017.93124.qmail@web52901.mail.yahoo.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1114461758 26160 80.91.229.2 (25 Apr 2005 20:42:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2005 20:42:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 25 22:42:38 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DQAOu-0003Ln-4l for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2005 22:41:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQAUU-0003O8-H6 for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2005 16:47:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DQAUG-0003Nt-11 for help-gnu-emacs@gnu.org; Mon, 25 Apr 2005 16:47:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DQAUE-0003Nh-KP for help-gnu-emacs@gnu.org; Mon, 25 Apr 2005 16:47:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DQAUE-0002nR-IH for help-gnu-emacs@gnu.org; Mon, 25 Apr 2005 16:47:22 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtp (TLS-1.0:RSA_AES_128_CBC_SHA:16) (Exim 4.34) id 1DQAWS-0002Ww-KP for help-gnu-emacs@gnu.org; Mon, 25 Apr 2005 16:49:40 -0400 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1DQANB-00035r-5q for help-gnu-emacs@gnu.org; Mon, 25 Apr 2005 22:40:05 +0200 Original-Received: from 213.237.94.152 ([213.237.94.152]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 22:40:05 +0200 Original-Received: from arne by 213.237.94.152 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 25 Apr 2005 22:40:05 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 13 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 213.237.94.152 X-Face: 5t,7/Y$&<1A_t.$vC2{pWZ{m@3_06; kcm]no{hgEL/}Uz(>XV6cl4}xO\v?-h3%>znNaZtq `~rf,GY1T%r=a.zH`hOb(-]'x)nI088Z&|e;V^h;/TShou User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:zheGDeXiEPUIZ866TvwlBtrR5iI= 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:26034 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26034 exits funnel writes: > Why doesn't this line work? > > (load-file concat("~/jdestuff" > "/cedet/cedet-1.0beta2b/common/cedet.el")) (load-file (concat "~/jdestuff" "/cedet/cedet-1.0beta2b/common/cedet.el")) Kind regards, -- Arne Jørgensen