From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.bugs Subject: Re: I just wanted to expand /home, and it loads ange-ftp Date: Mon, 30 Jun 2003 08:47:06 -0600 Sender: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Message-ID: <3F004D6A.5040108@yahoo.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1056985125 20544 80.91.224.249 (30 Jun 2003 14:58:45 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Jun 2003 14:58:45 +0000 (UTC) Original-X-From: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Mon Jun 30 16:58:42 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 19X078-0005Kp-00 for ; Mon, 30 Jun 2003 16:58:42 +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 19X06v-0007fu-4A for gnu-bug-gnu-emacs@m.gmane.org; Mon, 30 Jun 2003 10:58:29 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19X05d-0007BB-4B for bug-gnu-emacs@prep.ai.mit.edu; Mon, 30 Jun 2003 10:57:09 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19X03l-0006Zf-Tm for bug-gnu-emacs@prep.ai.mit.edu; Mon, 30 Jun 2003 10:55:18 -0400 Original-Received: from horus.isnic.is ([193.4.58.12]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19Wzvz-0003wU-MZ for bug-gnu-emacs@prep.ai.mit.edu; Mon, 30 Jun 2003 10:47:11 -0400 Original-Received: from mail.fu-berlin.de (root@mail.fu-berlin.de [160.45.11.165]) by horus.isnic.is (8.12.9/8.12.9/isnic) with ESMTP id h5UEl6gO057982 for ; Mon, 30 Jun 2003 14:47:07 GMT (envelope-from ihs_4664@yahoo.com) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Mon, 30 Jun 2003 16:47:05 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Mon, 30 Jun 2003 16:47:05 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: 170.207.51.80!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 30 X-Orig-NNTP-Posting-Host: 170.207.51.80 X-Orig-X-Trace: fu-berlin.de 1056984425 32834234 170.207.51.80 (16 [82742]) User-Agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2 X-Accept-Language: en-us X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: bug-gnu-emacs-bounces+gnu-bug-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.bugs:5427 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:5427 Dan Jacobson wrote: > What's the big deal, all I wanted to do was expand /ho to /home, and > it goes and loads ange-ftp, like I'm a big daddy or something. > $ emacs > C-x C-f / h o TAB You call that a bug report? > Say, how do I tell emacs that I don't get out on the net much and > there's no need to load ange-ftp unless I really type something that > smells ftpish? >>From the "Remote Files" node of the Emacs manual (indexed by ange-ftp): | You can entirely turn off the FTP file name feature by removing the | entries `ange-ftp-completion-hook-function' and | `ange-ftp-hook-function' from the variable `file-name-handler-alist'. | You can turn off the feature in individual cases by quoting the file | name with `/:' (*note Quoted File Names::). Next time, try gnu.emacs.help -- Kevin Rodgers