From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andrey Tykhonov Newsgroups: gmane.emacs.help Subject: cd to the user's home dir Date: Mon, 19 May 2014 00:11:40 +0300 Message-ID: <87fvk6pzar.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1400447545 20790 80.91.229.3 (18 May 2014 21:12:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 18 May 2014 21:12:25 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 18 23:12:18 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 1Wm8NW-0008PV-9q for geh-help-gnu-emacs@m.gmane.org; Sun, 18 May 2014 23:12:18 +0200 Original-Received: from localhost ([::1]:44630 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm8NV-0006z9-Ly for geh-help-gnu-emacs@m.gmane.org; Sun, 18 May 2014 17:12:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56884) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm8ND-0006xl-6z for help-gnu-emacs@gnu.org; Sun, 18 May 2014 17:12:08 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wm8N4-00082X-6h for help-gnu-emacs@gnu.org; Sun, 18 May 2014 17:11:59 -0400 Original-Received: from mail-lb0-x231.google.com ([2a00:1450:4010:c04::231]:51009) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wm8N3-00081v-UW for help-gnu-emacs@gnu.org; Sun, 18 May 2014 17:11:50 -0400 Original-Received: by mail-lb0-f177.google.com with SMTP id s7so3354466lbd.8 for ; Sun, 18 May 2014 14:11:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=c/anjegO+zYULoBQad1NoUioux89yrmZhfvp6pT0lfU=; b=O+JbIvhd+CQZqe4G0yno7ZrVLWpZ+GQJ3Xa3NZy518Zvv9JjDhl60h7mkr/Gc9SUyR 4Yt1ZvPUa1WoHXw3KVkRudTzFfqYPbf4v7+X2q+1el5IxtZNjOnrkAKaf99nX9OhNLNx /pYM5Xj3BL/UqTHRQfigm+MDbrhdKwtWF3KKOa2zWrj8LnJ2l7B+JyQ2WIMKBK6SNb83 q/PtZpYiIT7lu0DOtvzNHEzgQLepJn/nl5YPLycDlG4MCUtzgzw47y0RKhwworX2XY5L gAk9cISy88Nbf2JXvzQrSJF77qWrYNBg2YuPj8ROm5oS0N9v+LDTPttc6UcgAd21CwTo k49g== X-Received: by 10.152.23.233 with SMTP id p9mr23340151laf.31.1400447508528; Sun, 18 May 2014 14:11:48 -0700 (PDT) Original-Received: from demi ([193.84.22.38]) by mx.google.com with ESMTPSA id f4sm5156813lbv.26.2014.05.18.14.11.46 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Sun, 18 May 2014 14:11:47 -0700 (PDT) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::231 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:97739 Archived-At: I would like to be able to `cd' into the user's home directory in the same way as I can `cd' in the shell: cd ~admin I try in Emacs: M-x cd RET ~admin RET but it doesn't work. Emacs seems doesn't provide such functionality. Am I wrong? Andrey