From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: find-file for file that was deleted, when visiting buffer still exists Date: Mon, 5 Mar 2007 08:14:07 +0100 Message-ID: <7dbe73ed0703042314h37ca5d70jcbe183a438ca0f33@mail.gmail.com> References: NNTP-Posting-Host: lo.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 1173078882 17630 80.91.229.12 (5 Mar 2007 07:14:42 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 5 Mar 2007 07:14:42 +0000 (UTC) Cc: Drew Adams , emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Mar 05 08:14:36 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HO7P1-0002xE-Bo for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 08:14:35 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO7P0-0002F3-Qq for ged-emacs-devel@m.gmane.org; Mon, 05 Mar 2007 02:14:34 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HO7Oe-000294-4U for emacs-devel@gnu.org; Mon, 05 Mar 2007 02:14:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HO7Oc-00027W-C0 for emacs-devel@gnu.org; Mon, 05 Mar 2007 02:14:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HO7Oc-00027M-5z for emacs-devel@gnu.org; Mon, 05 Mar 2007 02:14:10 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.187]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HO7Ob-0001OP-GT for emacs-devel@gnu.org; Mon, 05 Mar 2007 02:14:09 -0500 Original-Received: by nf-out-0910.google.com with SMTP id n15so1934241nfc for ; Sun, 04 Mar 2007 23:14:08 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Pskra/wsQu6xfnm/xDCGJGS2K/WzH1srq6mUNpyNIOZEI2o+oxAe1NdHlN4qCSkhVJTTg2Lurqzj+VT7xl4ii4cyLLQEYh7lhJTJdiQ+CYvLZhFI9RJG7tPaTTQUdM2x2UvKx6IFl3cRnGa+nE04B5WoJd36hU06IMoR1PWetkw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=briJZkUHqmHHyERRgF7hLMNsF3CadS1LVLEAmun0B0y5iAMXtfcpLx/LTAhDNwtTevMIfzy3dcXvUVBQCE8gnOYktuTx4hjcyROAFNgGq1BqHldkVpxZLXHxcbQY1i3laPeWIM4cA/n0JPYu3eonuTgPwikL1hQeklZeY/k0s6k= Original-Received: by 10.78.18.3 with SMTP id 3mr581023hur.1173078847805; Sun, 04 Mar 2007 23:14:07 -0800 (PST) Original-Received: by 10.78.12.17 with HTTP; Sun, 4 Mar 2007 23:14:07 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) 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:67351 Archived-At: > Perhaps it should visit the buffer foo, and give a warning that the > file no longer exists. That seems better to me. Sounds good to me.