[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: CLIP and OOM and Winword



Reply to note from Si Wright  Mon, 16 Jan 2006
13:14:59 -0800 (PST)

Jon:

I'll leave your questions re Postghost, CLIP, REGCFG, etc. to
Robert. Re MOVE2U2.PM:

> Anyway, I then commented out my little macros in Startup.int
> and found they continued to work on reloading. Lovely. Then I
> tried eliminating the commented-out lines in Startup.int. No
> more macros!

That's because the "commented-out" lines in STARTUP.INT weren't
actually commented out. The comment symbol for XPL programs is ;*;
(semi-star-semi), as opposed to PRiNter and KeyBoarD files, where it
is simply a semi-colon. So, in your STARTUP.INT, the LDPM commands
were continuing to execute (after a semi-colon was harmlessly
deposited on the CMline), until you actually deleted them from
STARTUP.INT.

> Do I need to redo the KBD file as well?

Absolutely. Having moved the programs to U2, you now need to remap
your Alt keys to call them from U2. There are instructions in
MOVE2U2.PM. As an example, your Alt-E key would be changed as
follows:

;18=@E
18=NOJM(,2,.,@,E,)

Follow this pattern for all of the alphanumeric keys (A-Z, 0-9) in
TABLE=ALT. STore and reLOAD the KBD file. Then you'll be in
business.

--
Carl Distefano
cld@xxxxxxxx