From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: tpu-edt (was: term/bobcat still requires term/keyswap) Date: Thu, 24 Mar 2005 00:18:47 -0500 Message-ID: References: <874qf6e2m6.wl%yoichi@geiin.org> <873buqe233.wl%yoichi@geiin.org> <87sm2nrovi.wl%yoichi@geiin.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1111642656 4941 80.91.229.2 (24 Mar 2005 05:37:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 24 Mar 2005 05:37:36 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 24 06:37:36 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DEL2D-0007xa-Fo for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 06:37:33 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DELHR-0005S2-6x for ged-emacs-devel@m.gmane.org; Thu, 24 Mar 2005 00:53:17 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DELAk-0002l1-4d for emacs-devel@gnu.org; Thu, 24 Mar 2005 00:46:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DELAd-0002hJ-28 for emacs-devel@gnu.org; Thu, 24 Mar 2005 00:46:15 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DELAc-0002er-2D for emacs-devel@gnu.org; Thu, 24 Mar 2005 00:46:14 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DEKk3-0000JW-SR for emacs-devel@gnu.org; Thu, 24 Mar 2005 00:18:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1DEKk3-0002HZ-DH; Thu, 24 Mar 2005 00:18:47 -0500 Original-To: emacs-devel@gnu.org In-reply-to: (bojohan+news@dd.chalmers.se) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org X-MailScanner-To: ged-emacs-devel@m.gmane.org Xref: news.gmane.org gmane.emacs.devel:35085 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35085 There's a bug in tpu-edt.el where it defines keys in the global-map on loading (e.g. when doing M-x customize-group RET emulations RET): For tpu-edt.el to do this really is a bug. Can someone fix that?