AutoCAD Civil 3D
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Re: What do you add to your acaddoc.ls p?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
LisaPohlmeyer wrote:
Since the acaddoc.lsp file gets overwritten if I do a repair/re-install, I put all my settings in a acad.lsp and in the Options set it to load with every drawing. I have my acad.lsp file stored on a network in my user folder, and I have that folder in my support paths.
Lisa, this file never gets altered by repair/reinstall/update (or it shouldn't, mine doesn't). Both acad.lsp and acaddoc.lsp files are for the sole use of end-users. The acad2***.lsp and acaddoc2***.lsp files DO get replaced and are highly recommended to avoid placing any customizations into becuase of that.
I've used the same acaddoc.lsp file for years (adding & removing things along the way) in my AcadLisp folder. This way I just need to add that folder to the support path whenever I get a new version.
Re: What do you add to your acaddoc.ls p?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
LisaPohlmeyer wrote:
Since the acaddoc.lsp file gets overwritten if I do a repair/re-install, I put all my settings in a acad.lsp and in the Options set it to load with every drawing. I have my acad.lsp file stored on a network in my user folder, and I have that folder in my support paths.
That is incorrect.
"acad.lsp" and "acaddoc.lsp" are USER files are will never be overwritten by AutoCAD.
You are thinking of "acad20xx.lsp" and "acad20xxdoc.lsp" - these are PROGRAM files and may be overwritten.
IMO - you should use "Acad.lsp" to load things [per session] and use "acaddoc.lsp" to load things [per drawing].
R.K. McSwain
CADpanacea.com | twitter | Cadalyst Tips
Re: What do you add to your acaddoc.ls p?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
"IMO - you should use "Acad.lsp" to load things [per session] and use "acaddoc.lsp" to load things [per drawing]."
That's how we do it. Although I have seen very little use for us in placing things in acad.lsp. All those things seem to work better for us if we force load them with each new dwg.
C3D 2012, RD 2012
Win 7 64, Core i7,
6 GB RAM, Quadro FX 1700
Re: What do you add to your acaddoc.ls p?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
johnm wrote:
..... I have seen very little use for us in placing things in acad.lsp.
Yes, it's fairly small. Generally, setting global variables that other routines need, setting the support file search path(s), setting registry saved setvars, and loading things that only need to be loaded once per session (mditabs.arx)
R.K. McSwain
CADpanacea.com | twitter | Cadalyst Tips
Re: What do you add to your acaddoc.ls p?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Oh yes Randy there is a real need for that file just not in our small work environment with very few addon apps. I didn't mean to sound like acad.lsp is useless. The keywords were, 'for us'. ![]()
I could probably load pljoin in acad.lsp but it's easier for me to port, update, etc with only one file.
C3D 2012, RD 2012
Win 7 64, Core i7,
6 GB RAM, Quadro FX 1700



