Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!BBN.COM!gildea From: gildea@BBN.COM (Stephen Gildea) Newsgroups: gnu.emacs.bug Subject: need a revert-buffer-insert-file-contents-hook Message-ID: <8902031619.AA06773@prep.ai.mit.edu> Date: 3 Feb 89 02:53:57 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 10 The existing hook into revert-buffer is sometimes not the right entry point. I would like to be able to take advantage of all the code in revert-buffer that asks for confirmation and checks for auto-save files and just replace the one line that does insert-file-contents. Note that this would be similar to the way find-file-not-found-hooks replaces only the insert-file-contents part of then entire find-file code. < Stephen