all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Deniz Dogan <deniz@dogan.se>
To: emacs-devel@gnu.org
Subject: Strange code in `nnimap-open-connection-1'
Date: Sat, 27 Aug 2011 10:39:26 +0200	[thread overview]
Message-ID: <4E58AD3E.4070502@dogan.se> (raw)

In `nnimap-open-connection-1' I read:

[...]
     (let* ((coding-system-for-read 'binary)
	   (coding-system-for-write 'binary)
	   (port nil)
[...]

`port' is set to nil but the value is never used except for in the error 
message: (nnheader-report 'nnimap "Unable to contact %s:%s via %s" 
nnimap-address port nnimap-stream)

This is confusing to say the least.  What is going on here?

Deniz




             reply	other threads:[~2011-08-27  8:39 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-27  8:39 Deniz Dogan [this message]
2011-09-03 21:39 ` Strange code in `nnimap-open-connection-1' 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=4E58AD3E.4070502@dogan.se \
    --to=deniz@dogan.se \
    --cc=emacs-devel@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.