<?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: Lisp Routine for loading Custom dictionary each open drawing. in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063651#M120507</link>
    <description>Do I include the spaces as typed here:&lt;BR /&gt;&lt;BR /&gt;(Setvar "DCTCUST" "S: \\ CAD \\ SUPPORT \\ DICTIONARY \\ Mikes Dict.cus")&lt;BR /&gt;&lt;BR /&gt;MIKE SHICK</description>
    <pubDate>Fri, 05 May 2017 08:23:31 GMT</pubDate>
    <dc:creator>mikeshick</dc:creator>
    <dc:date>2017-05-05T08:23:31Z</dc:date>
    <item>
      <title>Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7060004#M120490</link>
      <description>&lt;P&gt;Anyone know lisp for loading custom dictionary into acadYEARdoc.lsp. &amp;nbsp;My custom dictionary does not load for many years on several computers for several versions, which affects my spell check. &amp;nbsp;Once I open the spell check, and manually select the dictionary, it stays active for the open session...but reverts back to not seeing it. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 03 May 2017 23:25:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7060004#M120490</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-03T23:25:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7060625#M120491</link>
      <description>&lt;P&gt;&lt;A href="http://help.autodesk.com/view/ACD/2018/DEU/?guid=GUID-68D78C7A-4C80-4932-A014-B1D6A4FB4FF6" target="_self"&gt;sysvar &lt;STRONG&gt;dctcust&lt;/STRONG&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 07:59:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7060625#M120491</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-05-04T07:59:41Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061171#M120492</link>
      <description>&lt;P&gt;You should probably stick to just the ACADDOC.LSP instead of the ACADDOC&lt;EM&gt;YYYY&lt;/EM&gt;.doc file. From what I understand that file is specifically meant for AutoCAD's use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Clint&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:11:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061171#M120492</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2017-05-04T12:11:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061234#M120493</link>
      <description>&lt;P&gt;Forgive me. &amp;nbsp;Could you elaborate. &amp;nbsp;I don't know lisp at all, except modify other routines to put my own variables for running them, or switching their variable references.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:32:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061234#M120493</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T12:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061242#M120494</link>
      <description>&lt;P&gt;I could be wrong, but I don't think acaddoc.lsp exists any more. I've only used AcadYYYYdoc.lsp for years without problem.&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:33:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061242#M120494</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T12:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061263#M120495</link>
      <description>&lt;P&gt;ACADDOC is loaded into every Dwg file at load. the ACADDOCyyyy.lsp file is for Autodesk's use of making any updates or compensation for specific versions of AutoCAD. It also means that when you update you don't have to update another file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Take a look here. This is a bit dated, but the concepts the same.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Comparing-the-acad-lsp-files.html" target="_self"&gt;https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/Comparing-the-acad-lsp-files.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:38:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061263#M120495</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2017-05-04T12:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061283#M120496</link>
      <description>Can I store the acaddoc.lsp file anywhere as long as I add the support path?</description>
      <pubDate>Thu, 04 May 2017 12:42:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061283#M120496</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061300#M120497</link>
      <description>&lt;P&gt;Yes you can. It is important to make sure it is high enough up so that it finds the one you want.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Find where it currently is if it exists. You can use the following at the AutoCAD Command prompt&lt;/P&gt;
