From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Baylis Newsgroups: gmane.emacs.help Subject: Re: emacs 23.1 meta not working in -nw mode Date: Wed, 12 Aug 2009 16:55:42 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1250124044 8577 80.91.229.12 (13 Aug 2009 00:40:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Aug 2009 00:40:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 13 02:40:37 2009 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 1MbOMu-0008WA-MO for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Aug 2009 02:40:37 +0200 Original-Received: from localhost ([127.0.0.1]:42716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MbOMr-0000aI-TR for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Aug 2009 20:40:33 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!26g2000yqk.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 24 Original-NNTP-Posting-Host: 147.145.40.44 Original-X-Trace: posting.google.com 1250121342 5217 127.0.0.1 (12 Aug 2009 23:55:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 12 Aug 2009 23:55:42 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 26g2000yqk.googlegroups.com; posting-host=147.145.40.44; posting-account=dNm1mAoAAADEStfarqbdhwZIMTNBGDT8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.13) Gecko/2009080315 Ubuntu/9.04 (jaunty) Firefox/3.0.13, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:171930 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:67105 Archived-At: On Aug 12, 4:40=A0pm, Neil Baylis wrote: > I'm using emacs 23.1.1 on an Ubuntu system. It works fine using the > GUI. When I run it as emacs -nw, I find the meta key doesn't work > properly. Instead, it self-inserts something. Using ESC still works, > but I would like my meta back. (It worked before I upgraded to 23.1.1. > Prior to that, I had been using Ubuntu emacs snapshot, which was > 23.something). > > This is only on one particular system. I have another similar system, > and on that one, emacs -nw works as expected. > > I'm imagining I've done something to bork up the input on this one, > but not sure how to find out what's wrong. > > Any ideas on how to debug this would be greatly appreciated.. > > Thanks, > > Neil More info: it's specific to xterm. If I run it in the gnome-terminal, it works OK. In both cases, $TERM is set to xterm-color. Neil