Questions tagged [install]
The install tag has no summary.
102 questions
3
votes
1
answer
59
views
magit tar ball to install on emacs 27.1
My organization provides emacs 27.1 in Linux terminal. I do not have sudo previleges or ability to upgrade emacs. Current version of magit on melpa does not support emacs 27.1
I want to use M-x ...
0
votes
0
answers
45
views
New Emacs install, cannot run M-x package-initialize: function definition is void: cl--generic-struct-tag
I compiled Emacs 30.2 with the regular ./configure, make & make install.
I have an existing older Emacs, so I run the new Emacs with --init-directory:
/usr/local/bin/emacs --debug-init --init-...
0
votes
2
answers
91
views
Packages - not all files loaded
I want to use the package gptel.el (but this is only an example, the error also occurs with a few other packages) after the installation via Melpa (incl. init.el: require ‘gptel) I try to execute e.g. ...
0
votes
0
answers
157
views
How do I get-install an older Emacs in Linux
For Linux I use Ubuntu and have always added Emacs from its current repository by apt-get install emacs. I have encountered a bug in the latest version and would like to install different intermediate ...
0
votes
1
answer
50
views
How can I find the cookie file fortunes.u8 online?
When I run M-x cookie RET on my installation of emacs (GNU Emacs 29.3 build 3, x86_64-pc-linux-gnu, GTK+ Version 2.24.32, cairo version 1.16.0) - installed from source on Linux Mint 20.3 - I get the ...
0
votes
2
answers
417
views
package.el can't install lsp-mode and now can't upgrade packages anymore
I tried to install lsp-mode from MELPA, but get the following error message:
run-hooks: Cannot open load file: No such file or directory, lsp-mode
So I thought I'd upgrade my other packages and try ...
0
votes
1
answer
105
views
Trouble installing emacs 26.3 Red Hat
Followed these steps:
Downloaded emacs-26.3.tar.gz, drop it in a subdir of my home dir
cd to there
tar -xvf emacs-26.1.tar.xz
Seems happy a bunch of files appear
cd emacs-26.3
./configure --prefix=/...
0
votes
0
answers
59
views
Unable to install packages due to run-hooks error
I'm getting a strange error when installing packages using package-install.
I haven't really updated anything in my configs but package installation suddenly stopped working. Any pointers or ...
0
votes
1
answer
371
views
GnuTLS not found in MSYS2 build - fixable?
I installed emacs 29.1 through git for Windows SDK which installs a subset of MSYS2 with the package manager pacman.
pacman -S mingw-w64-x86_64-emacs
When I start this emacs up, it gives this message:...
1
vote
1
answer
226
views
How to proper install and configure js2-mode via use-package declaration?
I am trying to install this package called js2-mode. This is part of my effort to follow this tutorial.
Package documentation and tutorial are using classic installation via package-install as follows:...
1
vote
1
answer
119
views
How do you install DoReMi?
I found that DoReMi is a better way of resizing windows in emacs, but DoReMi is not in the Melpa package repository. I looked at the Emacs Wiki and doremi.el was there but I'm not too sure how to use ...
0
votes
1
answer
1k
views
Melpa packages not listed
On Mac OS, Emacs 28.2, I have the following lines at the top of my init.el
(require 'package)
(add-to-list 'package-archives
'("org" . "https://orgmode.org/elpa/")
'("...
2
votes
2
answers
4k
views
How to install emacs29 with X11 support?
After installing emacs 29 with yay emacs29-git now on startx I get:
You are trying to run Emacs configured with the "pure-GTK" interface under the X Window System. That configuration is ...
6
votes
0
answers
2k
views
libtool not found. Please install libtool
Linux Mint 21
Emacs 27.1
I want to install package "vterm".
Here my init.el
(use-package use-package-ensure-system-package
:ensure t)
(use-package vterm
:ensure t
:ensure-system-...
0
votes
0
answers
310
views
How install Emacs 28 from OFFICIAL REPOSITORY?
Linux Mint 21.3
I installed Emacs like this:
apt-install emacs
It's success installed ... but it's version 27.
But I want to install Emacs 28... from OFICIAL REPOSITORY.
Is it possible?