&lt;P&gt;(findfile "ACADDOC.LSP")&lt;/P&gt;
&lt;P&gt;It will return the full path of the file it finds. It will search the paths listed in the ACAD path variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it does not exist it will return nil. That means create one&amp;nbsp;in whichever path you feel works best.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:48:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061300#M120497</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2017-05-04T12:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061326#M120498</link>
      <description>Thanks.  Now, any more help on the rest of the lsp code for loading that dictionary file?  When I open the spell checker, my dictionary shows up, but it's never selected, even though I specify it as default.  Thus, every time I spell words not in the AutoCAD dictionary, they show misspelled until I manually load my custom dictionary.</description>
      <pubDate>Thu, 04 May 2017 12:53:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061326#M120498</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T12:53:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061348#M120499</link>
      <description>&lt;P&gt;As &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/71745"&gt;@cadffm&lt;/a&gt;&amp;nbsp;suggested set the dctcust variable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(setvar "dctcust" "&lt;STRONG&gt;&lt;EM&gt;yourdictionaryhere&lt;/EM&gt;&lt;/STRONG&gt;")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm assuming your dictionary is on the acad path and all you need to provide is the file name.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good luck,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 12:57:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061348#M120499</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2017-05-04T12:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061360#M120500</link>
      <description>Thank you.  Just wasn't sure what to do with the rest of it.  Got it from here, I suppose.&lt;BR /&gt;&lt;BR /&gt;Thanks,</description>
      <pubDate>Thu, 04 May 2017 13:01:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7061360#M120500</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T13:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062557#M120501</link>
      <description>&lt;P&gt;So, I set my custom dictionary, but I my custom dictionary still requires manual selection to work. Any other ideas?&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 19:38:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062557#M120501</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-04T19:38:48Z</dc:date>
    </item>
    <item>
      <title>Betreff: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062817#M120502</link>
      <description>This dialog is only important for us if you show us your exact (setvar ".....) statement and the image of the entries in the options / files / Texteditor ... / Custom..Dictionary&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Or the Value of DCTCUST (getvar "DCTCUST").&lt;BR /&gt;We can not see your input and not all Acad Current Values.&lt;BR /&gt;&lt;BR /&gt;We can only say: If you do it right, then it works.&lt;BR /&gt;We can not see a mistake if you do not show what you're doing.&lt;BR /&gt;&lt;BR /&gt;Without Lisp, you attached The File to the Options/Files/.. See above&lt;BR /&gt;Then select and set active[Button on the right side]&lt;BR /&gt;&lt;BR /&gt;Now, there is a arrow left from the path, not a point.&lt;BR /&gt;(if you using DCTCUST, perhaps  no Arrow appear, but it still works too)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 04 May 2017 21:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062817#M120502</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-05-04T21:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062830#M120503</link>
      <description>&lt;P&gt;The default values are stored in registry&lt;/P&gt;
&lt;P&gt;[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACAD-E000:409\Profiles\xxxxxx\Editor Configuration\MainDictionary]&lt;/P&gt;
&lt;P&gt;[HKEY_CURRENT_USER\Software\Autodesk\AutoCAD\R20.0\ACAD-E000:409\Profiles\xxxxxx\Editor Configuration\CustomDictionary]&lt;/P&gt;
&lt;P&gt;However, you will have to change them outside of AutoCAD (while no AutoCAD session is active) to make the changes programmatically. While inside AutoCAD, only way to change it is through the AutoCAD &lt;EM&gt;Check Speling &lt;/EM&gt;GUI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 21:29:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062830#M120503</guid>
      <dc:creator>Ranjit_Singh</dc:creator>
      <dc:date>2017-05-04T21:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062985#M120504</link>
      <description>&lt;P&gt;&lt;EM&gt;"While inside AutoCAD, only way to change it is through the AutoCAD Check Speling GUI."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;UI works as well, as already described several times&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;BR /&gt;Type it ine the commandline, or&lt;BR /&gt;Script&lt;BR /&gt;command&lt;BR /&gt;commandsend&lt;BR /&gt;shortcut..&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;commaand&lt;BR /&gt;&lt;A href="http://help.autodesk.com/view/ACD/2018/ENU/?guid=GUID-68D78C7A-4C80-4932-A014-B1D6A4FB4FF6" target="_self"&gt;DCTCUST&lt;/A&gt;&lt;BR /&gt;D:\\brandnew.cus&lt;BR /&gt;&lt;BR /&gt;SETENV&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;DCTCUST&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;D:\\brandnew.cus&lt;BR /&gt;&lt;BR /&gt;(setvar "DCTCUST" "D:\\brandnew.cus")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;_vbastmt: Thisdrawing.setvariable "DCTCUST", "D:/&lt;SPAN class=""&gt;brandnew&lt;/SPAN&gt;.CUS"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 May 2017 22:45:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7062985#M120504</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-05-04T22:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063521#M120505</link>
      <description>Sorry, fellows.  I don't completely understand the comments made.&lt;BR /&gt;&lt;BR /&gt;Here is my acaddoc.lsp&lt;BR /&gt;&lt;BR /&gt;(setvar "dctcust" "Mikes Dict")&lt;BR /&gt;&lt;BR /&gt;Command: (GETvar "dctcust")&lt;BR /&gt;"Mikes Dict"&lt;BR /&gt;&lt;BR /&gt;Here are some pictures that show the variable is set, however it still seems as though my custom dictionary is not active, and words that I spell that are in that dictionary still come out incorrect.&lt;BR /&gt;&lt;BR /&gt;Does this clarify the problem?</description>
      <pubDate>Fri, 05 May 2017 07:17:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063521#M120505</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-05T07:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063619#M120506</link>
      <description>&lt;P&gt;If you add a user dictionary via the GUI (Options / Files / Texteditor ...)&lt;BR /&gt;Then you see that AutoCAD saves the PATH + file name + extension.&lt;BR /&gt;&lt;BR /&gt;DCTCUST or (getvar "DCTCUST") then provides the corresponding path along with the complete path.&lt;BR /&gt;&lt;BR /&gt;Please enter the full path + filename + file extension.&lt;BR /&gt;&lt;BR /&gt;(Setvar "DCTCUST" "D:\\MiksPath\\Mikes Dict.cus")&lt;BR /&gt;or&lt;BR /&gt;(If (setq MyCUS (findFile "Mikes Dict.cus")) (setvar "DCTCUST" MyCUS) (princ "\nCUS lost in Space"))&lt;BR /&gt;&lt;BR /&gt;I hope it helps.&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 08:14:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063619#M120506</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-05-05T08:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063651#M120507</link>
      <description>Do I include the spaces as typed here:&lt;BR /&gt;&lt;BR /&gt;(Setvar "DCTCUST" "S: \\ CAD \\ SUPPORT \\ DICTIONARY \\ Mikes Dict.cus")&lt;BR /&gt;&lt;BR /&gt;MIKE SHICK</description>
      <pubDate>Fri, 05 May 2017 08:23:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063651#M120507</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-05T08:23:31Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063665#M120508</link>
      <description>&lt;P&gt;I found the problem.&amp;nbsp; Under options, files, dictionary, cutom dictionary, I need to hit the set current button.&amp;nbsp; I have not seen that for many versions!&amp;nbsp; Uh!!!!!&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 08:33:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063665#M120508</guid>
      <dc:creator>mikeshick</dc:creator>
      <dc:date>2017-05-05T08:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Lisp Routine for loading Custom dictionary each open drawing.</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063671#M120509</link>
      <description>&lt;P&gt;&amp;nbsp;05-04-2017 11:22 PM&lt;BR /&gt;"Without Lisp, you attached The File to the Options/Files/.. See above&lt;BR /&gt;Then select &lt;STRONG&gt;and set active[Button on the right side]"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thats the normal way thrue the GUI, yes. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 May 2017 08:36:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/lisp-routine-for-loading-custom-dictionary-each-open-drawing/m-p/7063671#M120509</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2017-05-05T08:36:41Z</dc:date>
    </item>
  </channel>
</rss>

