From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Darren Hoo Newsgroups: gmane.emacs.devel Subject: Re: Input for TTY menus Date: Thu, 17 Oct 2013 13:34:52 +0800 Message-ID: References: <831u4llymo.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1381988124 1978 80.91.229.3 (17 Oct 2013 05:35:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Oct 2013 05:35:24 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 17 07:35:28 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VWgF5-0000Ea-SH for ged-emacs-devel@m.gmane.org; Thu, 17 Oct 2013 07:35:27 +0200 Original-Received: from localhost ([::1]:50393 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWgF5-0001ZL-HB for ged-emacs-devel@m.gmane.org; Thu, 17 Oct 2013 01:35:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45577) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWgEx-0001YH-0A for emacs-devel@gnu.org; Thu, 17 Oct 2013 01:35:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VWgEr-00035Y-6P for emacs-devel@gnu.org; Thu, 17 Oct 2013 01:35:18 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:38026) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VWgEq-00035Q-Vo for emacs-devel@gnu.org; Thu, 17 Oct 2013 01:35:13 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VWgEn-00009I-OY for emacs-devel@gnu.org; Thu, 17 Oct 2013 07:35:09 +0200 Original-Received: from li513-148.members.linode.com ([66.175.218.148]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Oct 2013 07:35:09 +0200 Original-Received: from darren.hoo by li513-148.members.linode.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 17 Oct 2013 07:35:09 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: li513-148.members.linode.com User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (darwin) Cancel-Lock: sha1:6ivSYJPnTUIcWcbD3ra5vLsyOQk= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164261 Archived-At: Eli Zaretskii writes: > Is this supposed to work? (I'm developing this on Windows, so what I > see might be some Windows-specific issue; I could continue development > on Unix, if read_char is supposed to work in this situation on Posix > platforms.) > Is your work on Unix finished or still in progress? I've tried latest bzr revno: 114690 and it does not work on these environments that I have used to test: 1. xterm on GNU/Linux, 2. GPM-enabled virtual console on GNU/Linux. 3. iterm2 on OSX while vim works (with :set mouse=a) in all these terminals.