Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Lisp Command List

Anonymous

Lisp Command List

Anonymous
No aplicable

Is there a way to see a list of the lisp routine commands I've loaded? 

 

My issue is that I have loaded a lisp routine (from my job's database) that has the command "RE"

So now when I want to REGEN and type RE, my program launches in to a lisp routine, but I don't know which one. 

When I look at my alias edits, RE is still listed as a shortcut for REGEN.

0 Me gusta
Responder
Soluciones aceptadas (1)
2.259 Vistas
2 Respuestas
Respuestas (2)

cadffm
Consultant
Consultant
Solución aceptada

Hi,

 

if you have access to the source lsp files, take a file explorer a a good texteditor to

search for content of these files. You have to search for "C:RE " or just C:RE

 

Which files are loaded you can see in your APPLOAD dialog

Sebastian

Anonymous
No aplicable

Thank you for the solution! (It didn't work for this particular issue. I ended up just restarting AutoCAD and now it's working fine *eye roll*) It will be useful for any future issues I may run into. 

0 Me gusta