From owner-freebsd-ports@FreeBSD.ORG Tue May 14 17:22:07 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 F13C723F; Tue, 14 May 2013 17:22:07 +0000 (UTC) (envelope-from ml@netfence.it) Received: from smtp.eutelia.it (mp1-smtp-2.eutelia.it [62.94.10.162]) by mx1.freebsd.org (Postfix) with ESMTP id AA49FCC9; Tue, 14 May 2013 17:22:07 +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 1AB5ED1DD8; Tue, 14 May 2013 19:21:59 +0200 (CEST) Received: from soth.ventu (adsl-ull-225-128.41-151.net24.it [151.41.128.225]) (authenticated bits=0) by ns2.biolchim.it (8.14.7/8.14.7) with ESMTP id r4EHLmq6084291 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=FAIL); Tue, 14 May 2013 19:21:55 +0200 (CEST) (envelope-from ml@netfence.it) Received: from alamar.ventu (alamar.ventu [10.1.2.18]) by soth.ventu (8.14.7/8.14.5) with ESMTP id r4EH0AfC035951; Tue, 14 May 2013 19:00:10 +0200 (CEST) (envelope-from ml@netfence.it) Message-ID: <51926D9A.8030002@netfence.it> Date: Tue, 14 May 2013 19:00:10 +0200 From: Andrea Venturoli User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130507 Thunderbird/17.0.5 MIME-Version: 1.0 To: Ashish SHUKLA Subject: [SOLVED] Re: emacs23 not working in terminal References: <51629889.7020301@netfence.it> <86bo9phtii.fsf@chateau.d.if> In-Reply-To: <86bo9phtii.fsf@chateau.d.if> 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]); Tue, 14 May 2013 19:21:56 +0200 (CEST) X-Spam-Score: 5.177 (*****) BAYES_00, RCVD_IN_BRBL_LASTEXT, RCVD_IN_PBL, RCVD_IN_RP_RNBL, RCVD_IN_SORBS_DUL, RDNS_DYNAMIC Cc: freebsd-ports@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: Tue, 14 May 2013 17:22:08 -0000 On 04/08/13 18:33, Ashish SHUKLA wrote: >> Where should I start looking? > > Start with truss(1)-ing the Emacs process. Hello. I trussed emacs... that was easy... Much harder is to extract something useful from the 1.1MB output: I give up on this, it's too hard without a pointer. If anyone is interested, I can upload the file somewhere. Anyway, I fixed this by choosing XAW over GTK in the port configuration. bye & Thanks av.