Sooshiant Posted September 7, 2019 Posted September 7, 2019 I have a lisp to type Persian in AutoCad 2019, but it has a bug and turn blipmode on every time I run it. I attached it to this post. Can any body help to repair it? Thanks KATEB.LSP Quote
dlanorh Posted September 7, 2019 Posted September 7, 2019 3 hours ago, Sooshiant said: I have a lisp to type Persian in AutoCad 2019, but it has a bug and turn blipmode on every time I run it. I attached it to this post. Can any body help to repair it? Thanks KATEB.LSP 11.04 kB · 4 downloads Attached. KATEB1.LSP 1 Quote
Sooshiant Posted September 8, 2019 Author Posted September 8, 2019 Great Job It has repaired. You're a geneous. How should I thank you? Quote
dlanorh Posted September 8, 2019 Posted September 8, 2019 19 hours ago, Sooshiant said: Great Job It has repaired. You're a geneous. How should I thank you? You need to be aware that the error routine within this lisp will replace autocad error routine for the duration of the drawing session. It should really be inside the (defun c:..) routines where it is reset when the lisp finishes. I didn't want to move this as it would have broken any other routines that relied on it. I did however convert it's command calls to command-s calls as they would trigger spurious "(*pop-error-mode*) underflow" errors. 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.