Re: Editing word movement has become sexp movement

peter <p2.edoc-gM/[email protected]> Thu, 29 Oct 2009 12:14:35 +0000
Newsgroups gmane.lisp.mcl.general
Message-ID <p06240806c70f35feda0c@[192.168.1.44]>
At 6:55 AM -0400 09/10/29, Gorbag wrote:
>Just to clarify, if you have the form
>
>(word1 word2 word3) with the cursor after 2, what does alt-rubout do?
>
>word1-word2 is a single atom - I always thought that should be treated
>like a word in MCL (or any other lisp editor).

To my understanding, a word was delineated by whitespace or such as - 
characters. Hence navigation on earlier versions of MCL was

one-word-at-a-time
    ^    ^  ^ ^    ^	using meta-F (alt-F)

Now that - is not seen as a word delineator meta-F will leap to the end.

Perhaps the convention changed somewhere along the way.
My fingers are used to:
c-F = forward one character
m-F =         one word
c-m-F =       one sexp
equivalent for backwards etc.

As no one else has commented, it's probably my brain reverting to 
some earlier incarnation.
I'll have a dig in the sources ...
(just having access to the sources is such a joy and reassurance)

_______________________________________________
info-mcl mailing list
[email protected]
http://clozure.com/mailman/listinfo/info-mcl