help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I just wanted to expand /home, and it loads ange-ftp


From: Kevin Rodgers
Subject: Re: I just wanted to expand /home, and it loads ange-ftp
Date: Tue, 22 Jul 2003 12:15:29 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Dan Jacobson wrote:

K> |    You can entirely turn off the FTP file name feature by removing the
K> | entries `ange-ftp-completion-hook-function' and
K> | `ange-ftp-hook-function' from the variable `file-name-handler-alist'.

Is using gnus-delete-alist the best way to clean these up?

Nah:


(setq file-name-handler-alist
      (delq (rassq 'ange-ftp-hook-function file-name-handler-alist)
            file-name-handler-alist))
(setq file-name-handler-alist
      (delq (rassq 'ange-ftp-completion-hook-function file-name-handler-alist)
            file-name-handler-alist))

--
Kevin Rodgers



reply via email to

[Prev in Thread] Current Thread [Next in Thread]