> On 6 Jun 2019, at 12:19, Robert Weiner <[email protected]> wrote:
> 
>  Test with (hpath:is-p ā€œ/i/src/sys/kern/kern_sig.cā€) to see if it is 
> recognized before or after mounting.

Either before or after I have the target file open in an Emacs window's buffer, 
the following eval-to 'nil'.

--8<---------------cut here---------------start------------->8---
  (hpath:is-p "/i/src/sys/kern")
  (hpath:is-p "/i/src/sys/kern/kern_sig.c")
--8<---------------cut here---------------end--------------->8---

> Maybe you have an automounter so the path is invalid until found.

Yes. There is an automounter involved. The config files are as follows.

--8<---------------cut here---------------start------------->8---
;;; ---
;;; /etc/auto_master
;;; ---
#
# Automounter master map
#
/i                      auto_import

;;; ---
;;; /etc/auto_import
;;; ---
src     -resvport       xxx:/usr/src
--8<---------------cut here---------------end--------------->8---



Reply via email to