[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: About `lookup-key'
From: |
Michael Heerdegen |
Subject: |
Re: About `lookup-key' |
Date: |
Sat, 09 Feb 2013 16:51:59 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.2.93 (gnu/linux) |
Xue Fuqiao <xfq.free@gmail.com> writes:
> Thanks for your explanation, but I still don't understand. What's the
> difference of "not a valid key sequence" in `key-lookup' and KEYMAP?
Valid is probably no good wording here.
I meant, if you pass an argument to `key-lookup' that is not defined
through KEYMAP, there is a well defined return value: nil, or the
default binding respectively.
A key sequence that is "too long" is not valid as an argument in the
sense that neither nil nor a binding would not be a suitable return
value.
I think there is nothing said in this paragraph that you didn't
understand. But I agree in that the explanation could be improved.
Regards,
Michael.