unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#18576: 24.3.93; fail to list elpa packages
@ 2014-09-27 19:48 Rostyslav Skrypnyk
  2014-09-28 17:00 ` Stefan Monnier
  2015-01-23  8:24 ` bug#18576: " Gianluca Della Vedova
  0 siblings, 2 replies; 4+ messages in thread
From: Rostyslav Skrypnyk @ 2014-09-27 19:48 UTC (permalink / raw)
  To: 18576


When I type M-x 'list-packages' I get a message saying "Failed to
download gnu archive". So, something is wrong with accessing GNU ELPA
packages. I get the same error for the last 2 days.
Here is a part of my .emacs file related to packages:
'(package-archives
   (quote
    (("gnu" . "http://elpa.gnu.org/packages/")
     ("melpa" . "http://melpa.milkbox.net/packages/"))))

Thanks in advance,

Rostyslav.



In GNU Emacs 24.3.93.1 (x86_64-apple-darwin13.3.0, NS apple-appkit-1265.21)
of 2014-08-15 on builder10-9.porkrind.org
Windowing system distributor `Apple', version 10.3.1265
Configured using:
`configure --with-ns'

Important settings:
  locale-coding-system: utf-8-unix

Major mode: Fundamental

Minor modes in effect:
  global-auto-complete-mode: t
  global-linum-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  buffer-read-only: t
  line-number-mode: t
  transient-mark-mode: t

Recent input:
<help-echo> M-x r e p o r t SPC e <tab> <return>

Recent messages:
Loading linum...done
For information about GNU Emacs and the GNU system, type C-h C-a.

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums
mm-util mail-prsvr mail-utils advice help-fns auto-complete-config
auto-complete edmacro kmacro cl-loaddefs cl-lib popup deeper-blue-theme
linum cus-start cus-load time-date tooltip electric uniquify ediff-hook
vc-hooks lisp-float-type mwheel ns-win tool-bar dnd fontset image
regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register
page menu-bar rfn-eshadow timer select scroll-bar mouse jit-lock
font-lock syntax facemenu font-core frame cham georgian utf-8-lang
misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew
greek romanian slovak czech european ethiopic indian cyrillic chinese
case-table epa-hook jka-cmpr-hook help simple abbrev minibuffer nadvice
loaddefs button faces cus-face macroexp files text-properties overlay
sha1 md5 base64 format env code-pages mule custom widget
hashtable-print-readable backquote make-network-process cocoa ns
multi-tty emacs)

Memory information:
((conses 16 86733 5729)
(symbols 48 19467 0)
(miscs 40 82 110)
(strings 32 14079 4366)
(string-bytes 1 374767)
(vectors 16 10449)
(vector-slots 8 385983 5023)
(floats 8 81 44)
(intervals 56 202 21)
(buffers 960 12))





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

* bug#18576: 24.3.93; fail to list elpa packages
  2014-09-27 19:48 bug#18576: 24.3.93; fail to list elpa packages Rostyslav Skrypnyk
@ 2014-09-28 17:00 ` Stefan Monnier
  2016-12-07 22:03   ` Glenn Morris
  2015-01-23  8:24 ` bug#18576: " Gianluca Della Vedova
  1 sibling, 1 reply; 4+ messages in thread
From: Stefan Monnier @ 2014-09-28 17:00 UTC (permalink / raw)
  To: Rostyslav Skrypnyk; +Cc: 18576

> When I type M-x 'list-packages' I get a message saying "Failed to
> download gnu archive". So, something is wrong with accessing GNU ELPA
> packages. I get the same error for the last 2 days.
> Here is a part of my .emacs file related to packages:
> '(package-archives
>    (quote
>     (("gnu" . "http://elpa.gnu.org/packages/")
>      ("melpa" . "http://melpa.milkbox.net/packages/"))))

Do you see the same problem with "emacs -Q"?


        Stefan





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

* bug#18576: fail to list elpa packages
  2014-09-27 19:48 bug#18576: 24.3.93; fail to list elpa packages Rostyslav Skrypnyk
  2014-09-28 17:00 ` Stefan Monnier
@ 2015-01-23  8:24 ` Gianluca Della Vedova
  1 sibling, 0 replies; 4+ messages in thread
From: Gianluca Della Vedova @ 2015-01-23  8:24 UTC (permalink / raw)
  To: 18576

> > When I type M-x 'list-packages' I get a message saying "Failed to
> > download gnu archive". So, something is wrong with accessing GNU ELPA
> > packages. I get the same error for the last 2 days.
> > Here is a part of my .emacs file related to packages:
> > '(package-archives
> >    (quote>     (("gnu" . "http://elpa.gnu.org/packages/")
> >      ("melpa" . "http://melpa.milkbox.net/packages/"))))

> Do you see the same problem with "emacs -Q"?

I had the same problem with version 24.4, and I found out that it was
due to a
(setq file-coding-system-alist ("" utf-8 . utf-8))
in my init.el file.

Removing that part fixed the problem.
-- 
Gianluca Della Vedova
http://gianluca.dellavedova.org





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

* bug#18576: 24.3.93; fail to list elpa packages
  2014-09-28 17:00 ` Stefan Monnier
@ 2016-12-07 22:03   ` Glenn Morris
  0 siblings, 0 replies; 4+ messages in thread
From: Glenn Morris @ 2016-12-07 22:03 UTC (permalink / raw)
  To: 18576-done

Stefan Monnier wrote:

> Do you see the same problem with "emacs -Q"?

It's been 2 years with no response, closing.





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

end of thread, other threads:[~2016-12-07 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-27 19:48 bug#18576: 24.3.93; fail to list elpa packages Rostyslav Skrypnyk
2014-09-28 17:00 ` Stefan Monnier
2016-12-07 22:03   ` Glenn Morris
2015-01-23  8:24 ` bug#18576: " Gianluca Della Vedova

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).