From: Andreas Schwab <schwab@linux-m68k.org>
To: Jim Paris <jim@jtan.com>
Cc: 6758@debbugs.gnu.org, Johan@debbugs.gnu.org, ård <bojohan@gnu.org>
Subject: bug#6758: 23.2; xterm.el: please provide an option to not discard input in terminal-init-xterm
Date: Mon, 02 Aug 2010 23:27:45 +0200 [thread overview]
Message-ID: <m2sk2wogby.fsf@igel.home> (raw)
In-Reply-To: <20100802205959.GA1974@psychosis.jim.sh> (Jim Paris's message of "Mon, 2 Aug 2010 16:59:59 -0400")
Jim Paris <jim@jtan.com> writes:
> + ;; The reply should be of the form: \e ] 11 ; rgb: NUMBER1 / NUMBER2 / NUMBER3 \e \\
> + (while (not (equal (setq chr (read-char)) ?\\))
> + (setq str (concat str (string chr))))
At least this loop needs to have a timeout, in case the terminator
character gets lost for whatever reason.
> + ;; The reply should be of the form: \e [ > NUMBER1 ; NUMBER2 ; NUMBER3 c
> + (while (not (equal (setq chr (read-char)) ?c))
> + (setq str (concat str (string chr))))
Likewise. (It isn't all that hard to type ESC [ > by accident).
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
next prev parent reply other threads:[~2010-08-02 21:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-29 20:15 bug#6758: 23.2; xterm.el: please provide an option to not discard input in terminal-init-xterm Jim Paris
2010-08-01 23:03 ` Stefan Monnier
2010-08-02 20:38 ` Johan Bockgård
2010-08-02 20:59 ` Jim Paris
2010-08-02 21:27 ` Andreas Schwab [this message]
2010-08-02 21:36 ` Jim Paris
2010-08-02 22:21 ` Stefan Monnier
2010-08-03 20:14 ` Jim Paris
2010-08-24 0:48 ` Jim Paris
2010-09-11 14:08 ` Stefan Monnier
2010-09-11 14:59 ` Stefan Monnier
2013-03-11 14:12 ` Stefan Monnier
2012-06-17 5:28 ` Chong Yidong
2012-06-19 4:03 ` bug#6758: So what do I need to do to keep emacs from eating my typeahead? Karl O. Pinc
2012-06-19 7:51 ` Glenn Morris
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=m2sk2wogby.fsf@igel.home \
--to=schwab@linux-m68k.org \
--cc=6758@debbugs.gnu.org \
--cc=Johan@debbugs.gnu.org \
--cc=bojohan@gnu.org \
--cc=jim@jtan.com \
/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.