<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Stupid Lisp bug in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9666617#M71705</link>
    <description>&lt;P&gt;Apologies for not doing proper testing of this.&lt;/P&gt;&lt;P&gt;My best guess is that I still had a variable set as a dotted pairs when I tested the (list value value) method, hence why I kept getting access violation errors.&lt;/P&gt;&lt;P&gt;So agreed, this is the simplest workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--J&lt;/P&gt;</description>
    <pubDate>Fri, 31 Jul 2020 15:55:01 GMT</pubDate>
    <dc:creator>honkinberry</dc:creator>
    <dc:date>2020-07-31T15:55:01Z</dc:date>
    <item>
      <title>Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664974#M71689</link>
      <description>&lt;P&gt;This has driven me crazy for years, I can't believe it is still a thing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq _test nil)
(setq i -1)
(repeat 256
  (setq i (1+ i))
  (setq _test (append _test (list (cons i i))))
) ; repeat&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That should give you an immediate access violation error.&lt;/P&gt;&lt;P&gt;But better yet, then type FIELD, click on Lisp Variables, and AutoCAD doesn't just crash, it instantly and completely disappears.&lt;/P&gt;&lt;P&gt;Is this the equivalent of saying "Biggie Smalls" three times in the mirror?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--J&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 18:46:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664974#M71689</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T18:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664978#M71690</link>
      <description>&lt;P&gt;What version of CAD are you on? Does not crash 2021 here.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 18:52:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664978#M71690</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-30T18:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664983#M71691</link>
      <description>With 2021 when I go into the FIELD dialog and click on Lisp Variables, I get an immediate Access Violation error at the command line. You don’t?&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2020 18:55:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9664983#M71691</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T18:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665000#M71692</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/488704"&gt;@honkinberry&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;With 2021 when I go into the FIELD dialog and click on Lisp Variables, I get an immediate Access Violation error at the command line. You don’t?&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Nope.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:03:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665000#M71692</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-30T19:03:58Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665019#M71693</link>
      <description>&lt;P&gt;I ran that [Acad2019] just for kicks.&amp;nbsp; For me, it &lt;EM&gt;does&lt;/EM&gt;&amp;nbsp; give an access violation error, though &lt;EM&gt;after&lt;/EM&gt;&amp;nbsp; making the entire list, if timing is part of your issue.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AccessViolation.PNG" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/801570iBD43CD79110765B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AccessViolation.PNG" alt="AccessViolation.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I did the Field thing, and yes, it crashed, but &lt;EM&gt;not&lt;/EM&gt;&amp;nbsp; instantly and completely -- there was the "normal" stopped-working-checking-for-a-solution message, and a box that waited for me to pick on the "Close program" button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know what the violation is there -- it just makes a list of dotted pairs, and it gets to the end successfully, and returns the result as a completed list, as in lots of AutoLisp routines.&amp;nbsp; Access to &lt;EM&gt;what&lt;/EM&gt;&amp;nbsp; has been violated?&amp;nbsp; Violated by what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried again, and before doing the Field thing, just typed&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;!_test&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp; to see whether it had saved it to the variable, at which it returned the list again [so yes, it had saved it],&amp;nbsp;&lt;EM&gt;and&lt;/EM&gt;&amp;nbsp; the access violation message also returned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In any case, what would you use such a thing for?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:12:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665019#M71693</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-07-30T19:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665035#M71694</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/488704"&gt;@honkinberry&lt;/a&gt;&amp;nbsp;I was able to replicate the crash opening fields / lispvariables using this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;(setq _test nil)
