From: "B.T. Raven" <ejmn@cpinternet.com>
Subject: Re: beginner el form
Date: Sun, 3 Apr 2005 23:49:57 -0500 [thread overview]
Message-ID: <1151ht7f9rotk1d@corp.supernews.com> (raw)
In-Reply-To: d2pp0t$ven$1@lust.ihug.co.nz
"Adam" <nospam@example.com> wrote in message
news:d2pp0t$ven$1@lust.ihug.co.nz...
>
> At the top of the "Programming in Emacs Lisp", before and around the
section
> Practicing Evaluation, examples are given for the novice to evaluate
by c-x
> c-e. And this does produce the result in the minibuffer or echo
section
> below.
>
> My question is, How should create a buffer in which the results will
be
> echoed in the buffer, like in a lisp-evaluation-mode ?
>
> In particular, what extension whould this file/buffer be called.
Presumeably
> name.el where expressions are evaluated by highlighted and evaluated
by c-x
> c-e but then doesn't this required the major-mode to be changed every
time
> the file/buffer is opened ?
>
> I am looking for a file in which I can incrementally create an
emacs-lisp
> program, will much trial and error, where screes of text can be
printed as
> a result if necessary, and the minibuffer is just not big enough.
>
> Now, if some setup *---interactive-mode---* stuff could be included at
the
> top of that buffer, then that would be ideal. Perhaps it is an
> "self-evaluating form" that I really need.
>
> Any suggestions or comments appreciate.
>
>
I assume that you know that the **scratch** buffer is set up
automatically in lisp interaction mode. You can convert any buffer to
this mode by simply invoking M-x lisp-interaction-mode while in the
buffer. I think you could make this your default mode by putting
'(default-major-mode (quote lisp-interaction-mode))
into your .emacs with Options>Customize>Specific Option, etc.
Ed
next prev parent reply other threads:[~2005-04-04 4:49 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-04-04 14:00 beginner el form Adam
2005-04-03 22:23 ` Johan Bockgård
2005-04-04 4:49 ` B.T. Raven [this message]
2005-04-04 6:13 ` Steinar Børmer
2005-04-04 21:54 ` Adam
2005-04-04 8:04 ` Thien-Thi Nguyen
2005-04-04 12:35 ` Albert Reiner
2005-04-05 12:10 ` Adam
2005-04-29 20:42 ` Alan Wehmann
2005-04-30 6:22 ` Thien-Thi Nguyen
2005-05-01 0:47 ` Adam
2005-04-30 10:57 ` Thien-Thi Nguyen
2005-05-01 3:39 ` Joe Corneli
[not found] ` <mailman.1.1114919653.2819.help-gnu-emacs@gnu.org>
2005-05-02 2:18 ` Adam
2005-05-01 10:37 ` Tim X
2005-05-01 15:50 ` Thien-Thi Nguyen
2005-05-03 11:09 ` Phillip Lord
2005-05-05 0:13 ` Adam
2005-05-04 10:14 ` Phillip Lord
2005-05-01 2:42 ` Tim X
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
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1151ht7f9rotk1d@corp.supernews.com \
--to=ejmn@cpinternet.com \
/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.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).