<?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) : lisps in german/oth&amp;#8203;er language</title>
  <link>https://www.cadforum.cz/forum_en/</link>
  <description><![CDATA[This is an XML content feed of; CAD Forum discussion (EN) : AutoCAD : lisps in german/oth&amp;#8203;er language]]></description>
  <pubDate>Thu, 16 Jul 2026 20:07:49 +0000</pubDate>
  <lastBuildDate>Mon, 27 Jun 2011 13:29:31 +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=6150</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[lisps in german/oth&amp;#8203;er language : aaaarrgh! sorry for wasting your...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15958&amp;title=lisps-in-german-oth8203er-language#15958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=183771">germanbarry</a><br /><strong>Subject:</strong> 6150<br /><strong>Posted:</strong> 27.Jun.2011 at 13:29<br /><br />aaaarrgh!<DIV>sorry for wasting your time, but i just realised that the TLEN lisp was the only one which worked because it was the only one i dragged into my CAD window! my fecking brain must have assumed i dragged all of them in and was confused as to why the rest weren't working...</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>thanks for the support either way!</DIV>]]>
   </description>
   <pubDate>Mon, 27 Jun 2011 13:29:31 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15958&amp;title=lisps-in-german-oth8203er-language#15958</guid>
  </item> 
  <item>
   <title><![CDATA[lisps in german/oth&amp;#8203;er language : I didn&amp;#039;t notice first that...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15957&amp;title=lisps-in-german-oth8203er-language#15957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 6150<br /><strong>Posted:</strong> 27.Jun.2011 at 13:00<br /><br />I didn't notice first that you were talking about our LISP utilities. All of our tools should work fine in any language version of AutoCAD.<DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>There may be localization/globalization bugs in specific AutoCAD versions - this may cause that some tools fail. In this case I would suspect the "_I" and "_X" options. Try to use plain "I" and "X" instead (we have not specifically tested German AutoCAD).</DIV>]]>
   </description>
   <pubDate>Mon, 27 Jun 2011 13:00:14 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15957&amp;title=lisps-in-german-oth8203er-language#15957</guid>
  </item> 
  <item>
   <title><![CDATA[lisps in german/oth&amp;#8203;er language : what i don&amp;#039;t understand is...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15955&amp;title=lisps-in-german-oth8203er-language#15955</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=183771">germanbarry</a><br /><strong>Subject:</strong> 6150<br /><strong>Posted:</strong> 27.Jun.2011 at 12:48<br /><br /><strong>what i don't understand is why the TLEN works in both languages but the others don't - the TLEN has english-only code:</strong><DIV><FONT size=1 face="Courier New, Courier, mono"></FONT>&nbsp;</DIV><DIV><FONT size=1 face="Courier New, Courier, mono">(defun C:TLEN (/ ss tl n ent itm obj l)<BR>&nbsp; (setq ss (ssget)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tl 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n (1- (sslength ss)))<BR>&nbsp; (while (&gt;= n 0)<BR>&nbsp;&nbsp;&nbsp; (setq ent (entget (setq itm (ssname ss n)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; obj (cdr (assoc 0 ent))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; l (cond<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((= obj "LINE")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (distance (cdr (assoc 10 ent))(cdr (assoc 11 ent))))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((= obj "ARC")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (* (cdr (assoc 40 ent))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (if (minusp (setq l (- (cdr (assoc 51 ent))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (cdr (assoc 50 ent)))))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (+ pi pi l) l)))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ((or (= obj "CIRCLE")(= obj "SPLINE")(= obj "POLYLINE")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (= obj "LWPOLYLINE")(= obj "ELLIPSE"))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (command "_.area" "_o" itm)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (getvar "perimeter"))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (T 0))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; tl (+ tl l)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; n (1- n)))<BR>&nbsp; (alert (strcat "Total length of selected objects is " (rtos tl)))<BR>&nbsp; (princ)<BR>)<BR></FONT></DIV><DIV><FONT size=1 face="Courier New, Courier, mono"></FONT>&nbsp;</DIV><DIV><FONT size=2 face="Arial, Helvetica, sans-serif"><strong>compared to the SELLAY lisp (below), I can't seem to find many commands that need the understrike beforehand... these two examples are the copy/paste text from the (english) functioning lisps. The SELLAY one below looks rather simple/small, so if anyone knows where to make the edits, please do so and highlight somehow so i can see what to look for. The lisp for pljoin is huge though, so i dunno how I'd go when locating all of those amendments, esp since you don't know where the lsp falls down when it does.</strong></FONT></DIV><DIV><FONT size=1 face="Courier New, Courier, mono"></FONT>&nbsp;</DIV><DIV><FONT size=1 face="Courier New, Courier, mono">(defun C:SELLAY ( / e ss i)<BR>&nbsp;(setq i (ssget "_I"))<BR>&nbsp;(setq e (nentsel "Select entity on a layer: "))<BR>&nbsp;(if e (setq ss (ssget (if i "_I" "_X") (list(cons 8 (cdr (assoc 8 (entget (car e)))))))))<BR>&nbsp;(if (zerop (getvar "CMDACTIVE"))<BR>&nbsp; (progn (sssetfirst ss ss)(princ "Use 'P' for this selection set: ")(princ))<BR>&nbsp;&nbsp; ss<BR>&nbsp;)<BR>)</FONT></DIV><DIV><FONT size=1 face="Courier New, Courier, mono">(defun C:SELLAYS ( / e lay ss layl i)<BR>&nbsp;(setq i (ssget "_I"))<BR>&nbsp;(setq layl ""&nbsp; ss (ssadd))<BR>&nbsp;(while (setq e (nentsel "\nSelect entity on a layer &lt;exit&gt;: "))<BR>&nbsp; (setq layl (strcat layl "," (cdr (assoc 8 (entget (car e))))))<BR>&nbsp; (princ (substr layl 2))<BR>&nbsp;);while<BR>&nbsp;(setq layl (substr layl 2))<BR>&nbsp;(if (&gt; layl "") (setq ss (ssget (if i "_I" "_X") (list (cons 8 layl)))))<BR>&nbsp;(if (zerop (getvar "CMDACTIVE"))<BR>&nbsp; (progn (sssetfirst ss ss)(princ "Use 'P' for this selection set: ")(princ))<BR>&nbsp;&nbsp; ss<BR>&nbsp;)<BR>)</FONT></DIV><DIV><FONT size=1 face="Courier New, Courier, mono">(princ "\nXanadu SELLAY + SELLAYS commands loaded.")(princ)<BR></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 27 Jun 2011 12:48:41 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15955&amp;title=lisps-in-german-oth8203er-language#15955</guid>
  </item> 
  <item>
   <title><![CDATA[lisps in german/oth&amp;#8203;er language : You can upload files using the...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15953&amp;title=lisps-in-german-oth8203er-language#15953</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=3">Vladimir Michl</a><br /><strong>Subject:</strong> 6150<br /><strong>Posted:</strong> 27.Jun.2011 at 11:45<br /><br />You can upload files using the Reply button (full, not the Quick reply).<DIV>&nbsp;</DIV><DIV>As for the language - make sure your LISP code call the globalized command names (and options) - e.g. "_CIRCLE", not "CIRCLE"; "_Cen", not "Cen".</DIV>]]>
   </description>
   <pubDate>Mon, 27 Jun 2011 11:45:28 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15953&amp;title=lisps-in-german-oth8203er-language#15953</guid>
  </item> 
  <item>
   <title><![CDATA[lisps in german/oth&amp;#8203;er language : I recently started working in...]]></title>
   <link>https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15952&amp;title=lisps-in-german-oth8203er-language#15952</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://www.cadforum.cz/forum_en/member_profile.asp?PF=183771">germanbarry</a><br /><strong>Subject:</strong> 6150<br /><strong>Posted:</strong> 27.Jun.2011 at 11:31<br /><br /><DIV>I recently started working in germany and have my CAD installed in english, so all the lisps I used in Australia work fine. I wanted to share some lisps I use with some colleagues, but of course they don't work due to the language barrier as their CAD/machines are in german, mine in english.</DIV><DIV>attached are the few that i use.</DIV><DIV>&nbsp;</DIV><DIV>I've only ever downloaded and used lisps, so don't know exactly how the script is written and/or exactly what needs to be edited to get it to work in BOTH languages (or to change the lisp to just work in german if both languages can't work from the one script), but if you know what needs changing from any of these scripts it'd be much appreciated!</DIV><DIV>&nbsp;</DIV><DIV>primarily the <strong>PLJOIN</strong> lisp - they are licking their lips here at that command!</DIV><DIV>Note: The TLEN lisp attached seems to work on german machines... no idea why, but thought it might be important to share.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>***edit***</DIV><DIV><U>From help: </U><EM>"Images can be added to your posts, if the forum administrators have allowed uploading..."</EM></DIV><DIV>guess I'll have to wait to upload the lisps. if you can help either way, let me know!!</DIV><span style="font-size:10px"><br /><br />Edited by germanbarry - 27.Jun.2011 at 11:35</span>]]>
   </description>
   <pubDate>Mon, 27 Jun 2011 11:31:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum_en/forum_posts.asp?TID=6150&amp;PID=15952&amp;title=lisps-in-german-oth8203er-language#15952</guid>
  </item> 
 </channel>
</rss>