From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: How to know if a key is pressed without getting it? Date: Mon, 27 Sep 2010 00:15:43 +0200 Message-ID: References: <4C9F609A.8010303@ig.com.br> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1285539353 11457 80.91.229.12 (26 Sep 2010 22:15:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 26 Sep 2010 22:15:53 +0000 (UTC) Cc: "GNU Emacs \(devel\)" To: Vinicius Jose Latorre Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Sep 27 00:15:52 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OzzVe-0001RZ-BS for ged-emacs-devel@m.gmane.org; Mon, 27 Sep 2010 00:15:50 +0200 Original-Received: from localhost ([127.0.0.1]:56946 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzzVd-0004Kx-S7 for ged-emacs-devel@m.gmane.org; Sun, 26 Sep 2010 18:15:49 -0400 Original-Received: from [140.186.70.92] (port=48867 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OzzVY-0004K4-08 for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:15:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OzzVW-0006vc-8k for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:15:43 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:57787) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OzzVW-0006vY-6O for emacs-devel@gnu.org; Sun, 26 Sep 2010 18:15:42 -0400 Original-Received: from dyn.144-85-185-002.dsl.vtx.ch ([144.85.185.2]:23150 helo=fmsmemgm.homelinux.net) by fencepost.gnu.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OzzVV-0007FI-7a; Sun, 26 Sep 2010 18:15:41 -0400 Original-Received: by fmsmemgm.homelinux.net (Postfix, from userid 20848) id 679EB6611D; Mon, 27 Sep 2010 00:15:43 +0200 (CEST) In-Reply-To: <4C9F609A.8010303@ig.com.br> (Vinicius Jose Latorre's message of "Sun, 26 Sep 2010 12:02:50 -0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130954 Archived-At: > Does anyone know how to know if a key is pressed without getting it in Emacs > (like kbhit like function)? I don't know kbhit, so I'm not sure what you're asking. But it sounds like something that can't be done right, so if you give us a more general description of the problem at hand, we may be able to suggest a different solution. Stefan