emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#31107: closed (26.0.91; insert-file-contents-liter


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#31107: closed (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

Your message dated Mon, 09 Apr 2018 17:55:37 +0300
with message-id <address@hidden>
and subject line Re: bug#31107: 26.0.91; insert-file-contents-literally's doc 
indicates insert-file-contents runs find-file-hook, but it seems untrue
has caused the debbugs.gnu.org bug report #31107,
regarding 26.0.91; insert-file-contents-literally's doc indicates 
insert-file-contents runs find-file-hook, but it seems untrue
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
31107: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=31107
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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")



--- End Message ---
--- Begin Message --- 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.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]