all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated
@ 2014-11-10  9:19 jammyatjammy
  2014-11-10 19:59 ` Jorge Araya Navarro
  2014-12-10 23:49 ` Ted Zlatanov
  0 siblings, 2 replies; 3+ messages in thread
From: jammyatjammy @ 2014-11-10  9:19 UTC (permalink / raw)
  To: help-gnu-emacs

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-10 23:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-10  9:19 gnutls.c: [0] (Emacs) fatal error: The TLS connection was non-properly terminated jammyatjammy
2014-11-10 19:59 ` Jorge Araya Navarro
2014-12-10 23:49 ` Ted Zlatanov

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.