>>>> "Jan" == Jan Vroonhof
<vroonhof(a)math.ethz.ch> writes:
Jan> Ben Wing <ben(a)666.com> writes:
> +(defvar completer-path-separator-string
> + (if (eq system-type 'windows-nt) "\\" "/"))
> +
> +(defvar completer-path-separator-regexp
> + (if (eq system-type 'windows-nt) "[/\\]" "/"))
> +
> +(defvar completer-path-delimiter-list
> + (if (eq system-type 'windows-nt) '(?\\ ?/) '(?/)))
> +
> +(defvar completer-path-separator-regexp-inside-brackets
> + (if (eq system-type 'windows-nt) "/\\" "/"))
> +
> +(defvar completer-dot-dot-list
> + (if (eq system-type 'windows-nt) '("../" "..\\")
'("../")))
> +
Jan> Shouldn't those be dependent on the vale of
Jan> directory-sep-char instead of system type?
Oops, I miss that.
I agree with you since XEmacs native NT supports directory-sep-char
and works with both kinds of leaning toothpicks[1].
Jan> Jan
Footnotes:
[1] See perldoc perlop to learn about LTS[2].
[2] APA LeaningToothpickSyndorome.
--
Adrian Aichner <adrian(a)xemacs.org>