emacs-circe / circe

Circe, a Client for IRC in Emacs
GNU General Public License v3.0
390 stars 51 forks source link

Emacs 27.1 obsoleted tls.el #377

Closed wasamasa closed 3 years ago

wasamasa commented 4 years ago

I've upgraded and got a warning about tls.el being obsoleted. No rush of fixing this one, but in a future release it will be gone. This shouldn't be too hard to fix, things I've found so far:

See also:

A more drastic solution would be to use built-in TLS support as suggested in the last link, at the cost of Emacs possibly hanging when reconnecting (an issue not present with the subprocess solution).