GNU bug report logs - #31107
26.0.91; insert-file-contents-literally's doc indicates insert-file-contents runs find-file-hook, but it seems untrue

Previous Next

Package: emacs;

Reported by: Xu Chunyang <mail <at> xuchunyang.me>

Date: Mon, 9 Apr 2018 08:24:01 UTC

Severity: normal

Found in version 26.0.91

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Xu Chunyang <mail <at> xuchunyang.me>
Subject: bug#31107: closed (Re: bug#31107: 26.0.91; insert-file-contents-literally's
 doc indicates insert-file-contents runs find-file-hook, but it seems
 untrue)
Date: Mon, 09 Apr 2018 14:56:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#31107: 26.0.91; insert-file-contents-literally's doc indicates insert-file-contents runs find-file-hook, but it seems untrue

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 31107 <at> debbugs.gnu.org.

-- 
31107: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31107
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: 31107-done <at> debbugs.gnu.org
Subject: Re: bug#31107: 26.0.91;
 insert-file-contents-literally's doc indicates insert-file-contents
 runs find-file-hook, but it seems untrue
Date: Mon, 09 Apr 2018 17:55:37 +0300
Closing.

[Message part 3 (message/rfc822, inline)]
From: Xu Chunyang <mail <at> xuchunyang.me>
To: bug-gnu-emacs <at> gnu.org
Subject: 26.0.91;
 insert-file-contents-literally's doc indicates insert-file-contents
 runs find-file-hook, but it seems untrue
Date: Mon, 09 Apr 2018 16:23:11 +0800
'C-h S insert-file-contents-literally' indicates 'insert-file-contents'
runs 'find-file-hook'

    -- Function: insert-file-contents-literally filename &optional visit
             beg end replace
        This function works like ‘insert-file-contents’ except that it does
        not run ‘find-file-hook’, 

However, 'insert-file-contents' doesn't run 'find-file-hook'. I test
using the following

    (add-hook 'find-file-hook
              (defun foo ()
                (message-box "Visiting %s" buffer-file-truename)))
    
    (insert-file-contents "/etc/shells")

'foo' is not called by 'insert-file-contents', though 'find-file' runs
the hook as expected.

    (find-file "/etc/shells")



This bug report was last modified 7 years and 47 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.