From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Luca Ferrari Newsgroups: gmane.emacs.help Subject: ido and home directory Date: Thu, 16 Jan 2014 14:35:22 +0100 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1389879345 19063 80.91.229.3 (16 Jan 2014 13:35:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 16 Jan 2014 13:35:45 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jan 16 14:35:53 2014 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 1W3n6u-0008AQ-5R for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 14:35:52 +0100 Original-Received: from localhost ([::1]:60841 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3n6t-0004In-Nj for geh-help-gnu-emacs@m.gmane.org; Thu, 16 Jan 2014 08:35:51 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48115) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3n6T-0004Ie-At for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 08:35:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W3n6S-0000rW-3N for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 08:35:25 -0500 Original-Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:35141) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W3n6R-0000rJ-TT for help-gnu-emacs@gnu.org; Thu, 16 Jan 2014 08:35:24 -0500 Original-Received: by mail-wi0-f176.google.com with SMTP id hi8so2240922wib.9 for ; Thu, 16 Jan 2014 05:35:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=DdG51llZqr69QaRL3CA24cqbjR6r8E6NZ7XNgNX1SQk=; b=O4Sv3DROPNcZiR3GgYx4n49LfyZy8Lzn2q1y2LnFnWi3CQKupZQ+mTSca3JX1Lq5rQ fA3zzHzlXOue+XBS9gGyV99UFrpq0c9DEUQwB83Bx26o9sxUy1xMl5jy8OXLVX0VXCdy +p5/kuTemfTj5ygRIZmsoZTS7BqACcu4Mx0T5mA1RVtjvAUCQhZYbgkXxk0/Y1huHPAS KJI4sF23OaMQT62XoA92b4JPgCdidA0+o6XIkuqMxYxntgvC+c8HnBjQkaTtSfJoTR6T GjJ576MTw0bU9j20y0nt/+s1Bg1yC7OevauUw9Uv/Rzz5hDWjJvC1CMydrPPGZPkI31H DB8g== X-Received: by 10.180.79.38 with SMTP id g6mr7921540wix.60.1389879323043; Thu, 16 Jan 2014 05:35:23 -0800 (PST) Original-Received: by 10.194.79.136 with HTTP; Thu, 16 Jan 2014 05:35:22 -0800 (PST) X-Google-Sender-Auth: ZMAUTCzDGQg23iVGiKQJjg_uFKo X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::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:95436 Archived-At: Hi all, while I really appreciate ido, when I have to switch from a file let's say that is into /foo/bar to my home directory I cannot insert any more ~/, because ido prevents me to fully delete the root directory (/) from the minibuffer. Is there any smart way to switch to my home directory without having to traverse /home/luca? Thanks, Luca