From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Peter S Galbraith Newsgroups: gmane.emacs.help Subject: Re: the real file-attributes function Date: Fri, 25 Oct 2002 11:17:19 -0400 Sender: help-gnu-emacs-admin@gnu.org Message-ID: <20021025151719.5E6F429603@mixing.qc.dfo.ca> References: <7ibs5j1jko.fsf@neoscale.com> <5l8z0m1tsv.fsf@rum.cs.yale.edu> NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035559235 22355 80.91.224.249 (25 Oct 2002 15:20:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 25 Oct 2002 15:20:35 +0000 (UTC) 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 1856Fv-0005nR-00 for ; Fri, 25 Oct 2002 17:20:11 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 1856F6-0003S7-00; Fri, 25 Oct 2002 11:19:20 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 1856EL-00039J-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:18:33 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 1856DV-0002sT-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:18:33 -0400 Original-Received: from mixing.qc.dfo-mpo.gc.ca ([216.226.40.21] helo=mixing.qc.dfo.ca) by monty-python.gnu.org with esmtp (Exim 4.10) id 1856DB-0002mM-00 for help-gnu-emacs@gnu.org; Fri, 25 Oct 2002 11:17:22 -0400 Original-Received: from mixing.qc.dfo.ca (localhost [127.0.0.1]) by mixing.qc.dfo.ca (Postfix) with ESMTP id 5E6F429603 for ; Fri, 25 Oct 2002 11:17:19 -0400 (EDT) Original-To: help-gnu-emacs@gnu.org In-Reply-To: Message from "Stefan Monnier " of "25 Oct 2002 10:23:28 EDT." <5l8z0m1tsv.fsf@rum.cs.yale.edu> X-Mailer: mh-e 6.1+cvs; nmh 1.0.4+dev; Emacs 21.2 X-Face: "#bYm%*(4JuXAkouMxaLz|M2dbXUFnQ"IRX)zpsiM"(B}`#|_b548$VB}5L&VIck1F#FNc' rsASk0?-/gFp2qzM>0]`Jc}Qd<8[l)N7{8%qMN~{|DS.ME.$ Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2931 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2931 Stefan Monnier wrote: > Fiddling with those attributes will just break ange-ftp. > You're better off disabling it rather than breaking it. > Take a look at file-name-handlers-alist and remove the ange-ftp > entries there. So that's how you disable ange-ftp! It ought to have a defcustom for that... I _never_ use it, and I'm always annoyed the first time I try to open a file, press tab after / in the prompt, and emacs loads ange-ftp. Peter