Questions tagged [emacs28]

13 questions
4
votes
1 answer

Is package-initialize needed in the init file in Emacs 28.x and higher?

I have this line in the early-init.el file: (setq package-enable-at-startup nil) and these lines in the init.el file: (require 'package) (add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/")) (setq package-archive-priorities…
Zoli
  • 381
  • 1
  • 7
3
votes
1 answer

Turn off fringe character for org-capture

I updated to Emacs 28 recently and org-capture now puts a small character in the left fringe for captured items. I know that I can set fringe-mode to no-fringe to not see any fringe, but that's not what I want. I want to specifically turn off or set…
jrasband
  • 73
  • 6
2
votes
2 answers

Emacs 28: How to use `RET` without exiting a recursive edit within a keyboard macro?

Now that I switched to using GNU Emacs 28.1 (build 1, x86_64-apple-darwin18.7.0, NS appkit-1671.60 Version 10.14.6 (Build 18G95)) of 2022-05-11 I can no longer end my use of my keyboard macro that allows me to rename a file, by using the…
2
votes
0 answers

Org mode babel hangs with python C-c C-c

When I C-c C-c in a Python code block in Org mode: #+BEGIN_SRC python :results value :session a = 4 a + 13 #+END_SRC It hangs with a message: Warning (python): Your ‘python-shell-interpreter’ doesn’t seem to support readline, yet…
Jay Lee
  • 131
  • 5
2
votes
2 answers

How to prevent Emacs 28 from native-compiling everything?

Not sure what's going on, but suddenly Emacs just started byte-compiling native-compiling everything, all Elisp files. No idea how to get it to stop or what caused this. It's doing all the packages too. The laptop I'm on just can't handle this. How…
tbny
  • 51
  • 5
1
vote
0 answers

lsp-mode's magic to prevent C-x 1 from working?

When I start emacs all functionality of frames works fine. I can split frame by two via "C-x 3", switch to it "C-x o", and then close other (left) frame via "C-x 1". But after I activate error frame on the bottom via pressing with mouse on error…
user1244932
  • 129
  • 6
1
vote
1 answer

How to overwrite protected files in dired

I was trying to copy my some of my config folders to another system which was mounted with root privileges using dired. I opened both surrounding folders using /sudo::/... and tried to copy my files from one to the other, putting again the…
1
vote
0 answers

Display AVIF images?

I enabled image-use-external-converter, and I added avif to image-file-name-extensions and AVIF to imagemagick-enabled-types. However, that doesn't do the trick. I would like AVIF files to render in a buffer as well as in image-dired.
feklee
  • 1,029
  • 5
  • 17
1
vote
0 answers

Getting an error when running the Emacs 28.1 binary that I built from source (--with-native-compilation)

When building Emacs 27.2 from source, I use the following config: ./autogen.sh ./configure --prefix=/home/user/emacs --bindir=/home/user/bin \ --with-json --with-gif --with-jpeg --with-png --with-tiff --with-rsvg It builds without an issue and…
cinnaroll45
  • 123
  • 5
0
votes
1 answer

Color emoji arrows in emacs

I have attempted to setup emacs 28.2 to display color emojis using the Noto Color Emoji font. According to a "Font Manager" program (provided by font-manager Debian package), the following symbols are among the glyphs available within the Noto…
s-t-s
  • 1
  • 1
0
votes
0 answers

Repeat mode doesn't repeat, how to debug?

repeat-mode is completely failing to operate as advertised. I get the message saying it's enabled, and thereafter Emacs carries on exactly as if it has not been enabled, with supposed command-repeating keys instead being inserted into the buffer. In…
Phil Hudson
  • 1,651
  • 10
  • 13
0
votes
1 answer

command-execute error with straight.el

I have just tried to setup magit using straight.el in my init file as follows: (use-package magit :straight t :bind ("C-x g" . magit-status) :commands (magit-status magit-get-current-branch)) However upon restarting emacs…
user4687531
  • 143
  • 5
0
votes
1 answer

Problem loading packages with Emacs 28

I have installed Emacs 28 with snap from https://snapcraft.io/install/emacs-28. My init.el is configured using use-package. However, I get the following errors when I try to install and load custom packages with use-package. Suppose I have the…
Swarnendu Biswas
  • 1,378
  • 1
  • 11
  • 24