unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#28871: Emacs 27: Error in (elisp)Key Sequence Input
@ 2017-10-16 23:44 Robert Weiner
  2017-10-16 23:57 ` Noam Postavsky
  0 siblings, 1 reply; 2+ messages in thread
From: Robert Weiner @ 2017-10-16 23:44 UTC (permalink / raw)
  To: 28871

[-- Attachment #1: Type: text/plain, Size: 533 bytes --]

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.

Bob

[-- Attachment #2: Type: text/html, Size: 1943 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#28871: Emacs 27: Error in (elisp)Key Sequence Input
  2017-10-16 23:44 bug#28871: Emacs 27: Error in (elisp)Key Sequence Input Robert Weiner
@ 2017-10-16 23:57 ` Noam Postavsky
  0 siblings, 0 replies; 2+ messages in thread
From: Noam Postavsky @ 2017-10-16 23:57 UTC (permalink / raw)
  To: Robert Weiner; +Cc: rswgnu, 28871

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 ...).






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-10-16 23:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-16 23:44 bug#28871: Emacs 27: Error in (elisp)Key Sequence Input Robert Weiner
2017-10-16 23:57 ` Noam Postavsky

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).