From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.devel Subject: Re: insert-directory Date: 26 May 2004 22:35:53 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200405232218.i4NMIw307789@raven.dms.auburn.edu> <200405240000.i4O00ck07917@raven.dms.auburn.edu> <200405240329.i4O3T4B08005@raven.dms.auburn.edu> <200405240416.i4O4GBX08071@raven.dms.auburn.edu> <200405250011.i4P0BtV17183@raven.dms.auburn.edu> <200405250216.i4P2GO717266@raven.dms.auburn.edu> <200405262026.i4QKQSq13079@raven.dms.auburn.edu> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1085614546 8275 80.91.224.253 (26 May 2004 23:35:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 26 May 2004 23:35:46 +0000 (UTC) Cc: peter_breton@yahoo.com, pete_lee@swbell.net, eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu May 27 01:35:34 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BT7vp-0003vh-00 for ; Thu, 27 May 2004 01:35:33 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1BT7vp-0004rF-00 for ; Thu, 27 May 2004 01:35:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BT5ha-0000ws-KX for emacs-devel@quimby.gnus.org; Wed, 26 May 2004 17:12:42 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BT5gw-0000v8-17 for emacs-devel@gnu.org; Wed, 26 May 2004 17:12:02 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BT5gO-0000kv-P6 for emacs-devel@gnu.org; Wed, 26 May 2004 17:11:59 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BT580-0001gY-Lk for emacs-devel@gnu.org; Wed, 26 May 2004 16:35:56 -0400 Original-Received: from localhost ([127.0.0.1] helo=lola.goethe.zz) by fencepost.gnu.org with esmtp (Exim 4.34) id 1BT57z-00061y-PW; Wed, 26 May 2004 16:35:56 -0400 Original-To: Luc Teirlinck In-Reply-To: <200405262026.i4QKQSq13079@raven.dms.auburn.edu> Original-Lines: 17 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:23987 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:23987 Luc Teirlinck writes: > Below is the latest version of my patch to make `i' in *Locate* > buffers work. > > Before installing it I want to point out the following: > > 1. Making `i' work requires making the *Locate* buffer read-only. > Otherwise, with inserted directories, trying to use `undo' and > similar commands will result in complete confusion. Is there > any reason for the *Locate* buffer _not_ to be read-only? While the locate process is still running, you are adding to the buffer. Could it be something like that? -- David Kastrup, Kriemhildstr. 15, 44793 Bochum