From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Marius Hofert Newsgroups: gmane.emacs.help Subject: Re: How to create a directory containing spaces in dired-mode? Date: Fri, 21 Jun 2013 20:11:12 +0200 Message-ID: References: <2d8789bb-5768-4f41-8e71-16ff6f33e923@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1371838332 1742 80.91.229.3 (21 Jun 2013 18:12:12 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Jun 2013 18:12:12 +0000 (UTC) Cc: Vlad Piersec , Emacs help To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 21 20:12:13 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Uq5oi-0004DS-Dw for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jun 2013 20:12:12 +0200 Original-Received: from localhost ([::1]:41186 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq5oh-00038g-TZ for geh-help-gnu-emacs@m.gmane.org; Fri, 21 Jun 2013 14:12:11 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53160) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq5oR-00032M-J2 for help-gnu-emacs@gnu.org; Fri, 21 Jun 2013 14:11:57 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uq5oP-0002or-Ag for help-gnu-emacs@gnu.org; Fri, 21 Jun 2013 14:11:55 -0400 Original-Received: from mail-pa0-x230.google.com ([2607:f8b0:400e:c03::230]:53040) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uq5oP-0002on-56 for help-gnu-emacs@gnu.org; Fri, 21 Jun 2013 14:11:53 -0400 Original-Received: by mail-pa0-f48.google.com with SMTP id kp12so8172036pab.35 for ; Fri, 21 Jun 2013 11:11:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=+jgo2DkKaudPZ0hsBqLPQTXlvQpkoK00n0P9mrXMKMk=; b=iKrkP+5Qw8aNpbvlMAhAFXHNg3ClIUvCRlY+N1BtdcKpylU1amLvlV3JPnRR5BwnZq A6mHF0HUDm+odFzBjS7h0U9RE8YETwdo7M+VVllgXubCtYrZTfClT/DmUhKD3ubZNcjY YBVGf94AXJ5QnCP33yub7PJOAMnYspg6bo374ZyGNXOpK/04K0ae3kT/u/Pgdsf6WAWv DLS7Wcvek7JauFXWNpAhZdTdUdjdSCUOR2hi8wr64KIHW9n1uAECoa0Ps24+vZ+k/lPS XUwkc+nZRyCTfEPKsXPE7dxSliq8fneXqfol9ibZ9iIULA9ub/UQ7Y+gVq4DLTqwYWnk NQVA== X-Received: by 10.68.196.37 with SMTP id ij5mr13197868pbc.214.1371838312420; Fri, 21 Jun 2013 11:11:52 -0700 (PDT) Original-Received: by 10.68.31.135 with HTTP; Fri, 21 Jun 2013 11:11:12 -0700 (PDT) In-Reply-To: <2d8789bb-5768-4f41-8e71-16ff6f33e923@default> X-Google-Sender-Auth: xNLAafLVjvNW24bMskgsfIdsu9g X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::230 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91650 Archived-At: Okay, I minimalized the example. The problem appears when using ido-everywhere: (ido-mode 1) # .emacs with this line works (ido-everywhere t) # => fail How to report this? Cheers, Marius On Fri, Jun 21, 2013 at 5:03 PM, Drew Adams wrote: >> @Peter: indeed, with emacs -Q it works. So this could be related to >> dired+ / ido-mode (probably the latter) ... I would have to >> 'minimalize' it to be sure > > Dired+ should not present a problem (works for me). > And you should not need to use C-q either.