From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: kbd vs read-key-sequence Date: Sun, 1 Apr 2007 00:06:57 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1175378831 12685 80.91.229.12 (31 Mar 2007 22:07:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 31 Mar 2007 22:07:11 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Apr 01 00:07:05 2007 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.50) id 1HXliy-0000vO-Pn for ged-emacs-devel@m.gmane.org; Sun, 01 Apr 2007 00:07:05 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXllp-0008RS-4R for ged-emacs-devel@m.gmane.org; Sat, 31 Mar 2007 17:10:01 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HXlll-0008Qz-VR for emacs-devel@gnu.org; Sat, 31 Mar 2007 18:09:58 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HXllk-0008QS-A4 for emacs-devel@gnu.org; Sat, 31 Mar 2007 18:09:57 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HXllk-0008QP-5C for emacs-devel@gnu.org; Sat, 31 Mar 2007 17:09:56 -0500 Original-Received: from nz-out-0506.google.com ([64.233.162.227]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HXlis-0007XZ-FI for emacs-devel@gnu.org; Sat, 31 Mar 2007 18:06:58 -0400 Original-Received: by nz-out-0506.google.com with SMTP id s1so682177nze for ; Sat, 31 Mar 2007 15:06:57 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=NRf8avP8WvDuJMa9tR+T9Irh0iV4aQSLVAfLOBFwBPuhEw2gq30Ww0qCga2DNARLNhlAPGPn2V7AUU+3RXhHhTbdTFGqlcV7XzzXovLZTB6WIXg/h5LTCiTAVJNPKM0ImMmdiT0gjakmgoR3f7lA7Flkl8nafjx17MQIDIKs+cw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Aix2Nr4LZlMEe0jKhQXJXIrJJnFrJCF6Y58Se0svy6s5O3YEpLoxfDH3E27YpboPpMbSuBi6IvlCoGacrZPA5W7UdxGqspa9ml86bCy4B8s4En7rao7KZGDx3Lp9hh+Eu6MTB94J4ozsE0YLSj0Y5dZ1f7bKzEr0QbXo+NuRfE4= Original-Received: by 10.65.251.17 with SMTP id d17mr6801622qbs.1175378817749; Sat, 31 Mar 2007 15:06:57 -0700 (PDT) Original-Received: by 10.114.234.16 with HTTP; Sat, 31 Mar 2007 15:06:57 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:68863 Archived-At: On 3/31/07, Eli Zaretskii wrote: > and that the problem which sparked this thread is a > marginal one which users are unlikely to bump into. I think that anyone who encounters the problem can likely find the workaround... > IOW, it should not hold the release. Agreed. Also, since when a bug in the Windows port is allowed to delay a release? :) Juanma