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

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

bug#8256: widget-complete does not complete for type 'directory onw32


From: Drew Adams
Subject: bug#8256: widget-complete does not complete for type 'directory onw32
Date: Tue, 15 Mar 2011 07:50:18 -0700

>       (defcustom my-dir nil "doc" :type 'directory)
> 
>   M-x customize-option RET my-dir RET

You get a type mismatch, of course, since nil is not a directory.

>   Place point in the directory value field and erase "nil" 
>   that is there.  Now in the empty directory value field
>   press ESC-TAB. This fails

Try again, with a valid directory as the default value - e.g. "c:/foo/"

Keep in mind too that the completion uses `default-directory'.  Dunno whether
that's always appropriate, but that's what it uses.

But I agree that regardless of the initial type mismatch, you should be able to
type a legitimate directory prefix and get completion.






reply via email to

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