From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jammyatjammy@gmail.com Newsgroups: gmane.emacs.help Subject: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated Date: Mon, 10 Nov 2014 01:19:50 -0800 (PST) Message-ID: <106a60df-69e3-4065-82d9-ece226532528@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1415628152 29749 80.91.229.3 (10 Nov 2014 14:02:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Nov 2014 14:02:32 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Nov 10 15:02:28 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XnpY3-0007HG-Qn for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Nov 2014 15:02:27 +0100 Original-Received: from localhost ([::1]:43364 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XnpY3-0001Xl-FH for geh-help-gnu-emacs@m.gmane.org; Mon, 10 Nov 2014 09:02:27 -0500 X-Received: by 10.43.104.66 with SMTP id dl2mr31123638icc.9.1415611191168; Mon, 10 Nov 2014 01:19:51 -0800 (PST) X-Received: by 10.140.93.106 with SMTP id c97mr1101qge.41.1415611191027; Mon, 10 Nov 2014 01:19:51 -0800 (PST) Original-Path: usenet.stanford.edu!h15no1450417igd.0!news-out.google.com!m4ni0qag.1!nntp.google.com!u7no508257qaz.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=131.111.236.123; posting-account=3iAVRwoAAADwsot5PqCYQQ3ZD9gy7b_E Original-NNTP-Posting-Host: 131.111.236.123 User-Agent: G2/1.0 Injection-Date: Mon, 10 Nov 2014 09:19:51 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:208604 X-Mailman-Approved-At: Mon, 10 Nov 2014 09:00:18 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100883 Archived-At: Hi. I'm new here. I asked this on superuser (http://superuser.com/questions= /837362/gnutls-c-0-emacs-fatal-error-the-tls-connection-was-non-properly-te= rminate) but got no response. I'm trying to run emacs 24.4-1 on up-to-date Arch Linux. My dotfiles have g= one a bit awry, so I cleared out my ~/.emacs.d/ and put in it an init.el wi= th this content (taken verbatim from here (http://wikemacs.org/wiki/El-get#= Installation)): (add-to-list 'load-path "~/.emacs.d/el-get/el-get") (unless (require 'el-get nil t) (url-retrieve "https://raw.github.com/dimitri/el-get/master/el-get-install.el" (lambda (s) (end-of-buffer) (eval-print-last-sexp)))) Upon starting `emacs --debug-init`, I get the minibuffer message: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly term= inated. After a while, it moves onto `Indenting region...done`(!?), which flickers = occasionally. Then, in the main buffer (which previously contained: Cloning into 'el-get'... POST git-upload-pack (852 bytes) ) I get the extra line: Congrats, el-get is installed and ready to serve! However, this is not the case. Running `el-get-install` `evil` eventually y= ields: error in process sentinel: Wrong type argument: listp, "df48f6d0aee048d76de= 822433b84f528" after placing a few files in my ~/.emacs.d: > ls ~/.emacs.d/ el-get/ init.el > ls ~/.emacs.d/el-get/ el-get/ undo-tree/ I've tried re=EFnstalling emacs and gnutls via pacman -S, but that hasn't h= elped.