[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: A funny Teco/EMACS problem



I think the problem must be because ^R Exit to EXEC is in a library
loaded more recently than ^R Exit.

In the long run, the fix is to change the name ^R Exit so that
it no longer matches an initial segment of any other command name.
Perhaps it should be ^R Exit EMACS.

In the short run, EMACS can be patched by getting the value of
^R Exit out of some character which it lives in (such as Control-Meta-Z)
and storing it into a variable with M.VMM ^R Exit$.
Then M.M^R Exit$ will work properly.

In the mean time, you can win by getting the value out of C-M-Z
wuth Q...^RZ.
-------