<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=218.204.14.29</id>
	<title>WikEmacs - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikemacs.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=218.204.14.29"/>
	<link rel="alternate" type="text/html" href="https://wikemacs.org/wiki/Special:Contributions/218.204.14.29"/>
	<updated>2026-04-20T02:01:19Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.35.14</generator>
	<entry>
		<id>https://wikemacs.org/index.php?title=IELM&amp;diff=2884</id>
		<title>IELM</title>
		<link rel="alternate" type="text/html" href="https://wikemacs.org/index.php?title=IELM&amp;diff=2884"/>
		<updated>2012-06-22T07:52:52Z</updated>

		<summary type="html">&lt;p&gt;218.204.14.29: Leonardo&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{package&lt;br /&gt;
| name=IELM&lt;br /&gt;
| description=Emacs Lisp REPL&lt;br /&gt;
| author=David Smith&lt;br /&gt;
| maintainer=&lt;br /&gt;
| source=&lt;br /&gt;
| in_emacs=yes&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
'''IELM (Interactive Emacs Lisp Mode)''' is a nice mode that gives you an interactive [[Emacs Lisp]] shell (or a {{Acronym|REPL|Read-Eval-Print Loop}} if you prefer) that you can use for exploratory programming.  You can start it by pressing {{Command|ielm}}. You'll be taken to a buffer named {{Buffer|*ielm*}}, where Emacs Lisp expressions you've entered will be evaluated on pressing the Return key. IELM offers some nice features like tab autocompletion of symbol names and the ability to span an expression over several lines. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-----DONT REMOVE ANYTHING FROM THIS TEMPLATE ------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----FEW MONTHS, YEARS FROM WE CAN DELETE STUFF. NOT NOW ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----YOU DON&amp;quot;T WANT WIKEMACS TO BE ANOTHER EMACSWIKI RIGHT ------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-----PLEASE BE PATIENT AND CO-OPERATE FOR GREATER GOOD ------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Basic setup =&lt;br /&gt;
&lt;br /&gt;
IELM is bundled with Emacs by default. No additional setup is required.&lt;br /&gt;
&lt;br /&gt;
Sarah /     I'm trying to use this theme for a celint and it's generating this error: Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback,  mytheme_add_admin' was given in /home1/webdcmar/public_html/wp-includes/plugin.php on line 395Can you please double-check this and email me if you've corrected for the problem? The old version of Handgloves isn't even upload-able anymore. Just generates a string of errors. Thanks!&lt;br /&gt;
&lt;br /&gt;
= Common Customization =&lt;br /&gt;
&amp;lt;!-- Customization common to all platforms goes here --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Show {{ModeLink|eldoc}} in IELM ==&lt;br /&gt;
&amp;lt;source lang=&amp;quot;lisp&amp;quot;&amp;gt;&lt;br /&gt;
(defun my-ielm-mode-defaults ()&lt;br /&gt;
  (turn-on-eldoc-mode))&lt;br /&gt;
&lt;br /&gt;
(setq my-ielm-mode-hook 'my-ielm-mode-defaults)&lt;br /&gt;
&lt;br /&gt;
(add-hook 'ielm-mode-hook (lambda () (run-hooks 'my-ielm-mode-hook)))&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Recommended Reading =&lt;br /&gt;
&amp;lt;!-- Only internal links. DO NOT insert EXTERNAL LINKS --&amp;gt;&lt;br /&gt;
* [[Emacs Lisp]]&lt;br /&gt;
* [[REPL]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Tutorial Pages =&lt;br /&gt;
[http://emacs-fu.blogspot.com/2011/03/ielm-repl-for-emacs.html IELM: A REPL for Emacs]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-------------------------------------------------------------------------&amp;gt;&lt;br /&gt;
&amp;lt;!-- Add categories based on user-level (beginner etc), user-role (programming, emacs contributor etc), platform (windows, linux etc) or work flow (text editing, document authoring etc)  --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Beginner]][[Category:Lisp]][[Category:Programming]]&lt;/div&gt;</summary>
		<author><name>218.204.14.29</name></author>
	</entry>
</feed>