From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "T. V. Raman" Newsgroups: gmane.emacs.devel Subject: Ubuntu 10.0: TERM=Linux: facemenu steals arrow keys Date: Sat, 7 Jan 2012 11:10:42 -0800 Message-ID: <20232.39090.943202.772602@gargle.gargle.HOWL> Reply-To: tv.raman.tv@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1325963460 8761 80.91.229.12 (7 Jan 2012 19:11:00 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 7 Jan 2012 19:11:00 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Jan 07 20:10:56 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 1RjbfL-0000AP-NQ for ged-emacs-devel@m.gmane.org; Sat, 07 Jan 2012 20:10:55 +0100 Original-Received: from localhost ([::1]:39090 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjbfK-0001Gv-Vv for ged-emacs-devel@m.gmane.org; Sat, 07 Jan 2012 14:10:54 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:44267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjbfI-0001Ge-Cz for emacs-devel@gnu.org; Sat, 07 Jan 2012 14:10:53 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RjbfH-0003Hx-6U for emacs-devel@gnu.org; Sat, 07 Jan 2012 14:10:52 -0500 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:40620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RjbfH-0003Hp-3F for emacs-devel@gnu.org; Sat, 07 Jan 2012 14:10:51 -0500 Original-Received: by iacb35 with SMTP id b35so5247595iac.0 for ; Sat, 07 Jan 2012 11:10:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:content-type:content-transfer-encoding:message-id:date :to:subject:x-mailer:reply-to:from:x-attribution; bh=NY9Y5mepqZTf9+Q/HDZEq3kT/ILFdbIcVHZLo42ceYY=; b=jgOXrfAEjvr4CpORtjtssuxz00R5L/wHZnhIHQF4PDDsL439oRRa6ZiAancJMZYWUY SOqvoH2VMfaDGBX1OKwMPPPOrOFbOsDFwvT+WQSGbmSHFPjrD0FSq7SJXdzZaN66bGko gstST09nOxs2wZsdJxPCJmqNGVbTdF3zk0oPg= Original-Received: by 10.42.171.136 with SMTP id j8mr10214053icz.1.1325963450105; Sat, 07 Jan 2012 11:10:50 -0800 (PST) Original-Received: from labrador.google.com (c-71-202-188-217.hsd1.ca.comcast.net. [71.202.188.217]) by mx.google.com with ESMTPS id l28sm229016858ibc.3.2012.01.07.11.10.47 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 07 Jan 2012 11:10:48 -0800 (PST) X-Mailer: VM 8.1.1 under 24.0.92.1 (i686-pc-linux-gnu) x-attribution: tvr X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 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:147456 Archived-At: 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'. -- Best Regards, --raman