From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: keyboard-translate-table Date: Sun, 27 Feb 2005 15:41:30 -0500 Message-ID: References: <873bvig3mz.fsf-monnier+emacs@gnu.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1109537061 30219 80.91.229.2 (27 Feb 2005 20:44:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 20:44:21 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 21:44:21 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5VGi-0005xw-R4 for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 21:44:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5VYw-0001MT-LY for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 16:02:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5VV9-0006Xh-F7 for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:58:55 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5VV7-0006US-VD for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:58:54 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5VV7-0006UE-Hn for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:58:53 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5VEI-0000fu-K6 for emacs-devel@gnu.org; Sun, 27 Feb 2005 15:41:30 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1D5VEI-0006zp-99; Sun, 27 Feb 2005 15:41:30 -0500 Original-To: Stefan Monnier In-reply-to: <873bvig3mz.fsf-monnier+emacs@gnu.org> (message from Stefan Monnier on Sat, 26 Feb 2005 21:08:17 -0500) 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: main.gmane.org gmane.emacs.devel:33882 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33882 Can anyone think > of a non-obsolete use for keyboard-translate-table, to put in > the example? It's used in normal-erase-is-backspace-mode (when running on a tty). Could you write an example based on normal-erase-is-backspace-mode? It's also used for flow-ctrl.el, which is not in lisp/obsolete. Are you suggesting we move flow-ctrl.el to lisp/obsolete? That would be appropriate if flow control itself is obsolete. Is anyone still using terminals that need flow control?