From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#8256: widget-complete does not complete for type 'directory on w32 Date: Tue, 15 Mar 2011 10:48:42 -0400 Message-ID: References: Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: dough.gmane.org 1300201790 26474 80.91.229.12 (15 Mar 2011 15:09:50 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 15 Mar 2011 15:09:50 +0000 (UTC) Cc: 8256@debbugs.gnu.org To: Lennart Borgman Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Mar 15 16:09:46 2011 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PzVsV-0001XA-Rt for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Mar 2011 16:09:44 +0100 Original-Received: from localhost ([127.0.0.1]:53810 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzVsU-0001rN-PI for geb-bug-gnu-emacs@m.gmane.org; Tue, 15 Mar 2011 11:09:42 -0400 Original-Received: from [140.186.70.92] (port=47544 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PzVpv-0000X2-RM for bug-gnu-emacs@gnu.org; Tue, 15 Mar 2011 11:07:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PzVpu-0006FF-Ou for bug-gnu-emacs@gnu.org; Tue, 15 Mar 2011 11:07:03 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:33507) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PzVpu-0006FB-NL for bug-gnu-emacs@gnu.org; Tue, 15 Mar 2011 11:07:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.69) (envelope-from ) id 1PzVYU-0003GI-I2; Tue, 15 Mar 2011 10:49:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 15 Mar 2011 14:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 8256 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 8256-submit@debbugs.gnu.org id=B8256.130020053112521 (code B ref 8256); Tue, 15 Mar 2011 14:49:02 +0000 Original-Received: (at 8256) by debbugs.gnu.org; 15 Mar 2011 14:48:51 +0000 Original-Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PzVYI-0003Fu-Nr for submit@debbugs.gnu.org; Tue, 15 Mar 2011 10:48:50 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1PzVYG-0003Fi-9i for 8256@debbugs.gnu.org; Tue, 15 Mar 2011 10:48:48 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1PzVYA-00032t-UL; Tue, 15 Mar 2011 10:48:42 -0400 In-reply-to: (message from Lennart Borgman on Tue, 15 Mar 2011 14:08:33 +0100) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Resent-Date: Tue, 15 Mar 2011 10:49:02 -0400 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:45030 Archived-At: > From: Lennart Borgman > Date: Tue, 15 Mar 2011 14:08:33 +0100 > Cc: 8256@debbugs.gnu.org > > On Tue, Mar 15, 2011 at 2:00 PM, Eli Zaretskii wrote: > > > > We are probably doing different things, because you didn't provide the > > exact recipe for reproducing the problem.  Could you please give such > > a recipe, starting with "emacs -Q"? > > Is that really possible for such a simple thing?;-) Yes, it is. I was trying to reproduce this with a real defcustom (archive-tmpdir, if you want to know), not with a fictitious defcustom. > emacs -Q > Paste to *scratch* this code: > > (defcustom my-dir nil > "doc" > :type 'directory) > > Eval it. > M-x customize-option RET my-dir RET > > Place point in the directory value field and erase "nil" that is there. > Now in the empty directory value field press ESC-TAB (or do M-x > widget-complete). > > This fails for me with the message I gave before: > > > complete-symbol: No completions available; use M-x visit-tags-table > > or M-x semantic-mode > > Write for example "c:/" in the field and try again. It fails the same way. I see the same on GNU/Linux (except that "C:/" should be replaced with a "/", of course). So this is not w32-specific.