From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: brakjoller@hotmail.com (Barman Brakjoller) Newsgroups: gmane.emacs.help Subject: eshell: annoying filename completion Date: 4 Mar 2003 14:07:44 -0800 Organization: http://groups.google.com/ Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1c58a7c3.0303041407.c629104@posting.google.com> NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1046815880 30524 80.91.224.249 (4 Mar 2003 22:11:20 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 4 Mar 2003 22:11:20 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Tue Mar 04 23:11:18 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 18qKd4-0007w2-00 for ; Tue, 04 Mar 2003 23:11:18 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18qKcP-00007s-02 for gnu-help-gnu-emacs@m.gmane.org; Tue, 04 Mar 2003 17:10:37 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews1.google.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 19 Original-NNTP-Posting-Host: 212.181.21.115 Original-X-Trace: posting.google.com 1046815664 11674 127.0.0.1 (4 Mar 2003 22:07:44 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: 4 Mar 2003 22:07:44 GMT Original-Xref: shelby.stanford.edu gnu.emacs.help:110818 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:7318 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:7318 Imagine you have this: ~/tmp/esh $ ls long_file_name.gif and want to do this ~/tmp/esh $ rm long_ That works ok, eshell completes the filename. But what if I want to rename that file to long_file_name.jpeg? This does not work as I want: ~/tmp/esh $ mv long_ lo I guess eshell is trying to be smart here, but in this case it is too smart for my taste... :) Any variable I might want to customize and any drawbacks?