fn find_file_name_handler<'ob>(
filename: &str,
operation: Symbol<'_>,
env: &mut Rt<Env<'_>>,
cx: &'ob Context<'_>,
) -> Symbol<'ob>
Expand description
Return FILENAME’s handler function for OPERATION, if it has one. Otherwise, return nil. A file name is handled if one of the regular expressions in `file-name-handler-alist’ matches it.
If OPERATION equals inhibit-file-name-operation', then ignore any handlers that are members of
inhibit-file-name-handlers’,
but still do run any other handlers. This lets handlers
use the standard functions without calling themselves recursively.