Gnus development mailing list
 help / color / mirror / Atom feed
From: Ted Zlatanov <tzz@lifelogs.com>
To: ding@gnus.org
Subject: Re: nnimap ignoring server options?
Date: Tue, 19 Oct 2010 09:13:38 -0500	[thread overview]
Message-ID: <87mxqas225.fsf@lifelogs.com> (raw)
In-Reply-To: <m339s388ni.fsf@quimbies.gnus.org>

On Mon, 18 Oct 2010 23:59:13 +0200 Lars Magne Ingebrigtsen <larsi@gnus.org> wrote: 

LMI> Andrew J Cosgriff <ajc@polydistortion.net> writes:
>> trying something slightly different, I see that "imap" (with quotes) works.
>> 
>> it's meant to work non-quoted though, right?

LMI> No, only a string or a number are supposed to work.  The stream
LMI> functions don't accept symbols.

That seems easy to fix:

(when (symbolp port) (setq port (symbol-name port)))

...and I think it would be a good fit, generally, since service names
tend to be within the symbol character set.  Any reasons not to do this?

Ted




  parent reply	other threads:[~2010-10-19 14:13 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-11  1:30 Andrew J Cosgriff
2010-10-11 18:03 ` Lars Magne Ingebrigtsen
2010-10-11 21:19   ` Andrew J Cosgriff
2010-10-12 12:43     ` Lars Magne Ingebrigtsen
2010-10-13 22:33       ` Andrew J Cosgriff
2010-10-13 22:59         ` Lars Magne Ingebrigtsen
2010-10-14 23:29           ` Andrew J Cosgriff
2010-10-15  7:43             ` Lars Magne Ingebrigtsen
2010-10-15  9:53               ` Andrew J Cosgriff
2010-10-15 14:02                 ` Lars Magne Ingebrigtsen
2010-10-17 21:54                   ` Andrew J Cosgriff
2010-10-17 22:00                     ` Lars Magne Ingebrigtsen
2010-10-18 21:07                       ` Andrew J Cosgriff
2010-10-18 21:59                         ` Lars Magne Ingebrigtsen
2010-10-18 23:47                           ` Andrew J Cosgriff
2010-10-18 23:52                             ` Lars Magne Ingebrigtsen
2010-10-19  0:41                               ` Katsumi Yamaoka
2010-10-19 17:52                                 ` Lars Magne Ingebrigtsen
2010-10-19 18:36                                 ` Andreas Schwab
2010-10-19 18:30                               ` Andreas Schwab
2010-10-19 14:13                           ` Ted Zlatanov [this message]
2010-10-19 17:54                             ` Lars Magne Ingebrigtsen
2010-10-19 18:28                               ` Ted Zlatanov
2010-10-19 18:30                                 ` Lars Magne Ingebrigtsen
2010-10-12  4:00   ` Bruno Tavernier
2010-10-12  8:23     ` Andrew J Cosgriff
2010-10-12 12:43     ` 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=87mxqas225.fsf@lifelogs.com \
    --to=tzz@lifelogs.com \
    --cc=ding@gnus.org \
    /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).