Hi Jan, I know this is late coming, but I have been having an issue with single line comments in Visual LISP that are put right after a closing bracket. This issue did not come up until the release of 4.6.0, which I am currently using.
(FYI - ";" is the comment character in Visual LISP, and ";|" and "|;" are the in-line comment chars.) Examples: (defun test ()(princ "Hello World")); This DOESN'T work (defun test ()(princ "Hello World")) ; This DOES work Please let me know if this has already been documented and fixed in a build of 4.6.1 - or if there is something else I can do in the settings. This is not a big deal and I can live with it. just wanted to let you know its happening and find out if you have already noted this issue. Thanks! - Phil Kenewell -- <http://forum.pspad.com/read.php?2,67048,67048> PSPad freeware editor http://www.pspad.com
