bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#28871: Emacs 27: Error in (elisp)Key Sequence Input


From: Noam Postavsky
Subject: bug#28871: Emacs 27: Error in (elisp)Key Sequence Input
Date: Mon, 16 Oct 2017 19:57:21 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

tags 28871 notabug
close 28871
quit

Robert Weiner <rsw@gnu.org> writes:

> Just in case this hasn't been caught yet:
>
> In "(elisp)Key Sequence Input" near the end of the node is this: 
>
>   For example, if you call ‘read-key-sequence’ and then click the
> mouse
> on the window’s mode line, you get two events, like this:
>                                    ^^^^^^^^^^
>
>      (read-key-sequence "Click on the mode line: ")
>           ⇒ [mode-line
>               (mouse-1
>                (#<window 6 on NEWS> mode-line
>                 (40 . 63) 5959987))]
> ----
>
> But only one event is shown.

The returned vector has 2 elements, so there are two events: the first
one is `mode-line', the second is (mouse-1 ...).






reply via email to

[Prev in Thread] Current Thread [Next in Thread]