<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>CAD Forum discussion (EN) : Simple Lisp Problem?</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : Simple Lisp Problem?]]></description>
  <pubDate>Fri, 12 Jun 2026 08:53:38 +0000</pubDate>
  <lastBuildDate>Sat, 20 Nov 2010 08:55:54 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.cadforum.cz/forum_en/RSS_post_feed.asp?TID=4805</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD Forum discussion (EN)]]></title>
   <url>https://www.cadforum.cz/forum_en/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum_en/</link>
  </image>
  <item>
   <title><![CDATA[Simple Lisp Problem? : That&amp;#039;s great - problem solved...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11907&amp;title=simple-lisp-problem#11907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149425">jpkibble</a><br /><strong>Subject:</strong> 4805<br /><strong>Posted:</strong> 20.Nov.2010 at 08:55<br /><br />That's great - problem solved with the use of OSMODE.<br><br>Thanks.<img src="https://www.cadforum.cz/forum_en/smileys/smiley32.gif" border="0" align="absmiddle" alt="Clap" /><br>]]>
   </description>
   <pubDate>Sat, 20 Nov 2010 08:55:54 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11907&amp;title=simple-lisp-problem#11907</guid>
  </item> 
  <item>
   <title><![CDATA[Simple Lisp Problem? : Sounds like a common problem,...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11906&amp;title=simple-lisp-problem#11906</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=73469">CarlB</a><br /><strong>Subject:</strong> 4805<br /><strong>Posted:</strong> 20.Nov.2010 at 07:20<br /><br />Sounds like a common problem, for people learning Lisp...<br><br>You have a running Osnap set, so line snaps to an endpoint rather than the desired coordinate. It's erratic because it depends on the zoom level/pickbox size.<br>]]>
   </description>
   <pubDate>Sat, 20 Nov 2010 07:20:25 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11906&amp;title=simple-lisp-problem#11906</guid>
  </item> 
  <item>
   <title><![CDATA[Simple Lisp Problem? :  I&amp;#039;ve recently been getting...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11899&amp;title=simple-lisp-problem#11899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=149425">jpkibble</a><br /><strong>Subject:</strong> 4805<br /><strong>Posted:</strong> 19.Nov.2010 at 17:01<br /><br />I've recently been getting into Lisp with AutoCAD2006 with some success, however the following routine is giving me a headache.<br><br>It should draw a simple array of vertical lines 100 high at 25 unit intervals, it works fine but after a few test runs it starts doing funny things, missing every other line...missing lots of random lines or even spuriously joining lines to nearby objects. All very strange - have you any ideas why it might be happening?<br><br>(defun c:SPR ()<br>(setq leng (getint "Enter Length of Section in Metres:"))<br>(setq sectionstart (getpoint "\nPick Insertion point:"))<br>(setq aa (car sectionstart))<br>(setq bb (cadr sectionstart))<br>(setq rptn (+ 1 (fix (/ leng 25))))<br>(command "line" (list (+ aa leng) bb) (list (+ aa leng) (+ bb 100)) "")<br>; Repeat loop starts here<br>(repeat rptn<br>(command "line" (list aa bb) (list aa (+ bb 100) ) "") <br>(setq aa (+ aa 25)) <br>)<br>; Repeat loop stops here<br>)<br><br><br><br><span style="font-size:10px"><br /><br />Edited by jpkibble - 19.Nov.2010 at 17:02</span>]]>
   </description>
   <pubDate>Fri, 19 Nov 2010 17:01:47 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=4805&amp;PID=11899&amp;title=simple-lisp-problem#11899</guid>
  </item> 
 </channel>
</rss>