From: Henrik Enberg <henrik.enberg@telia.com>
Subject: Re: Turn OFF default TRAMP in Emacs 22.x, need VMS access
Date: Mon, 16 Jan 2006 20:57:59 +0100 (CET) [thread overview]
Message-ID: <200601161957.k0GJvxNF010688@rocksteady.printf.se> (raw)
In-Reply-To: <1137434526.766655.198770@z14g2000cwz.googlegroups.com> (nelson.ingersoll@email.com)
> So I want to use ANGE-FTP with Emacs 22.x. Alas, setting the tramp
> default method, ala (setq tramp-default-method "ftp"), still leaves
> TRAMP in the path being difficult. I want to get rid of it.
> Completely.
>
> How can I completely remove TRAMP from a release? I can install
> ANGE-FTP via my site-lisp directory and my .emacs file. I commented
> out the TRAMP section in ../lisp/loaddefs.el; however, that didn't
> work. Did I miss something or is there somewhere else to go as well?
Add the following to your ~/.emacs:
(setq file-name-handler-alist
(delq (rassq 'tramp-file-name-handler
file-name-handler-alist)
file-name-handler-alist))
This will kill tramp dead, but it won't reinstate ange-ftp, so you
have to do that. Search for file-name-handler-alist in ange-ftp.el, and
you'll find some commented out code that shows how that is done.
next prev parent reply other threads:[~2006-01-16 19:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-01-16 18:02 Turn OFF default TRAMP in Emacs 22.x, need VMS access nelson.ingersoll
2006-01-16 19:57 ` Henrik Enberg [this message]
2006-01-18 4:11 ` Stefan Monnier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200601161957.k0GJvxNF010688@rocksteady.printf.se \
--to=henrik.enberg@telia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).