all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Stefan Monnier <monnier@IRO.UMontreal.CA>
To: Eli Zaretskii <eliz@gnu.org>
Cc: emacs-devel@gnu.org
Subject: Re: Input for TTY menus
Date: Thu, 19 Sep 2013 10:33:10 -0400	[thread overview]
Message-ID: <jwv61twyjwu.fsf-monnier+emacs@gnu.org> (raw)
In-Reply-To: <831u4llymo.fsf@gnu.org> (Eli Zaretskii's message of "Thu, 19 Sep 2013 16:38:55 +0300")

> convert them into appropriate movements/selection in the menu.  We
> should support not only the C-f/C-b/C-n/C-p keys, but also the arrow
> keys which typically produce more-or-less arbitrary escape sequences.

> Which of the Emacs input routines should I use to get this to work?
> There's a gazillion of read_SOMETHING functions in keyboard.c.  After
> some reading of the code and the commentary, I decided that read_char
> is the one I need, as it seems to be capable of both reading
> single-character keys and mouse events.  Is there a better function?

read_char won't handle the arrow keys.  To handle the arrow keys you
need to use read_key_sequence (probably after setting up some
overriding-terminal-local-map).

> Anyway, an attempt to use read_char didn't succeed: when that function
> is called after dropping down the first menu, Emacs gets stuck inside
> 'select', which never returns, no matter how many keys I press.
> (Well, it will probably return after 100000 sec., but I didn't wait.)
> IOW, when called in this manner, read_char somehow doesn't sense that
> keyboard input arrived.

That's odd.  But I can't think of any reason why this could
happen, sorry.

> Note that read_char is called recursively here, because x-popup-menu
> is itself called from read_char.  Is it possible that read_char does
> not tolerate recursive calls?

I don't think so: read_char_minibuf_menu_prompt also calls
read_char recursively.

> Just in case it matters, here's the interesting part of the backtrace
> recorded when read_char was called from the menu code (some functions

Looks reasonable, sorry.


        Stefan



  parent reply	other threads:[~2013-09-19 14:33 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-19 13:38 Input for TTY menus Eli Zaretskii
2013-09-19 13:52 ` Masatake YAMATO
2013-09-19 14:33 ` Stefan Monnier [this message]
2013-09-19 15:47   ` Eli Zaretskii
2013-09-19 19:21     ` Stefan Monnier
2013-09-23 13:18       ` Eli Zaretskii
2013-09-23 14:43         ` Stefan Monnier
2013-09-21 14:56   ` Eli Zaretskii
2013-10-17  5:34 ` Darren Hoo
2013-10-17 15:49   ` Eli Zaretskii
2013-10-18  4:55     ` Darren Hoo
2013-10-18  6:49       ` Eli Zaretskii
2013-10-18  7:37         ` Darren Hoo
2013-10-18  9:13           ` Eli Zaretskii
2013-10-18 10:39             ` Darren Hoo
2013-10-18 13:38               ` Eli Zaretskii
2013-10-18 13:40               ` Eli Zaretskii
2013-10-19 18:38                 ` Darren Hoo
2013-10-19 18:58                 ` Darren Hoo
2013-10-19 19:07                   ` Darren Hoo
2013-10-20  9:32                     ` Jan Djärv
2013-10-18 14:11         ` Eli Zaretskii
2013-10-18 15:12           ` Stefan Monnier
2013-10-18 15:28             ` Eli Zaretskii
2013-10-18 18:17               ` Stefan Monnier
2013-10-19  8:40             ` Eli Zaretskii
2013-10-19 13:45               ` Stefan Monnier
2013-10-18 17:41         ` chad
2013-10-18 17:43           ` chad
2013-10-18 18:14           ` Eli Zaretskii
2013-10-18 19:26             ` Jan Djärv
2013-10-18 20:04             ` Stefan Monnier
2013-10-19  7:35               ` Eli Zaretskii
2013-10-19  9:43                 ` Eli Zaretskii
2013-10-19 13:40                   ` Stefan Monnier
2013-10-19 14:45                     ` Eli Zaretskii
2013-10-19 15:25                       ` Stefan Monnier
2013-10-19 16:32                         ` Eli Zaretskii
2013-10-19  8:58             ` Jan Djärv
2013-10-19  9:01               ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=jwv61twyjwu.fsf-monnier+emacs@gnu.org \
    --to=monnier@iro.umontreal.ca \
    --cc=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.