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

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

bug#32520: 26.1; problem with CIFS mounts


From: emacs
Subject: bug#32520: 26.1; problem with CIFS mounts
Date: Fri, 24 Aug 2018 11:35:26 -0700

> Does it help to add /cifs to locate-dominating-stop-dir-regexp?
> Something like net\\|afs -> net\\|afs\\|cifs 

Doesn't seem to, if I did it correctly.

My locate-dominating-stop-dir-regexp was:
  "\\`\\(?:[\\/][\\/][^\\/]+[\\/]\\|/\\(?:net\\|afs\\|\\.\\.\\.\\)/\\)\\'"
and I made it be:
  
"\\`\\(?:[\\/][\\/][^\\/]+[\\/]\\|/\\(?:net\\|cifs\\|afs\\|\\.\\.\\.\\)/\\)\\'"

I've tried it in my current emacs session, and on a new
emacs -Q -nw session.

I do nfs mounts under /net, and visiting files or
directories under that don't log any errors.

-- Henrique





reply via email to

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