From: Erik Iverson <eriki@ccbr.umn.edu>
To: Emacs-orgmode@gnu.org
Subject: Re: [babel] some lisp/slime progress
Date: Sun, 20 Feb 2011 20:28:55 -0600 [thread overview]
Message-ID: <4D61CDE7.3030404@ccbr.umn.edu> (raw)
In-Reply-To: <4D61CC7E.7030109@ccbr.umn.edu>
> Then, things like the following work, where I assume you've already
> started M-x slime.
>
> #+begin_src emacs-lisp :session
>
> (defvar test1 "test1 value")
> (defvar test2 "test2 value")
> test2
>
> #+end_src
>
> #+results:
> : test2 value
Er, not emacs-lisp, just lisp... like the following
#+begin_src lisp :session
(defvar test1 "test1 value")
(defvar test2 "test2 value")
test2
#+end_src
#+results:
: test2 value
next prev parent reply other threads:[~2011-02-21 2:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-21 2:22 [babel] some lisp/slime progress Erik Iverson
2011-02-21 2:28 ` Erik Iverson [this message]
2011-03-31 6:14 ` [Orgmode] " Eric Schulte
2011-03-31 6:37 ` Eric Schulte
2011-02-21 17:02 ` Eric Schulte
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=4D61CDE7.3030404@ccbr.umn.edu \
--to=eriki@ccbr.umn.edu \
--cc=Emacs-orgmode@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.