all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Heerdegen <michael_heerdegen@web.de>
To: help-gnu-emacs@gnu.org
Subject: Re: Load file and return evaluation result (instead of t)?
Date: Fri, 11 Oct 2013 00:30:03 +0200	[thread overview]
Message-ID: <87r4bsu5ck.fsf@web.de> (raw)
In-Reply-To: 87a9iimeky.fsf@gmail.com

Thorsten Jolitz <tjolitz@gmail.com> writes:

>  ,----------------------------------------------
>  | load returns t if the file loads successfully
>  `----------------------------------------------
>
> but I would rather like to write a (big) Elisp expression into a file,
> load the file, and get the expression's return value instead of just
> 't'. 

You could find the file, use `read' to get the expression, and `eval'
it.  That's probably the canonical way.

Or you could, instead of just saving an expression to a file, save a
sexp that evals the expression and stores it to a global variable.  Then
after loading the file, this variable is bound to the result of the
evaluated expression.



Regards,

Michael.




  reply	other threads:[~2013-10-10 22:30 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-09 19:25 Load file and return evaluation result (instead of t)? Thorsten Jolitz
2013-10-10 22:30 ` Michael Heerdegen [this message]
2013-10-15 13:51 ` Kevin Rodgers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r4bsu5ck.fsf@web.de \
    --to=michael_heerdegen@web.de \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.