From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#11852: Hook `find-file-not-found-functions' is ignored Date: Tue, 03 Jul 2012 16:56:13 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1341349050 8357 80.91.229.3 (3 Jul 2012 20:57:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 3 Jul 2012 20:57:30 +0000 (UTC) Cc: 11852@debbugs.gnu.org, Dirk Ullrich To: Paul Eggert Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Jul 03 22:57:27 2012 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SmAA2-00043c-1M for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jul 2012 22:57:26 +0200 Original-Received: from localhost ([::1]:34719 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmAA1-0007QC-54 for geb-bug-gnu-emacs@m.gmane.org; Tue, 03 Jul 2012 16:57:25 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55381) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmA9y-0007Pr-2E for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 16:57:23 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SmA9w-0005Id-BI for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 16:57:21 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:36555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SmA9w-0005IV-8B for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 16:57:20 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1SmAEU-00054d-LE for bug-gnu-emacs@gnu.org; Tue, 03 Jul 2012 17:02:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 03 Jul 2012 21:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 11852 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 11852-submit@debbugs.gnu.org id=B11852.134134926419432 (code B ref 11852); Tue, 03 Jul 2012 21:02:02 +0000 Original-Received: (at 11852) by debbugs.gnu.org; 3 Jul 2012 21:01:04 +0000 Original-Received: from localhost ([127.0.0.1]:46100 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SmADX-00053N-Gi for submit@debbugs.gnu.org; Tue, 03 Jul 2012 17:01:03 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:60232) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1SmADT-00052v-QU for 11852@debbugs.gnu.org; Tue, 03 Jul 2012 17:01:01 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1SmA8r-0005dG-Jf; Tue, 03 Jul 2012 16:56:13 -0400 X-Spook: advisors assassinate Al Jazeera Juiliett Class Submarine X-Ran: uK@EIzs|zsB1g\QV;6o5[\7,2g(M~*t&JM:plMgx;^u+RnB X-Hue: cyan X-Attribution: GM In-Reply-To: (Dirk Ullrich's message of "Tue, 3 Jul 2012 21:36:04 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:61549 Archived-At: Dirk Ullrich wrote: > 2. Open a buffer for a non-existing file by `find-file'. > Result: function in `find-file-not-found-functions' is not called. Seems that since "higher-resolution time stamps" patch; (insert-file-contents "does-not-exist" t) does not return an error. b fileio.c:4354 p NONEXISTENT_MODTIME_NSECS $1 = -1 p current_buffer->modtime $2 = { tv_sec = -1, tv_nsec = 8 } p EMACS_NSECS (current_buffer->modtime) $3 = 8 > In GNU Emacs 24.1.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.4.2) > of 2012-07-03 on red