* The *other* lisp interaction mode
@ 2011-05-21 22:23 Perry Smith
2011-05-21 23:04 ` Eric Abrahamsen
0 siblings, 1 reply; 5+ messages in thread
From: Perry Smith @ 2011-05-21 22:23 UTC (permalink / raw)
To: help-gnu-emacs@gnu.org List
Within the past few months, someone mentioned a mode they use to tinker with emacs lisp. As I recall, it had a prompt like '==> ' but I'm not 100% of that. What I do recall is when I evaluated a long list like auto-mode-alist, it would give me the whole list rather than only part of it with the dot dot dots.
I've searched the list archive and googled the past hour and can't find what I'm talking about. Can someone refresh my memory?
Thanks
pedz
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: The *other* lisp interaction mode
2011-05-21 22:23 The *other* lisp interaction mode Perry Smith
@ 2011-05-21 23:04 ` Eric Abrahamsen
2011-05-21 23:10 ` Perry Smith
0 siblings, 1 reply; 5+ messages in thread
From: Eric Abrahamsen @ 2011-05-21 23:04 UTC (permalink / raw)
To: help-gnu-emacs
Perry Smith <pedzsan@gmail.com> writes:
> Within the past few months, someone mentioned a mode they use to
> tinker with emacs lisp. As I recall, it had a prompt like '==> ' but
> I'm not 100% of that. What I do recall is when I evaluated a long list
> like auto-mode-alist, it would give me the whole list rather than only
> part of it with the dot dot dots.
>
> I've searched the list archive and googled the past hour and can't find what I'm talking about. Can someone refresh my memory?
>
> Thanks
> pedz
Interactive Emacs Lisp Mode is probably what you're talking about, try
M-x ielm and see if that's it…
Eric
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: The *other* lisp interaction mode
2011-05-21 23:04 ` Eric Abrahamsen
@ 2011-05-21 23:10 ` Perry Smith
2011-05-22 1:18 ` Drew Adams
0 siblings, 1 reply; 5+ messages in thread
From: Perry Smith @ 2011-05-21 23:10 UTC (permalink / raw)
To: Eric Abrahamsen; +Cc: help-gnu-emacs
On May 21, 2011, at 6:04 PM, Eric Abrahamsen wrote:
> Perry Smith <pedzsan@gmail.com> writes:
>
>> Within the past few months, someone mentioned a mode they use to
>> tinker with emacs lisp. As I recall, it had a prompt like '==> ' but
>> I'm not 100% of that. What I do recall is when I evaluated a long list
>> like auto-mode-alist, it would give me the whole list rather than only
>> part of it with the dot dot dots.
>>
>> I've searched the list archive and googled the past hour and can't find what I'm talking about. Can someone refresh my memory?
>>
>> Thanks
>> pedz
>
> Interactive Emacs Lisp Mode is probably what you're talking about, try
> M-x ielm and see if that's it…
Yep! Thanks.
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: The *other* lisp interaction mode
2011-05-21 23:10 ` Perry Smith
@ 2011-05-22 1:18 ` Drew Adams
2011-05-22 1:42 ` Drew Adams
0 siblings, 1 reply; 5+ messages in thread
From: Drew Adams @ 2011-05-22 1:18 UTC (permalink / raw)
To: 'Perry Smith', 'Eric Abrahamsen'; +Cc: help-gnu-emacs
> >> What I do recall is when I evaluated a long list
> >> like auto-mode-alist, it would give me the whole list
> >> rather than only part of it with the dot dot dots.
In addition to what others have said, these will also show the whole value, with
dot-dot-dots:
a. C-h v auto-mode-alist
b. M-x pp-eval-expression RET auto-mode-alist
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: The *other* lisp interaction mode
2011-05-22 1:18 ` Drew Adams
@ 2011-05-22 1:42 ` Drew Adams
0 siblings, 0 replies; 5+ messages in thread
From: Drew Adams @ 2011-05-22 1:42 UTC (permalink / raw)
To: 'Perry Smith', 'Eric Abrahamsen'; +Cc: help-gnu-emacs
> these will also show the whole value, with
^out
> dot-dot-dots:
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2011-05-22 1:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-21 22:23 The *other* lisp interaction mode Perry Smith
2011-05-21 23:04 ` Eric Abrahamsen
2011-05-21 23:10 ` Perry Smith
2011-05-22 1:18 ` Drew Adams
2011-05-22 1:42 ` Drew Adams
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.