Well, I am curious about what you might want to do before a file is opened. Just off the top of my head, I can't think of anything you might want to do before it is opened that you can't do equally as well after it is open :-)
Hallo Group Members
I would like to invoke some action just before file is opened. I do not
see any hook that would allow it for me. find-file-hook is invoked after
file is opened.
Do YOu know any or have an idea on how to do it. I imagine 2 ways:
- overloading find-file - I do not like it.
- advising find-file. ... but maybe there is better solution:)
best regards,
Michal