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

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

Re: Can't use file name completion in Customize for "Program Files" subd


From: Jason Rumney
Subject: Re: Can't use file name completion in Customize for "Program Files" subdir
Date: Sun, 25 Sep 2005 13:12:14 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (windows-nt)

Lennart Borgman <address@hidden> writes:

> M-x customize-option RET explicit-shell-file-name
>
> Choose "File" in Value Menu and then type "C:/Program File/" and
> M-Tab. This gives the error
>
> "Can't find completion for "Files/"
>
> In GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195)
>  of 2005-09-23 on W2ONE
>
> Note: You may have to type something else instead of M-Tab to get
> "widget-complete".

The problem seems to be these lines near the top of
widget-complete-file

(beg (save-excursion
                (skip-chars-backward "^ ")
                (point)))

Are there actually situations where files are listed in custom
variables with space seperators? Or is this code attempting to find
the beginning of the widget? If the latter, there must be a better way
to do that.






reply via email to

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