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

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

installing a package in bath mode


From: Masahiro Yamada
Subject: installing a package in bath mode
Date: Mon, 12 Jul 2021 16:28:57 +0900

Hi.

I want to install a package from the command line.

I asked google how to do it, and I tried.

For example, I tried to install 'solarized-theme' like below,
but contrary to my will, emacs tried to install 'solarized-theme-'.

(a hyphen is always appended at the end of the package name/)

What is wrong here?


$ emacs --batch  --eval "(progn (package-initialize)(package-install
'solarized-theme))"
Loading /etc/emacs/site-start.d/00debian.el (source)...
Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)...
Loading debian-ispell...
Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)...
Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)...
Setting ‘package-selected-packages’ temporarily since "emacs -q" would
overwrite customizations
Setting ‘package-selected-packages’ temporarily since "emacs -q" would
overwrite customizations
Package ‘solarized-theme-’ is unavailable

-- 
Best Regards
Masahiro Yamada



reply via email to

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