Skip to main content

Questions tagged [install]

Filter by
Sorted by
Tagged with
3 votes
1 answer
54 views

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 ...
Naresh Gurbuxani's user avatar
0 votes
0 answers
44 views

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-...
Ehvince's user avatar
  • 1,091
0 votes
2 answers
84 views

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. ...
Martin Nomine's user avatar
0 votes
0 answers
154 views

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 ...
David McCracken's user avatar
0 votes
1 answer
46 views

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 ...
harlandski's user avatar
0 votes
2 answers
401 views

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 ...
Alexander Praehauser's user avatar
0 votes
1 answer
102 views

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=/...
Mikef's user avatar
  • 205
0 votes
0 answers
54 views

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 ...
iwakura1ain's user avatar
0 votes
1 answer
364 views

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:...
hatmatrix's user avatar
  • 1,176
1 vote
1 answer
219 views

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:...
Pedro Delfino's user avatar
1 vote
1 answer
115 views

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 ...
FFFluoride's user avatar
0 votes
1 answer
1k views

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/") '("...
vpk's user avatar
  • 115
2 votes
2 answers
4k views

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 ...
jjk's user avatar
  • 786
6 votes
0 answers
2k views

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-...
a_subscriber's user avatar
  • 4,386
0 votes
0 answers
306 views

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?
a_subscriber's user avatar
  • 4,386
0 votes
0 answers
979 views

ı am using emacs 28.2 in manjaro linux and ı got error like this Error while verifying signature archive-contents.sig: when ı install jedi with M-x shortcut ı am looking at to this url How to proceed ...
SilentHorse's user avatar
0 votes
0 answers
91 views

