<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Emacs Lisp]]></title><description><![CDATA[<p>Hallo ich hoffe mir kann jemand helfen.<br />
folgender code soll eine zahl Prüfen ob sie prim ist</p>
<pre><code>(defun isprime(zahl)
(let ((teiler 2)(divable 0))
(while (&lt; teiler zahl)
(if (% zahl teiler) (= divable 1))
(= teiler (+ teiler 1)))
)
</code></pre>
<p>ich hab leider keine Zeit das ganze Tutorial durch zuackern das Programm sollte bis Morgen lauffähig sein.</p>
<p>kann mir jemand helfen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/183906/emacs-lisp</link><generator>RSS for Node</generator><lastBuildDate>Thu, 02 Jul 2026 15:36:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/183906.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 10 Jun 2007 12:47:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Emacs Lisp on Sun, 10 Jun 2007 12:47:31 GMT]]></title><description><![CDATA[<p>Hallo ich hoffe mir kann jemand helfen.<br />
folgender code soll eine zahl Prüfen ob sie prim ist</p>
<pre><code>(defun isprime(zahl)
(let ((teiler 2)(divable 0))
(while (&lt; teiler zahl)
(if (% zahl teiler) (= divable 1))
(= teiler (+ teiler 1)))
)
</code></pre>
<p>ich hab leider keine Zeit das ganze Tutorial durch zuackern das Programm sollte bis Morgen lauffähig sein.</p>
<p>kann mir jemand helfen? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1302419</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1302419</guid><dc:creator><![CDATA[walljumper]]></dc:creator><pubDate>Sun, 10 Jun 2007 12:47:31 GMT</pubDate></item><item><title><![CDATA[Reply to Emacs Lisp on Sun, 10 Jun 2007 12:53:32 GMT]]></title><description><![CDATA[<p>was geht denn nicht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1302425</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1302425</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Sun, 10 Jun 2007 12:53:32 GMT</pubDate></item><item><title><![CDATA[Reply to Emacs Lisp on Sun, 10 Jun 2007 13:08:49 GMT]]></title><description><![CDATA[<p>gute Frage ich lern erst seit gestern Lisp und versteh leider die ausgabe des debuggers nicht</p>
<p><a href="http://www.walljumper.de/emacs.txt" rel="nofollow">http://www.walljumper.de/emacs.txt</a> hier ist die Ausgabe drin ist ziemlich groß</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1302438</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1302438</guid><dc:creator><![CDATA[walljumper]]></dc:creator><pubDate>Sun, 10 Jun 2007 13:08:49 GMT</pubDate></item><item><title><![CDATA[Reply to Emacs Lisp on Sun, 10 Jun 2007 13:54:47 GMT]]></title><description><![CDATA[<p>= kann in Lisp nicht zur Zuweisung benutzt werden.<br />
und wtf ist &quot;divable&quot;? tauchbar?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1302479</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1302479</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Sun, 10 Jun 2007 13:54:47 GMT</pubDate></item><item><title><![CDATA[Reply to Emacs Lisp on Sun, 10 Jun 2007 14:02:27 GMT]]></title><description><![CDATA[<p>divable soll eine variable sein und divideable abkürzen</p>
<p>das = hab ich jetzt durch setq ersetzt. Ich vermute mal das der modulo operator % auch nicht so verwendbar ist.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1302488</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1302488</guid><dc:creator><![CDATA[walljumper]]></dc:creator><pubDate>Sun, 10 Jun 2007 14:02:27 GMT</pubDate></item></channel></rss>