(setq i 256)
(repeat i (setq i (1- i)) (setq _test (cons (cons i i) _test))) ; repeat&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:22:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665035#M71694</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-30T19:22:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665078#M71695</link>
      <description>Maintaining a list of color substitutions.&lt;BR /&gt;&lt;BR /&gt;Can’t think of a programming language where you aren’t allowed to create such an array for fear of it crashing the entire system.&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:35:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665078#M71695</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T19:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665097#M71696</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/488704"&gt;@honkinberry&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;Maintaining a list of color substitutions.&lt;BR /&gt;&lt;BR /&gt;Can’t think of a programming language where you aren’t allowed to create such an array for fear of it crashing the entire system.&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/488704"&gt;@honkinberry&lt;/a&gt;&amp;nbsp; Very strange indeed. A quick test and if those values are stored as:&amp;nbsp;(setq _test (cons (&lt;STRONG&gt;list&lt;/STRONG&gt; i i) _test)) it does not crash.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 19:44:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665097#M71696</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-30T19:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665133#M71697</link>
      <description>&lt;P&gt;I've tried many variations including that one that still crash.&lt;/P&gt;&lt;P&gt;I was about to convert it to Reals, which doesn't crash, but your post made me think of something!&lt;/P&gt;&lt;P&gt;(reverse)!&lt;/P&gt;&lt;P&gt;If it's 255 to 0, then it doesn't crash for me, and I can still assoc it.&lt;/P&gt;&lt;P&gt;So that's my temporary solution for now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But this has been an issue for me since... I'm going to say probably 2004.&amp;nbsp; I originally posted about this around then, maybe it was 2006.&lt;/P&gt;&lt;P&gt;I just can't fathom how a list of this construction could possibly cause such an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--J&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;** edit, no, sorry, reversing it does still crash.&lt;/P&gt;&lt;P&gt;So the temporary solution for now is to have a list of Reals instead of Integers, which definitely does not crash.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:12:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665133#M71697</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T20:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665154#M71698</link>
      <description>&lt;P&gt;Did you try the (list i i) ?&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:19:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665154#M71698</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-30T20:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665157#M71699</link>
      <description>Yes, that still crashes for me.&lt;BR /&gt;As does having the first value be (-1 -1), etc.&lt;BR /&gt;The best simple solution I’ve found is reals, storing it as (0.0 0)&lt;BR /&gt;&lt;BR /&gt;—J&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:21:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665157#M71699</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T20:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665166#M71700</link>
      <description>&lt;P&gt;[EDIT:&amp;nbsp; now I see &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp;beat me to it in suggesting this....]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's an alternative that doesn't crash AutoCAD [for me], &lt;EM&gt;and&lt;/EM&gt;&amp;nbsp; still uses integers instead of your workaround with real numbers [so in the case of color numbers, you won't need to convert back]:&amp;nbsp; &lt;EM&gt;&lt;STRONG&gt;Do little two-item "plain" lists instead of dotted pairs:&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &lt;FONT color="#000000"&gt;(setq _test (append _test (list (&lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;list&lt;/STRONG&gt;&lt;/FONT&gt; i i))))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You would simply need to use either:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;(c&lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;a&lt;/STRONG&gt;&lt;/FONT&gt;dr (assoc &lt;FONT color="#99CCFF"&gt;somenumber&lt;/FONT&gt; _test))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;or:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &lt;FONT color="#000000"&gt;(&lt;FONT size="4" color="#FF0000"&gt;&lt;STRONG&gt;last&lt;/STRONG&gt;&lt;/FONT&gt;&amp;nbsp;(assoc &lt;FONT color="#99CCFF"&gt;somenumber&lt;/FONT&gt; _test))&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to get the second number from a given sub-list, rather than using&amp;nbsp;&amp;nbsp;&lt;FONT color="#000000"&gt;(&lt;STRONG&gt;cdr&lt;/STRONG&gt;)&lt;/FONT&gt;&amp;nbsp; as you would with a dotted-pair sub-list.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:31:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665166#M71700</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-07-30T20:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665224#M71701</link>
      <description>&lt;P&gt;That was actually the first thing I tried, and it still crashes on me.&lt;/P&gt;&lt;P&gt;Both that, and reversing the list, seem to crash *less*, but still crash.&lt;/P&gt;&lt;P&gt;Only by switching the index of each element to a Real, have I consistently seen no issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--J&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 20:59:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665224#M71701</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-30T20:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665402#M71702</link>
      <description>&lt;P&gt;Yep, does for me too in 2002.&lt;/P&gt;
&lt;P&gt;I see no reason for it, except I thought maybe 256 was an unpassable limit.&amp;nbsp; So I tried it with 255... same error.&amp;nbsp; Even with 100, it errored out.&amp;nbsp; Nice work!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yet, this does work (when localizing variables)...&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(defun c:test (/ test i)
  (setq i -1)
  (repeat 256
    (setq i (1+ i))
    (setq test (append test (list (cons i i))))
  )
  (princ test)
  (princ)
)&lt;/LI-CODE&gt;
&lt;P&gt;I really don't get it.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 23:15:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665402#M71702</guid>
      <dc:creator>john.uhden</dc:creator>
      <dc:date>2020-07-30T23:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665994#M71703</link>
      <description>&lt;P&gt;Indeed it is a very strange limitation ...&lt;/P&gt;&lt;P&gt;To me it seems to be 103, at 104 I have a violation!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;((lambda ( / tmp i)
	(repeat (setq i 103)
		(setq
			i (1- i)
			tmp (cons (cons i i) tmp)
		)
	)
))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 09:24:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665994#M71703</guid>
      <dc:creator>CADaSchtroumpf</dc:creator>
      <dc:date>2020-07-31T09:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9666278#M71704</link>
      <description>&lt;P&gt;Thanks for reporting this bug.&amp;nbsp; I hope the forum manager is passing this information up to the AutoCAD development team as I know they have had recent interest in improving LISP.&lt;/P&gt;
&lt;P&gt;This suggestion for a workaround is essentially the same as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/593837"&gt;@ronjonp&lt;/a&gt;&amp;nbsp; but it seems to work for me.&amp;nbsp; It works faster and the field dialog opens faster and doesn't report any errors.&amp;nbsp; Closing drawings and closing AutoCAD isn't a problem either.&amp;nbsp; (Tested with 2017 on Windows 7 with 32GB Ram)&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;(setq _test nil)
(setq i 256)
(repeat 256
  (setq i (1- i))
  (setq _test (cons (cons i (cons i nil)) _test))
) ; repeat&lt;/LI-CODE&gt;
&lt;P&gt;Unfortunately, you would need to use (cadr(assoc key# _test)) to get the value#&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 12:58:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9666278#M71704</guid>
      <dc:creator>dbroad</dc:creator>
      <dc:date>2020-07-31T12:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9666617#M71705</link>
      <description>&lt;P&gt;Apologies for not doing proper testing of this.&lt;/P&gt;&lt;P&gt;My best guess is that I still had a variable set as a dotted pairs when I tested the (list value value) method, hence why I kept getting access violation errors.&lt;/P&gt;&lt;P&gt;So agreed, this is the simplest workaround.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;--J&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 15:55:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9666617#M71705</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-31T15:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667002#M71706</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/488704"&gt;@honkinberry&lt;/a&gt;&amp;nbsp;&lt;STRIKE&gt;What is your application for this list?&lt;/STRIKE&gt; Is it really made up of equal dotted pairs?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I see you answered &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9665078#M402934" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;HERE&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a very strange bug indeed...&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 19:41:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667002#M71706</guid>
      <dc:creator>ronjonp</dc:creator>
      <dc:date>2020-07-31T19:41:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667038#M71707</link>
      <description>It’s a color substitution list.&lt;BR /&gt;There are 255 indexed colors. So this is the control list for converting from our standard to the user’s. The default has all values the same.&lt;BR /&gt;So when creating a layer, it checks this to see what color it should be made to match the user’s preferences.&lt;BR /&gt;&lt;BR /&gt;But again, does that matter?&lt;BR /&gt;If I had a JavaScript array of the letters of the alphabet and it crashed a web browser, would you seriously ask me why I was creating such an array?&lt;BR /&gt;Come on man, this is an egregious and inexcusable bug.&lt;BR /&gt;</description>
      <pubDate>Fri, 31 Jul 2020 20:00:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667038#M71707</guid>
      <dc:creator>honkinberry</dc:creator>
      <dc:date>2020-07-31T20:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Stupid Lisp bug</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667064#M71708</link>
      <description>&lt;P&gt;There is a problem with the output to Textscreen, min. 18 years, i guess 21years or longer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Adesk know about the issue and nothing changed for 2 decades.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Important is that it is just an output problem,&lt;/P&gt;
&lt;P&gt;output to vlide console or to an external file is not a problem.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A simpler sample:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;!'((105 . 1)(106 . 2)) &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;or&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;(setq a '((105 . 1)(106 . 2)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One did a big mistake, perhaps im hurry, but nobody fixed it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Report bugs, post ideas?&lt;/P&gt;
&lt;P&gt;You can read well sounding posts from Adesk workers, but .. if you can not laugh, then cry.&lt;/P&gt;
&lt;P&gt;And we could talk about it hours, weeks and years, Adesk will not fix the problems.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jul 2020 20:24:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/stupid-lisp-bug/m-p/9667064#M71708</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-07-31T20:24:39Z</dc:date>
    </item>
  </channel>
</rss>

