From: Bo Grimes <vcg3rd@fastmail.com>
To: help-gnu-emacs@gnu.org
Subject: Windows 10, Melpa, TSL
Date: Thu, 18 Aug 2016 10:39:39 -0400 [thread overview]
Message-ID: <57B5C8AB.6050305@fastmail.com> (raw)
System and Relevant Portion of .emacs
GNU Emacs 24.4.1 (i686-pc-mingw32)
Windows 10 Home, Version 1607, Build 14393.51
(require 'package) ;;
(add-to-list 'package-archives
'("melpa" . "https://melpa.org/packages/"))
(when (< emacs-major-version 24)
;; For important compatibility libraries like cl-lib
(add-to-list 'package-archives '("gnu" .
"http://elpa.gnu.org/packages/")))
(package-initialize) ;
Problem, Possibly Solved
I'm not a programmer (by any name). Just an ordinary person cursed with
a need to use software I can adapt to myself. I wish I was: "Word?
Evernote? That's how you write and take notes? Perfect! Got it. Thanks."
It would make my life so much more simple. I am able to make Emacs and
Org-mode work more like my brain wants to work than anything I have
tried since stumbling on the Internet in the computer lab during grad
school (history) in the early 90s, so I persist.
Yeah, I know, stop narrating (see history above).
Yesterday, I wanted to install csv-mode because I decided to move what
little spreadsheet work I do for record keeping into Emacs as well.
The Packages buffer loaded fine, but when I tried to install I got:
"could not create connection to melpa.milkbox.net"
After some Google work, it seems I should have been using melpa.org not
melpa.milkbox.net, so I changed that, and still had the same problem.
I rarely ever install packages since all I really do is take notes,
manage tasks and write, but just two weeks ago I played around with some
new themes out of boredom with the one I have been using for a year, and
everything worked fine.
Some more Google work led me to believe it was a TSL problem. I
followed the advice here:
http://xn--9dbdkw.se/diary/how_to_enable_GnuTLS_for_Emacs_24_on_Windows/index.en.html
which is basically:
Get GnuTSL, extract, copy DLLs to the bin directory of Emacs, restart
Emacs. It worked.
So, what's the problem? The problem is I don't know what I did, and I
don't like that. I don't know if I really fixed anything or if I created
potential future problems. The only change to my system for months has
been Windows updates, and everything worked fine just two weeks ago.
next reply other threads:[~2016-08-18 14:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-18 14:39 Bo Grimes [this message]
2016-08-18 18:29 ` Windows 10, Melpa, TSL Eli Zaretskii
2016-08-18 20:19 ` Bo Grimes
2016-08-19 7:10 ` Eli Zaretskii
2016-08-19 4:22 ` Bo Grimes
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=57B5C8AB.6050305@fastmail.com \
--to=vcg3rd@fastmail.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.