From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Andrea Vettorello" Newsgroups: gmane.emacs.help Subject: Re: problem when using emacs within terminal Date: Mon, 3 Sep 2007 11:27:28 +0200 Message-ID: <7d5440240709030227p6cd6a7a6q9a0f98489700538f@mail.gmail.com> References: <1188762779.862094.160470@19g2000hsx.googlegroups.com> <17C0FB44-D74A-4320-AD21-00CCF79E0B87@Web.DE> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1188811680 17177 80.91.229.12 (3 Sep 2007 09:28:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 3 Sep 2007 09:28:00 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Sep 03 11:27:59 2007 Return-path: Envelope-to: geh-help-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 1IS8Dn-0006fA-AC for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Sep 2007 11:27:51 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IS8Dl-0004H9-JQ for geh-help-gnu-emacs@m.gmane.org; Mon, 03 Sep 2007 05:27:49 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IS8DU-0004G2-V2 for help-gnu-emacs@gnu.org; Mon, 03 Sep 2007 05:27:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IS8DU-0004Fq-5Q for help-gnu-emacs@gnu.org; Mon, 03 Sep 2007 05:27:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IS8DT-0004Fn-W9 for help-gnu-emacs@gnu.org; Mon, 03 Sep 2007 05:27:32 -0400 Original-Received: from rv-out-0910.google.com ([209.85.198.188]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IS8DT-000195-JY for help-gnu-emacs@gnu.org; Mon, 03 Sep 2007 05:27:31 -0400 Original-Received: by rv-out-0910.google.com with SMTP id c27so857592rvf for ; Mon, 03 Sep 2007 02:27:28 -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:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=IlgPIxmWOJYEhjmuPnAaX+DRviZySkg5sAEMl44FW6tkqwyB0F/2Ny3/lgtD/+c6OiTq5eyiRpiQBmqrUCR0QL9g2QniZJAIPHNXMg0OrwkjSbHL9V64yoFSmwMOBs8zy+afbmMYrOCTyIBtUDUXigx/3kzu8IFu3xzCBoXBDkg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uoGEXK7ZKfdIYBOgz7ckTTzI2LDCrAMjdFCqnpDKTmqLJIZfdvhjMLY73qwmL5y3mjwAo0r+9N+2bGkL6k2XfB7nyhgLiTYWigLsIAyoDkhJ3VfdU+bjGx5CVpv11qlGsWFbkVRpN7nMcpyG4HTntcJvZgoOf20J8TNM7qUHLmM= Original-Received: by 10.140.148.3 with SMTP id v3mr1874185rvd.1188811648582; Mon, 03 Sep 2007 02:27:28 -0700 (PDT) Original-Received: by 10.141.66.10 with HTTP; Mon, 3 Sep 2007 02:27:28 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-Detected-Kernel: Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:47145 Archived-At: On 9/2/07, Zhiliang Ma wrote: > Thanks for the reply. But I do need "emacs -nw" sometimes. In fact, I found > there is a solution as mentioned in the following page. Unfortunately, it is > too old and the link of the solution is bad. > http://groups.google.com/group/gnu.emacs.help/browse_thread/thread/52a4f2a4090f84c4/6e23db9b52496e66?lnk=gst&q=terminal%2Bcontrol+key&rnum=6#6e23db9b52496e66 > Technically speaking, the solution proposed at the end of the thread is for the tty consoles, not for terminal emulators. (= You can file a bug on gnome-terminal (maybe better on libvte) or you can try with a bare xterm in combination with xterm-extras.el. Look in the file comment on what to add to your ~/.Xdefaults (or ~/.Xresources)... -- Andrea