From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Jacobson Newsgroups: gmane.emacs.bugs Subject: expand $vars and ~users Date: Thu, 31 Jul 2003 08:10:13 +0800 Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <87ispjk13u.fsf@jidanni.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1059690245 26045 80.91.224.249 (31 Jul 2003 22:24:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 31 Jul 2003 22:24:05 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Fri Aug 01 00:24:03 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19iLq7-0006ll-00 for ; Fri, 01 Aug 2003 00:24:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iLq7-0006Zh-A9 for geb-bug-gnu-emacs@m.gmane.org; Thu, 31 Jul 2003 18:24:03 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19iLoo-0005Kn-Dt for bug-gnu-emacs@gnu.org; Thu, 31 Jul 2003 18:22:42 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19iL6A-00036S-N6 for bug-gnu-emacs@gnu.org; Thu, 31 Jul 2003 17:36:35 -0400 Original-Received: from [199.232.41.6] (helo=gnuftp.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19iKjX-0002hR-CB for bug-gnu-emacs@gnu.org; Thu, 31 Jul 2003 17:13:11 -0400 Original-Received: from main.gmane.org ([80.91.224.249]) by gnuftp.gnu.org with esmtp (Exim 4.20) id 19iKjW-0004tq-CQ for bug-gnu-emacs@gnu.org; Thu, 31 Jul 2003 17:13:10 -0400 Original-Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19iKhv-0001Kh-00 for ; Thu, 31 Jul 2003 23:11:31 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: bug-gnu-emacs@gnu.org Original-Received: from news by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19iKfw-00019G-00 for ; Thu, 31 Jul 2003 23:09:28 +0200 Original-Lines: 5 Original-X-Complaints-To: usenet@main.gmane.org User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (gnu/linux) X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5466 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5466 In *shell*, environment variable are expanded with ease, $bla, but why not when you are entering on the minibuffer for C-x C-f? For ~b to expand to ~bob/ one needs the real shell, as the above don't do it.