[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Desk scrap lost when using appleScript to switch&paste
- To: comp-lang-lisp-mcl@services.cambridge.apple.com
- Subject: Desk scrap lost when using appleScript to switch&paste
- From: cornell@cs.umass.edu (MATTHEW CORNELL)
- Date: 18 Aug 1994 17:05:28 GMT
- Distribution: world
- Newsgroups: comp.lang.lisp.mcl
- Organization: University of Massachusetts/Amherst
Dear Folks:
I trying to use a word processor to log text and graphics generated by
an MCL program. I'm using Tom Bonura's applescript.lisp to tell the
application to activate and paste. Before running the script I
PUT-SCRAP the data (text for now) so that the right thing will be
pasted. However, what's actually pasted is old data, from when I last
manually switched between programs. What's the deal? I thought I might
need to call externalize-scrap, but that didn't work. Would someone
please tell em what I need to do to get MCL to "really" copy
something? Thanks in advance for any help!
matt