Lisp HUG Maillist Archive

wrong character name

What is the right way to specify #\Control-Space with LW7?

I get the wrong character name error.

    Thanks, Joel

Re: wrong character name

To be more precise, how do I create the character formerly known as \#Control-Space with LW7?

The reason I ask is that Ystok Grid uses characters for key bindings and has code like this all over the place:

  (:method ((grid ygrid) (column column) (character (eql #("Control-Space")))
   (complete-cell grid (current-record grid) column))


On Sun, Jun 14, 2015 at 11:13 PM Joel Reymont <joelr1@gmail.com> wrote:
What is the right way to specify #\Control-Space with LW7?

I get the wrong character name error.

    Thanks, Joel

Re: wrong character name

http://thread.gmane.org/gmane.lisp.lispworks.general/13360

On Sun, Jun 14, 2015 at 10:13 PM, Joel Reymont <joelr1@gmail.com> wrote:
> What is the right way to specify #\Control-Space with LW7?
>
> I get the wrong character name error.
>
>     Thanks, Joel
>

_______________________________________________
Lisp Hug - the mailing list for LispWorks users
lisp-hug@lispworks.com
http://www.lispworks.com/support/lisp-hug.html


Updated at: 2020-12-10 08:33 UTC