Gnus development mailing list
 help / color / mirror / Atom feed
From: Kai Grossjohann <kai@emptydomain.de>
Subject: Re: Nnslashdot group containing "\w+:\s+\w+" causes error
Date: Sat, 03 Jan 2004 16:52:24 +0100	[thread overview]
Message-ID: <87smixhvwn.fsf@emptyhost.emptydomain.de> (raw)
In-Reply-To: <m3lloqb0od.fsf@quimbies.gnus.org>

Lars Magne Ingebrigtsen <larsi@gnus.org> writes:

> How do I get it to not do that?  I mean, without actually reading the
> manual?   

You ask me ;-)

You can either tell Tramp to always use ftp for filenames where the
method is not specified.  See the variable tramp-default-method.  For
example, (setq tramp-default-method "ftp").

Or you can tell Tramp to use ftp for certain user/host combinations.
See the variable tramp-default-method-alist.  For example,
(add-to-list 'tramp-default-method-alist '("u1" "h1" "ftp")) -- this
means that when the user name matches the regexp u1 and the host name
matches the regexp h1, then use ftp.  (Use "" for the regexp if you
need one that always matches.)

Does this help?

Kai



  reply	other threads:[~2004-01-03 15:52 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-12-15  7:10 Matti Saarinen
2003-12-31  2:27 ` Lars Magne Ingebrigtsen
2004-01-02 16:52   ` Kai Grossjohann
2004-01-02 19:38     ` Lars Magne Ingebrigtsen
2004-01-03 15:52       ` Kai Grossjohann [this message]
2004-01-03 18:47         ` Lars Magne Ingebrigtsen

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87smixhvwn.fsf@emptyhost.emptydomain.de \
    --to=kai@emptydomain.de \
    /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 NNTP newsgroup(s).