Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install wakatime in Emacs 27.2 #55

Open
Marin-Kitagawa opened this issue Jun 24, 2021 · 2 comments
Open

Cannot install wakatime in Emacs 27.2 #55

Marin-Kitagawa opened this issue Jun 24, 2021 · 2 comments

Comments

@Marin-Kitagawa
Copy link

The following error shows up while trying to install wakatime using the built-in package manager of emacs

counsel-gtags.el:400:1:Error: Symbol's value as variable is void: counsel-gtags--prompts-alist

I couldn't find a way to create a plugin for emacs here

OS : Windows 21H1 (stable)
Emacs: 27.2
Spacemacs: 0.300.0 (development)

@alanhamlett
Copy link
Member

alanhamlett commented Jun 25, 2021

We haven't tried the built-in package manager. Can you try installing wakatime with MELPA?

https://github.com/wakatime/wakatime-mode#installation

@alanhamlett alanhamlett transferred this issue from wakatime/wakatime-cli Jun 25, 2021
@thomasf
Copy link
Contributor

thomasf commented Jun 28, 2021

MELPA is just a repository for the built in package manager.

The error above is form compiling counsel-gtags.el which probably is a part of some other package
and isn't dependency of this package so it is an unrelated error message.

Usually a compilation error in an unrelated package does not affect the installation of another package unless it is a dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants