all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Simple elisp problem with concat
@ 2005-04-25 20:20 exits funnel
  2005-04-25 20:28 ` Arne Jørgensen
  0 siblings, 1 reply; 3+ messages in thread
From: exits funnel @ 2005-04-25 20:20 UTC (permalink / raw)


Hello,

I'm trying to make some customizations to my .emacs
file and I've got a small problem.  I'm sure it's
silly but I'm absolutely new to (e)lisp so if someone
could straighten me out I'd appreciate it.

Why doesn't this line work?

(load-file concat("~/jdestuff"
"/cedet/cedet-1.0beta2b/common/cedet.el"))

when I evaluate just the concat it seems the correct
stuff is printed in the minibuffer but when I evaluate
the complete form above the interpreter complains
something about (void-variable concat).  Why doesn't
this work?  How can I fix it?  Thanks in advance for
any replies.

-exits

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Simple elisp problem with concat
  2005-04-25 20:20 Simple elisp problem with concat exits funnel
@ 2005-04-25 20:28 ` Arne Jørgensen
  0 siblings, 0 replies; 3+ messages in thread
From: Arne Jørgensen @ 2005-04-25 20:28 UTC (permalink / raw)


exits funnel <exitsfunnel@yahoo.com> 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 <http://arnested.dk/>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Simple elisp problem with concat
@ 2005-04-25 20:51 exits funnel
  0 siblings, 0 replies; 3+ messages in thread
From: exits funnel @ 2005-04-25 20:51 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 430 bytes --]


--- Arne Jørgensen <arne@arnested.dk> wrote:
> exits funnel <exitsfunnel@yahoo.com> 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"))

Doh!  Thanks.

-exits


		
__________________________________ 
Do you Yahoo!? 
Make Yahoo! your home page 
http://www.yahoo.com/r/hs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-04-25 20:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-25 20:20 Simple elisp problem with concat exits funnel
2005-04-25 20:28 ` Arne Jørgensen
  -- strict thread matches above, loose matches on Subject: below --
2005-04-25 20:51 exits funnel

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.