help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs doesn't see the most recent version of Company Mode hosted on


From: egarrulo
Subject: Re: Emacs doesn't see the most recent version of Company Mode hosted on Elpa
Date: Thu, 18 May 2017 00:46:44 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

On 17/05/17 22:27, Dmitry Gutov wrote:
On 17.05.2017 23:18, egarrulo wrote:
The problem does not appear with `emacs -Q', though, that correctly
sees version 0.9.3.  What could be going wrong?

Did you change the value of `package-archives' somewhere?

Yes, but the same code works as expected in `emacs -Q', as long as I start with an empty `package-user-dir' directory:

(defvar package-enable-at-startup nil)
(require 'package)
(add-to-list 'package-archives '("melpa-stable" . "http://stable.melpa.org/packages/";))
(add-to-list 'package-archives '("org" . "http://orgmode.org/elpa/";) t)
(setq package-user-dir (expand-file-name "~/elpa/"))
(package-initialize)

My installation in "~/elpa/" could be corrupted. By the way, even if Emacs doesn't list the last Company version, it correctly identifies the currently installed version as obsolete.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]