From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: term/bobcat still requires term/keyswap Date: Sat, 26 Mar 2005 18:21:19 +0200 Message-ID: <01c5321f$Blat.v2.4$fd070d80@zahav.net.il> References: <874qf6e2m6.wl%yoichi@geiin.org> <873buqe233.wl%yoichi@geiin.org> <87sm2nrovi.wl%yoichi@geiin.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7BIT X-Trace: sea.gmane.org 1111855382 17560 80.91.229.2 (26 Mar 2005 16:43:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 26 Mar 2005 16:43:02 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Mar 26 17:43:01 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DFENE-0003yo-Ty for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2005 17:42:57 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFEcx-0000li-JQ for ged-emacs-devel@m.gmane.org; Sat, 26 Mar 2005 11:59:11 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DFEZZ-0007H9-Lk for emacs-devel@gnu.org; Sat, 26 Mar 2005 11:55:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DFEZN-0007C9-N7 for emacs-devel@gnu.org; Sat, 26 Mar 2005 11:55:33 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DFEZL-00079R-UG for emacs-devel@gnu.org; Sat, 26 Mar 2005 11:55:27 -0500 Original-Received: from [192.114.186.66] (helo=romy.inter.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DFE5l-0008KU-Jg for emacs-devel@gnu.org; Sat, 26 Mar 2005 11:24:53 -0500 Original-Received: from zaretski (IGLD-80-230-9-205.inter.net.il [80.230.9.205]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AVL65768 (AUTH halo1); Sat, 26 Mar 2005 18:24:48 +0200 (IST) Original-To: Yoichi NAKAYAMA X-Mailer: emacs 22.0.50 (via feedmail 8 I) and Blat ver 2.4 In-reply-to: <87sm2nrovi.wl%yoichi@geiin.org> (message from Yoichi NAKAYAMA on Wed, 23 Mar 2005 13:02:25 +0900) 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:35202 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:35202 > From: Yoichi NAKAYAMA > Date: Wed, 23 Mar 2005 13:02:25 +0900 > > At Mon, 21 Mar 2005 01:04:00 +0900, > Yoichi NAKAYAMA wrote: > > > > At Mon, 21 Mar 2005 00:52:33 +0900, > > Yoichi NAKAYAMA wrote: > > > > > > The change in keyswap.el: > > > > > > 2005-03-19 Eli Zaretskii > > > > > > * obsolete/keyswap.el: Moved to obsolete/ from term/. > > > > > > broke term/bobcat. If the change implies that the function is > > > replaced by normal-erase-is-backspace-mode, following change > > > seems adequate. > > > > Sorry, I've misunderstood. keyswap.el does "swap" them but > > normal-erase-is-backspace-mode doesn't. But I think some change > > which doesn't require obsolete package seems adequate here. > > I got information that following change will replace the function: Thanks, I installed it.