From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.bugs Subject: Re: bug#1014: 23.0.60; term and epa do not recognize 'Return' key Date: Mon, 22 Sep 2008 08:45:03 -0500 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <86r67ci9b4.fsf@lifelogs.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1222094508 13789 80.91.229.12 (22 Sep 2008 14:41:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 22 Sep 2008 14:41:48 +0000 (UTC) To: bug-gnu-emacs@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Mon Sep 22 16:42:45 2008 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KhmcX-0000fx-Gq for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Sep 2008 16:42:37 +0200 Original-Received: from localhost ([127.0.0.1]:58198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KhmbV-0000lU-E0 for geb-bug-gnu-emacs@m.gmane.org; Mon, 22 Sep 2008 10:41:33 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!xs4all!news2.euro.net!newsfeed.freenet.de!news.albasani.net!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 29 Original-X-Trace: news.albasani.net 7TBKF08MGoE7peflF84BGqtEoPTfvtJe6sMtN7T5ME1Miso3g62luEGk3698gyspvSyYSL+bcCxG+eUldsiI5Nj+7fcebr6e11PiNKSDJUhoRpdHPy9Di6uld3PYwZbL Original-X-Complaints-To: abuse@albasani.net Original-NNTP-Posting-Date: Mon, 22 Sep 2008 13:45:03 +0000 (UTC) X-User-ID: NKeSNbN4p+RAg4VECSMJ3sTsIMOuG3HcYScd+iILMtk= X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" Cancel-Lock: sha1:vvr9xvfRJH0Ikp936h7lovPc61U= sha1:fU2oTUDAi45t0MgmkdqwxhbzxMM= User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux) X-NNTP-Posting-Host: jSzW40iQWGHtSAOuga+opZ9MEtIiH0A1Z9ERs/nP5Dk= Original-Xref: news.stanford.edu gnu.emacs.bug:47949 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:20697 Archived-At: On Sun, 21 Sep 2008 21:34:03 -0600 Chris Patterson wrote: CP> This issue appears in 2 places; term, and epa: CP> Runing m-x term (any available shell produces the same error) CP> pressing the 'Return' key results in the message: CP> Wrong type argument: integerp, return CP> *Messages* buffer displays: term-send-raw: Wrong type argument: CP> integerp, return CP> Using the 'Enter' key works fine. CP> Also, when entering a passphrase for epa the input is not read unleess CP> Enter' CP> is used. The 'Return' key does not give the error message seen in term CP> and CP> nothing is in *Messages* but it seems to be the same problem. CP> In GNU Emacs 23.0.60.1 (powerpc-apple-darwin8.11.0, *Step 9.0) CP> of 2008-08-10 on myPowerbook.local Hi Chris, this should have been fixed (not by me, but I reported it as well and it works with a recent build of Emacs, as of 2008-09-15). Today's MacOS build is broken (I was going to report it but ran out of town over the weekend), but you can check out the 2008-09-15 version of the tree if you need a working build. Ted