From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: keyboard-translate-table Date: Sat, 26 Feb 2005 21:08:17 -0500 Message-ID: <873bvig3mz.fsf-monnier+emacs@gnu.org> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1109469927 22872 80.91.229.2 (27 Feb 2005 02:05:27 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 27 Feb 2005 02:05:27 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 27 03:05:27 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D5Dnv-0005wm-5j for ged-emacs-devel@m.gmane.org; Sun, 27 Feb 2005 03:05:07 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5E5z-0003oE-7D for ged-emacs-devel@m.gmane.org; Sat, 26 Feb 2005 21:23:47 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1D5E5m-0003n2-88 for emacs-devel@gnu.org; Sat, 26 Feb 2005 21:23:34 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1D5E5j-0003l9-6S for emacs-devel@gnu.org; Sat, 26 Feb 2005 21:23:32 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D5E5j-0003l0-3L for emacs-devel@gnu.org; Sat, 26 Feb 2005 21:23:31 -0500 Original-Received: from [209.226.175.4] (helo=tomts16-srv.bellnexxia.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1D5Dr0-0005lw-5w; Sat, 26 Feb 2005 21:08:18 -0500 Original-Received: from alfajor ([67.68.218.40]) by tomts16-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with ESMTP id <20050227020817.XXOC1836.tomts16-srv.bellnexxia.net@alfajor>; Sat, 26 Feb 2005 21:08:17 -0500 Original-Received: by alfajor (Postfix, from userid 1000) id 887B82FD5C; Sat, 26 Feb 2005 21:08:17 -0500 (EST) Original-To: rms@gnu.org In-Reply-To: (Richard Stallman's message of "Sat, 26 Feb 2005 19:33:26 -0500") User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) 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:33858 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:33858 > The example of keyboard-translate-table relates to terminal flow > control, which I believe is essentially obsolete. 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). > Or is keyboard-translate-table itself obsolete nowadays? 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? Stefan