From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Ubuntu 10.0: TERM=Linux: facemenu steals arrow keys Date: Sun, 08 Jan 2012 00:50:18 -0500 Message-ID: References: <20232.39090.943202.772602@gargle.gargle.HOWL> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1326001829 13440 80.91.229.12 (8 Jan 2012 05:50:29 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 8 Jan 2012 05:50:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: tv.raman.tv@gmail.com Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 08 06:50:25 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RjleC-0000w3-Cd for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2012 06:50:25 +0100 Original-Received: from localhost ([::1]:53006 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjleB-0004MW-A1 for ged-emacs-devel@m.gmane.org; Sun, 08 Jan 2012 00:50:23 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:40478) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjle8-0004MR-RP for emacs-devel@gnu.org; Sun, 08 Jan 2012 00:50:21 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rjle7-0001xU-Tj for emacs-devel@gnu.org; Sun, 08 Jan 2012 00:50:20 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]:51872) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rjle7-0001xQ-Qe for emacs-devel@gnu.org; Sun, 08 Jan 2012 00:50:19 -0500 Original-Received: from dann by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1Rjle6-0000cn-S4; Sun, 08 Jan 2012 00:50:19 -0500 In-Reply-To: <20232.39090.943202.772602@gargle.gargle.HOWL> (T. V. Raman's message of "Sat, 7 Jan 2012 11:10:42 -0800") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:147476 Archived-At: "T. V. Raman" writes: > Hi, > This problem started after a git update from savannah yesterday. > > Environment: Ubuntu 10.0 > Linux Console (i.e. outside X) > TERM=linux (terminal type) > > I suddenly found the arrow keys invoking facemenu-set-default. > > Describe Function (attached output below) on > facemenu-set-default shows that it is indeed bound to \eOD, > which coincidentally is what the left arrow key generates on the > linux console. > > I verified that this is still true with emacs -q -- but with a > minimal emacspeak environment loaded; I dont believe the binding > is coming from Emacspeak as far as I can tell. > > > facemenu-set-default is an interactive Lisp function. > > It is bound to meta o d , META cap G d , > d , d . > > (facemenu-set-default) > > Select face `default' for subsequent insertion. > If the mark is active and there is no prefix argument, > apply face `default' to the region instead. > This command was defined by `facemenu-add-new-face'. What do you get if you press: C-q (i.e. C-q followed by left arrow key) Do you get the same sequence as running in a shell : infocmp linux | grep kcub1 ?