all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jammyatjammy@gmail.com
To: help-gnu-emacs@gnu.org
Subject: gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated
Date: Mon, 10 Nov 2014 01:19:50 -0800 (PST)	[thread overview]
Message-ID: <106a60df-69e3-4065-82d9-ece226532528@googlegroups.com> (raw)

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-terminate) but got no response.

I'm trying to run emacs 24.4-1 on up-to-date Arch Linux. My dotfiles have gone a bit awry, so I cleared out my ~/.emacs.d/ and put in it an init.el with 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 terminated.

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 yields:

error in process sentinel: Wrong type argument: listp, "df48f6d0aee048d76de822433b84f528"

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ïnstalling emacs and gnutls via pacman -S, but that hasn't helped.


             reply	other threads:[~2014-11-10  9:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-10  9:19 jammyatjammy [this message]
2014-11-10 19:59 ` gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated Jorge Araya Navarro
2014-12-10 23:49 ` Ted Zlatanov

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=106a60df-69e3-4065-82d9-ece226532528@googlegroups.com \
    --to=jammyatjammy@gmail.com \
    --cc=help-gnu-emacs@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.