<?xml version="1.0" encoding="windows-1250" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>CAD F&#243;rum : přerušení lispu</title>
  <link>https://www.cadforum.cz/forum/</link>
  <description><![CDATA[Toto je XML obsahový kanál serveru; CAD F&#243;rum : CAD programov&#225;n&#237; : přerušení lispu]]></description>
  <pubDate>Thu, 25 Jun 2026 08:48:52 +0000</pubDate>
  <lastBuildDate>Thu, 18 Oct 2007 17:49:44 +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/RSS_post_feed.asp?TID=5308</WebWizForums:feedURL>
  <image>
   <title><![CDATA[CAD F&#243;rum]]></title>
   <url>https://www.cadforum.cz/forum/forum_images/web_wiz_forums.png</url>
   <link>https://www.cadforum.cz/forum/</link>
  </image>
  <item>
   <title><![CDATA[přerušení lispu : p&#345;&#237;klad  ;zacatek prg (defun...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25574&amp;title=preruseni-lispu#25574</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=21">svarc.vl</a><br /><strong>Předmět:</strong> 5308<br /><strong>Zasláno:</strong> 18.říj.2007 v 17:49<br /><br /><DIV>příklad </DIV><DIV>;zacatek prg</DIV><DIV>(defun *error* (msg)<BR>(if (/= uchst nill)(progn</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (setvar "osmode" uchst)</DIV><DIV>&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;(setvar "clayer" hl)</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; );konec progn</DIV><DIV>);konec if<BR>(princ "error: ")</DIV><DIV>&nbsp;(princ msg)<BR>&nbsp; (princ)</DIV><P>);konec defun</P><DIV>;zacatek prg<BR>;uchovani uchopu<BR>(setq uchst (getvar "osmode"))</DIV><DIV>(setq hl (GETVAR "CLAYER"))<BR>(setvar "cmdecho" 0)</DIV><DIV><BR>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>;nastaveni uchopu na konci prg<BR>(setvar "osmode" uchst)<BR>(setvar "clayer" hl)</DIV><DIV>&nbsp;</DIV><DIV>doufan ze tam nejsou chyby, dopisoval jsem to bez cadu</DIV>]]>
   </description>
   <pubDate>Thu, 18 Oct 2007 17:49:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25574&amp;title=preruseni-lispu#25574</guid>
  </item> 
  <item>
   <title><![CDATA[přerušení lispu : V&#283;t&#353;ina &#345;&#237;zen&#253;ch p&#345;eru&#353;en&#237; se...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25573&amp;title=preruseni-lispu#25573</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=9">Vladimír Michl</a><br /><strong>Předmět:</strong> 5308<br /><strong>Zasláno:</strong> 18.říj.2007 v 16:41<br /><br />Většina řízených přerušení se dá odchytit přes errorhandler - viz funkce <strong>*error*</strong>.]]>
   </description>
   <pubDate>Thu, 18 Oct 2007 16:41:56 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25573&amp;title=preruseni-lispu#25573</guid>
  </item> 
  <item>
   <title><![CDATA[přerušení lispu : D&#225; se n&#283;jak zakomponovat do lispu,...]]></title>
   <link>https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25571&amp;title=preruseni-lispu#25571</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://www.cadforum.cz/forum/member_profile.asp?PF=46">Ferdinand</a><br /><strong>Předmět:</strong> 5308<br /><strong>Zasláno:</strong> 18.říj.2007 v 16:30<br /><br /><FONT color=#000000>Dá se nějak zakomponovat do lispu, aby v případě přerušení běhu programu se přenastavené sys. prom. vrátily na původní hodnoty? Mám na mysli např. takový případ:</FONT> <DIV><FONT color=#0000ff>(defun FUNKCE (/&nbsp;1VY CLA&nbsp;OSM CDE ORM VWC </FONT><FONT color=#000000>... </FONT><FONT color=#0000ff>)</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;1VY (getvar "sdi"))</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;CLA (getvar "clayer"))</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;OSM (getvar "osmode"))</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;CDE (getvar "cmdecho"))</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;ORM (getvar "orthomode"))</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setq&nbsp;VWC (getvar "viewctr"))</FONT></DIV><DIV><FONT color=#000000>...atd</FONT></DIV><DIV><FONT color=#000000>začátek procedur...</FONT></DIV><DIV><FONT color=#000000>...</FONT></DIV><DIV><FONT color=#000000>...zde se to zasekne a odporoučí se...</FONT></DIV><DIV><FONT color=#000000></FONT>&nbsp;</DIV><DIV><FONT color=#000000>Tj. chtěl bych, aby <strong>1VY CLA&nbsp;OSM CDE OSM VWC</strong> ... se než CAD spadne, nastavily na</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setvar "sdi" 1VY)</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setvar "clayer" CLA)</FONT></DIV><DIV><FONT color=#0000ff>&nbsp; (setvar "osmode" OSM)</FONT></DIV><DIV><FONT color=#000000>...atd</FONT></DIV><span style="font-size:10px"><br /><br />Upravil Ferdinand - 18.říj.2007 v 16:34</span>]]>
   </description>
   <pubDate>Thu, 18 Oct 2007 16:30:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.cadforum.cz/forum/forum_posts.asp?TID=5308&amp;PID=25571&amp;title=preruseni-lispu#25571</guid>
  </item> 
 </channel>
</rss>