(require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-...
SilentHorse's user avatar
1 vote
1 answer
2k views

I am trying to install a package called yaml-mode on my Emacs. Basically, a syntax highlighting for .yaml files. My current syntax highlighters do not have support for yaml files, apparently. Hence, I ...
Pedro Delfino's user avatar
1 vote
0 answers
60 views

My CentOS 8 Stream comes with emacs-26.1 which does not have 'base64url-encode-region'. It seems like this came out in emacs-27.x. I'd like to have the functionality as painlessly as possible. I ...
Erik Bennett's user avatar
0 votes
1 answer
51 views

I am using Emacs on a macOS Monterey 12.5 (M1 hardware). This is my config file. I am trying to install a package called clj-refactor for Clojure development. Following the instructions on the ...
Pedro Delfino's user avatar
2 votes
2 answers
2k views

I recently installed emacs on a M1 Mac. I have done this before on my previous M1 mac with brew: brew install emacs Usually, I would find the emacs.app file in the /opt/homebrew/Celler/emacs folder. ...
Vinn's user avatar
  • 333
0 votes
3 answers
142 views

I was using this init file on a NixOS machine. It is important to note that parts of the file were written with use-package and other parts were a legacy from the classic imperative installation of ...
Pedro Delfino's user avatar
5 votes
1 answer
303 views

I like this Emacs package called Emacs Centered Point link. I must highlight that it is not listed on MELPA/ELPA. Until now, I have just appended the snippet to my init file with the following and it ...
Pedro Delfino's user avatar
1 vote
0 answers
269 views

When I first installed Slime, I used to install things via the classic M-x and package-install. Then, I inserted the following configuration: (slime-setup '(slime-fancy slime-asdf slime-indentation ...
Pedro Delfino's user avatar
1 vote
1 answer
893 views

I am running emacs-28.1 and starting of with elpy. My current python development section is as follows: (use-package elpy :ensure t :defer t :init (setq elpy-rpc-python-command "python3&...
Bussller's user avatar
  • 115
0 votes
1 answer
73 views

I'm trying to call AUCTeX from Emacs and I'm now getting the following error (quote marks changed slightly to get code block below to work): Running 'TeX' on 'simple' with ''pdf/Users/myname/bin/...
ShyPerson's user avatar
  • 103
1 vote
0 answers
182 views

I'm making some changes to emacs-emojify in my personal confgs to update the emojis to the latest version. So far I downloaded the zip. (url-copy-file "https://github.com/hfg-gmuend/openmoji/...
stindrago's user avatar
1 vote
1 answer
740 views

I am watching a great YouTube series called Emacs From Scratch from System Crafters' YouTube channel. On episode #4, David Wilson talks about projectile. His screen shows: There is a pointer for the ...
Pedro Delfino's user avatar
4 votes
2 answers
12k views

Given: Linux Mint 20.1 (64 bit) Emacs 27.1 I want to update Emacs. What is the correct (best) way to do this? Before I remove totally Emacs and install new version. But I thinks it's not a good way.
a_subscriber's user avatar
  • 4,386
2 votes
1 answer
796 views

My emacs is broken and I cannot repair it. I want to reinstall emacs 26.3 from the official linux mint repositories -- not snap or other 3rd party repo, as those are spawning even more errors/warnings....
Ajned's user avatar
  • 794
2 votes
0 answers
802 views

I have used a few steps to keep my org-mode updated from elpa. However, it does not seem to work on the newly released org mode 9.5. With Emacs 27.1 under Ubuntu 20.04, the latest org mode I could ...
tinlyx's user avatar
  • 1,454
0 votes
1 answer
180 views

for macOS What if I want the latest emacs, and gui too, why isn't "brew install --cask --HEAD emacs" allowed? I get: Error: Invalid usage: Options --cask and --HEAD are mutually exclusive.
american-ninja-warrior's user avatar
0 votes
0 answers
337 views

I tried to install Emacs from https://emacsformacosx.com/ and also with brew. In both cases I get the following error if I wanna open the GUI: “Emacs” can’t be opened because Apple cannot check it ...
Max Hager's user avatar
1 vote
1 answer
403 views

I recently downloaded Emacs 27.2 from one of the mirrors linked from the homepage of Emacs at gnu.org. After extracting the files and running runemacs.exe, Windows warned me that this was an ...
user35918's user avatar
2 votes
0 answers
541 views

I compiled Emacs to run on Redhat Linux. Since I wanted to compile it with --with-native-compilation flag, I had to install Redhat's developer tools to get libgccjit. These tools are installed in /opt/...
Jacob Lee's user avatar
  • 237
0 votes
0 answers
414 views

Up until an hour ago I had a working installation of Emacs version 26.2 on my Late 2013 iMac running macOS Catalina version 10.15.7 (this is the latest version available for my computer). I would run ...
Evan Aad's user avatar
  • 1,581
0 votes
0 answers
178 views

CentOS 7 I want to install Emacs 26.3 on CentOS. Here instruction https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html Download Emacs 26.3 from here https://ftp.gnu.org/pub/...
a_subscriber's user avatar
  • 4,386
15 votes
7 answers
23k views

Is anyone successfully running a windowed emacs, (not terminal emacs), on one of the new Mac M1s? Does this port work? https://emacsformacosx.com Is there another?
Rich Pixley's user avatar
6 votes
4 answers
3k views

I recently upgraded my Mac to Catalina 10.15.6. I also upgraded emacs to 27.1. When I try to start it, I get an error: "Emacs" can't be opened because Apple cannot check it for malicious ...
Troy Daniels's user avatar
0 votes
1 answer
365 views

I am running into trouble installing smart-mode-line and ox-hugo. I use M-x list-packages, select package I want with I, and then execute with X. The error in Messages buffer looks like: Contacting ...
midas0441's user avatar
  • 354
3 votes
1 answer
5k views

Getting this on running ./configure on Ubuntu 20.04 for the new 27.1 install ... checking for X... no checking for X... true configure: error: You seem to be running X, but no X development libraries ...
147pm's user avatar
  • 3,085
1 vote
1 answer
172 views

$ sudo apt install eclipse eclipse-jdt Then, tried to install eclim using use-package in Emacs: (use-package eclim :ensure t :config (require 'eclim) (setq eclimd-autostart t) (defun my-...
tom_kp's user avatar
  • 81
4 votes
1 answer
626 views

I am a newbie to Emacs Lisp. started Emacs and the *Compile-log* buffer shows the following logs which I don't have much clue of. I was trying to install Magit and Helm. should anything in this log be ...
YiC's user avatar
  • 115
0 votes
1 answer
1k views

I am trying to install Doom Emacs. I have installed all dependencies but when I run installation command I get this: ~/.emacs.d/bin/doom install Cannot open load file: No such file or directory, ...
Daniel Fabridze's user avatar
1 vote
1 answer
1k views

I'd like to build Emacs 24.4 from source on a system where I don't have admin rights. When I run ./configure, I get the error: The required function \'tputs' was not found in any library. The ...
gilbereth's user avatar
1 vote
1 answer
411 views

I'm having trouble installing flycheck. I'm on a Mac (see below for details), and I have placed the 3-line code snippet recommneded on the flycheck installation page in my emacs init file. When I ...
NotSoGiantSequoia's user avatar
3 votes
0 answers
877 views

I have org-version 9.1.9 installed on Spacemacs and am attempting to install the latest org-version 9.2.6. Install instructions are on https://orgmode.org/worg/org-faq.html#installing-via-elpa and ...
wolfv's user avatar
  • 1,453
2 votes
2 answers
1k views

I'm trying to install emacs 26.3 on debian 10. After the download : ./configure sudo make sudo checkinstall during the checkinstall, I have the following error : rm -f "/usr/local/share/emacs/26.3/...
Kafka's user avatar
  • 125
0 votes
0 answers
117 views

It could be a solution for Plasma or Gnome Shell or Xfce or even a windows manager like i3 or bspwm. I am interested in the mechanism of how to do it - so any solution will suffice. For example, I ...
jilocoiner's user avatar
1 vote
1 answer
211 views

Recently I removed the Homebrew completely on my OS X 10.7.4 (because the only reason I was using it was the OpenSSL package and I installed it from scratch into /usr/localand it worked perfectly so ...
Terry's user avatar
  • 382