From owner-freebsd-ports@FreeBSD.ORG Mon Apr 8 10:38:52 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45FE5885; Mon, 8 Apr 2013 10:38:52 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-5.eutelia.it [62.94.10.165]) by mx1.freebsd.org (Postfix) with ESMTP id F20661D5; Mon, 8 Apr 2013 10:38:51 +0000 (UTC) Received: from ns2.biolchim.it (ip-188-188.sn2.eutelia.it [83.211.188.188]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.eutelia.it (Eutelia) with ESMTP id 3939F158B23; Mon, 8 Apr 2013 12:14:46 +0200 (CEST) Received: from soth.ventu (adsl-ull-12-244.41-151.net24.it [151.41.244.12]) (authenticated bits=0) by ns2.biolchim.it (8.14.6/8.14.6) with ESMTP id r38AEf6K058691 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Mon, 8 Apr 2013 12:14:42 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.6/8.14.5) with ESMTP id r38AEXIT097071; Mon, 8 Apr 2013 12:14:33 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <51629889.7020301@netfence.it> Date: Mon, 08 Apr 2013 12:14:33 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130406 Thunderbird/17.0.5 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: emacs23 not working in terminal Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.73 X-Scanned-By: MIMEDefang 2.73 on 10.1.2.13 X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (ns2.biolchim.it [192.168.2.203]); Mon, 08 Apr 2013 12:14:43 +0200 (CEST) Cc: ashish@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 10:38:52 -0000 Hello. I'm a long time user of Emacs and I've got several different installations. Recently some of them started behaving: X11 version works fine, but running with -nw (or no X configured) results in keyboard not working. Pressing any key yields no result and emacs has to be "kill"ed externally. This happens regardless of how the box is accessed (local/ssh, Konsole/putty, etc...) I solved this on most installations with "portupgrade -Rf emacs", but I still have one box where this did not help. Where should I start looking? bye & Thanks av.