>From my previous message: file-name-shadow-mode should also look for /: at the beginning of a file name and leave the file name completely alone if it starts with /:
Currently, erroneous highlighting occurs after things like /:/~ and /:/$ As well as after things like /:~//info. After /:, Emacs replaces consecutive multiple slashes with a single slash. Hence, /:~//info refers to ~/info and not to /info, as file-name-shadow-mode's highlighting mistakenly suggests. Sincerely, Luc. _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel