emacs-devel
[Top][All Lists]
Advanced

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

Strange code in `nnimap-open-connection-1'


From: Deniz Dogan
Subject: Strange code in `nnimap-open-connection-1'
Date: Sat, 27 Aug 2011 10:39:26 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0) Gecko/20110812 Thunderbird/6.0

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 via email to

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