Search found 8 matches
- Sun Sep 21, 2008 4:31 pm
- Forum: newLISP in the real world
- Topic: unexpected setq behavior with contexts ?
- Replies: 2
- Views: 2577
unexpected setq behavior with contexts ?
In the code below, the version with "set" in line 5 produces (Second First) as a list of contexts. This was what I expected. The version with "setq" produced (First First), which was a surprise. Why is this? thanks a lot, dave_f newLISP v.9.9.2 , Mac OS 10.5.5 Intel (context 'CTX) (context 'MAIN) (s...
- Thu Apr 03, 2008 9:00 pm
- Forum: newLISP and the O.S.
- Topic: OS X Leopard Spaces window assignment ?
- Replies: 1
- Views: 3911
OS X Leopard Spaces window assignment ?
OS 10.5.x has a virtual window feature called Spaces. I would like to assign newLISP to a single virtual window that I use for coding, but (as far as I can tell) System Preferences can't add newLISP-GS.app to its list of Spaces-applications. Is there a way to do this? thanks, dave_f system: Intel iM...
- Tue Jan 08, 2008 2:53 am
- Forum: newLISP in the real world
- Topic: can't push into a list in an array ?
- Replies: 6
- Views: 5784
can't push into a list in an array ?
First, I made an array of five empty lists. Then I tried to add an element to one of the lists in the array, using push. It didn't work, and I would like to understand why not. Here's the story: > (set 'A-of-L (array 5 '(()) )) (() () () () ()) > (push 'a (A-of-L 2)) a > A-of-L (() () () () ()) > (A...
- Mon Dec 17, 2007 11:28 pm
- Forum: newLISP in the real world
- Topic: problems Undo-ing find-and-replace
- Replies: 3
- Views: 3388
problems Undo-ing find-and-replace
I noticed that if I use Edit:Find to replace a target string with a substitute string, hitting Edit:Undo deletes the substitute string, but does not restore the original target string. For that, you need to hit Undo a second time. This is only a minor annoyance, but it does seem like one click too m...
- Sun Dec 02, 2007 6:19 pm
- Forum: newLISP in the real world
- Topic: command-N confusion
- Replies: 2
- Views: 2750
command-N confusion
This is not a very big issue, but every Mac- instinct tells me that command-N should bring up a new window in any program. But that's not the case in the newLISP IDE, where command-N is currently assigned to "Clear tab". The cmd-N /new-window expectation seems to be hard-wired into my fingers - I mu...
- Wed Nov 14, 2007 3:41 am
- Forum: newLISP and the O.S.
- Topic: dev release v.9.2.5 install problem on Intel / Tiger ?
- Replies: 10
- Views: 10608
- Tue Nov 13, 2007 4:38 pm
- Forum: newLISP and the O.S.
- Topic: dev release v.9.2.5 install problem on Intel / Tiger ?
- Replies: 10
- Views: 10608
Good news and bad news. Good: after deleting the file in Receipts, I was able to install 9.2.5 Bad: When I start newLISP, I see the dragonfly-on-cough-drop icon forever, or until I click on it, but the editing/REPL window never appears. I tried restarting my machine, but that didn't help. thanks aga...
- Tue Nov 13, 2007 3:07 pm
- Forum: newLISP and the O.S.
- Topic: dev release v.9.2.5 install problem on Intel / Tiger ?
- Replies: 10
- Views: 10608
dev release v.9.2.5 install problem on Intel / Tiger ?
I had a problem installing development release 9.2.5 on my Intel iMac running OS 10.4.10. When running the install package a window popped up with the following message: "You cannot continue. There is nothing to install. " I had no problem installing the ppc version of 9.2.5 on my work machine - a d...