From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: How to avoid insert anything without switching to read only Date: Mon, 11 Jul 2005 01:32:49 +0200 Message-ID: <42D1B021.3020605@student.lu.se> References: <42CF8E15.7010900@student.lu.se> <42D1A191.6050509@student.lu.se> <851x66b6tl.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1121039944 22538 80.91.229.2 (10 Jul 2005 23:59:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 10 Jul 2005 23:59:04 +0000 (UTC) Cc: emacs-devel@gnu.org, rms@gnu.org, kifer@cs.sunysb.edu, "Kim F. Storm" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 11 01:59:01 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Drlh7-0003n8-P6 for ged-emacs-devel@m.gmane.org; Mon, 11 Jul 2005 01:58:46 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drlif-0002g4-4d for ged-emacs-devel@m.gmane.org; Sun, 10 Jul 2005 20:00:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DrliO-0002fR-LX for emacs-devel@gnu.org; Sun, 10 Jul 2005 20:00:04 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DrliN-0002f1-KG for emacs-devel@gnu.org; Sun, 10 Jul 2005 20:00:04 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Drlgw-00022Q-9M for emacs-devel@gnu.org; Sun, 10 Jul 2005 19:58:34 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DrlPJ-0001Du-88; Sun, 10 Jul 2005 19:40:21 -0400 Original-Received: from [192.168.123.121] (83.249.205.6) by pne-smtpout1-sn2.hy.skanova.net (7.2.060.1) id 42BFBBD20027164A; Mon, 11 Jul 2005 01:32:51 +0200 User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en Original-To: David Kastrup In-Reply-To: <851x66b6tl.fsf@lola.goethe.zz> 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 Xref: news.gmane.org gmane.emacs.devel:40742 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:40742 David Kastrup wrote: >I don't understand why it is worth doing in the first place. Why not >just let those characters self-insert? They don't have any other >meaning in vi. What use is it to have them beep? > It is a bit like to have some control keys self-inserting in Emacs.