liutanyu / mcl

Automatically exported from code.google.com/p/mcl
Other
0 stars 0 forks source link

Cursor text navigation #31

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When moving the cursor in text (Fred  or Listener), it used to be that c-F
and c-B moved one character. m-F and m-B moved one part word, c-m-F did the
whole word or form.

Now m-F moves the whole word. Ie. it used to stop at #\- chars.

COMMON-LISP-USER::MOST-POSITIVE-FIXNUM
      ^    ^    ^     ^        ^      ^     old m-F
                ^                     ^     new m-F

(possible cause: Unicode side effect?)

Original issue reported on code.google.com by p2.edoc@gmail.com on 24 Feb 2010 at 8:38