Newest Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
5 views

When using Emacs' built-in project.el functionality with git repositories containing submodules over Tramp, there's a significant performance issue caused by repeated, unsuccessful attempts to access ....
bilgin's user avatar
  • 11
0 votes
0 answers
16 views

emacs freezes when I try to package-upgrade-all - the buffers become unresponsive and the last message I see in the minibuffer is "Contacting host: elpa.nongnu.org:443" or the same but MELPA....
Ewig Kaiwelo's user avatar
0 votes
0 answers
15 views

I've been using typescript-mode and tide for a long time but I wanted to try out tree-sitter and lsp-mode. I've got most things working except for one problem with syntax highlighting. When I first ...
ironchicken's user avatar
1 vote
0 answers
16 views

I have an issue where Corfu's popupinfo and eldoc-box show different documentation for the same symbol. corfu-popupinfo-mode shows one kind of documentation eldoc-box shows a different one on calling ...
kay's user avatar
  • 45
0 votes
0 answers
25 views

The mode line for an elisp file shows the mode as elisp/d or elisp/l, where the /d is shown in red. I now understand /d to refer to dynamic scoping and /l to refer to lexical scoping. Mouse 1 can be ...
Alan Wehmann's user avatar
0 votes
0 answers
8 views

Is it possible to show when a buffer was accessed in a column for this command or something that is called from C-x b?;)
Jason Hunter's user avatar
  • 1,234
2 votes
1 answer
34 views

I'm trying to shift to using Emacs for email. I've set up Gnus and it's working nicely for me with one thing missing, and it's a deal-breaker. I need it to autocomplete email addresses when I'm ...
Toby 1 Kenobi's user avatar
0 votes
0 answers
16 views

In org-agenda, I would like to have tasks without repeater listed at the top followed by tasks with repeater. Within that, the sorting can continue to be default. org-agenda-sorting-strategy has org-...
Deshmukh's user avatar
2 votes
1 answer
44 views

By that, I mean as if I were already at the target location and had called org-tree-to-indirect-buffer. I see that org-link-use-indirect-buffer-for-internals almost does this. However, that setting ...
mmarshall540's user avatar
  • 1,170
3 votes
2 answers
425 views

It's Emacs, so I'm sure it's possible to do a query-replace-regexp that replaces any [a-zA-Z] letter with the following one in the alphabet, at least for ASCII letters. So for instance "sgd" ...
pglpm's user avatar
  • 387
0 votes
1 answer
29 views

I am using emacs 30.2 with c++ treesit mode enabled. I can jump to function end with C-M-e, how can I jump to function define under current cursor?
lucky1928's user avatar
  • 1,774
1 vote
1 answer
13 views

I'm using tramp to edit remote files, and helm-mini to switch between buffers. But having multiple remote files open with a slow SSH connection, opening helm-mini takes very long. In a backtrace I saw ...
jo-so's user avatar
  • 61
0 votes
0 answers
33 views

I am using Emacs 30.1 on MacOS and have configured Elpy. The auto complete popup is working properly in python file (for e.g. typing 'a'.l shows me below popup ). However, when I type 'a'.l in the ...
Amit Tendulkar's user avatar
2 votes
1 answer
23 views

Is it possible to show repeater cookie in org agenda? category:Sched.99x:++99d:TODO Some task How can I do that? org-agenda-prefix-format does not provide any direct repeater element. It talks about %...
Deshmukh's user avatar
0 votes
0 answers
11 views

I found this reddit post which has a config to hide the header context of a inline src block. So, using the config, inline source like src_python{return 123}, becomes {return 123}. I customized it so ...
Gangula's user avatar
  • 419
1 vote
1 answer
109 views

I'm writing a really long file that it has more than 1000 lines. Somehow, starting at line 1000, all text is moved one char to the right (see how the ruler at line 1000 is misaligned in the picture ...
Sn4red's user avatar
  • 21
0 votes
0 answers
14 views

I'm using doom emacs, which has in-built configuration to search for text in buffers with key binding / (evil-ex-search-forward). Once I search, I can hit RET and use either n or S-n to cycle through ...
Gangula's user avatar
  • 419
0 votes
1 answer
32 views

I know that we can customize org source block begin and end line colors using below config (custom-set-faces! ;; Customize the header line of the source block '(org-block-begin-line :background &...
Gangula's user avatar
  • 419
0 votes
0 answers
25 views

Every time I start up spacemacs, some variables are not defined. I get: "Symbols function definition is void: nil" However, when I refresh the configuration (SPC f e R), everything works ...
kai90's user avatar
  • 113
0 votes
0 answers
37 views

I am using Emacs 31.0.50 in Windows. I have a shell command string which includes some unicode characters in its arguments. I can run this command in Windows command prompt without any problems. But I ...
T. E.'s user avatar
  • 1
0 votes
0 answers
36 views

When I do an export to latex from org mode lists are treated as follows: a list item that has text has a newline (\\ in the tex file) at the end of that item if there is any text for that item. If ...
djkuzenko's user avatar
3 votes
0 answers
30 views

Is there an Emacs tool that show the dependencies for every file from a project? I have undeclared errors at an Emacs project. If the variable or the function/macro into file is not declare yet, Emacs ...
Mitu Gabriel's user avatar
0 votes
1 answer
40 views

The view-read-only variable, when set, ensures view-mode is enabled on all read-only buffers, which I find generally good. But sometimes, the major mode already has similar functionality, so I'd ...
JeanPierre's user avatar
  • 7,585
0 votes
0 answers
23 views

Suppose the following lines (AUCTeX mode active): \documentclass{article} \begin{document} \begin{tabular}{lrr} Foo & 42.00 & 242.50 \\ Foo bar & 3242.00 & 10.50 \\ \end{tabular} \...
Denis Bitouzé's user avatar
0 votes
0 answers
12 views

in my treemacs file tree, i see icons for .c,.cpp,.rust, but not zig. So i downloaded the zig png, put it under ~/.emacs.d/icons/zig.png and updated my treemacs config to this (use-package lsp-...
Hackerman's user avatar
0 votes
0 answers
24 views

For example, visually, some code actually has two ~, left and right, they are there occupying the space, but invisible to eyes. Taking one step further, can we customize the width of the two ...
Alex's user avatar
  • 435
1 vote
0 answers
37 views

I have a file test.org that includes files a.org and b.org: test.org: #+include: a.org #+include: b.org a.org: * AAA * COMMENT BBB b.org: * CCC * DDD When I export test.org the only section that is ...
Andreas Matthias's user avatar
0 votes
2 answers
46 views

When writing utilities that operate on "strings", the syntax-table can be used along with the parse state (syntax-ppss), however some major modes (such as text-mode) won't treat quoted text ...
ideasman42's user avatar
  • 9,513
0 votes
1 answer
25 views

The two inline images are supposed to be on the same line, but I want the image path on separate lines because the path is too long. #+ATTR_ORG: :width 300 [[/this/is/a/very/long/file/path/to/an/...
godblessfq's user avatar
  • 1,311
1 vote
1 answer
59 views

How to identify the parent group(s) of a symbol defined with a defcustom form with elisp code? For instance I would like to use or write a function custom-group-of such that (custom-group-of 'delete-...
PRouleau's user avatar
  • 924
2 votes
1 answer
124 views

I get this message after updating packages. How can I fix it? I load my file, then press C-g, and it shows Recent commits. After pressing any usual key, I get the message with the error, and magit ...
ruby_object's user avatar
3 votes
0 answers
55 views

Today, all of a sudden (possibly because of a system Emacs version update to 30.1?), loading packages broke for me. Specifically, my .emacs looks like this: (require 'package) (setq package-user-dir &...
Natalie Weizenbaum's user avatar
1 vote
1 answer
123 views

I have Emacs 30.2 installed on MacBook Pro (Mac Monterey Version 12.7.6). I cannot make pdf-tools to work. Please see my .emacs file: **** .emacs file **************** ;; Initialize package sources (...
Partha Pratim Ghosh's user avatar
1 vote
1 answer
86 views

I occasionally write Git commits for a project that requires all commits to carry a Signed-off-by trailer, to signal compliance with the Developer Certificate of Origin. I frequently forget to add ...
mavit's user avatar
  • 231
0 votes
0 answers
22 views

I am using emacs/tramp for years to edit remote files in RHEL servers without any issue. I noticed that for some time, tramp is creating relative ~ directories for every remote file that I am editing. ...
Seki's user avatar
  • 157
0 votes
0 answers
29 views

In ediff-mode, the help says that hitting R will display the session registry. But when I do, it shows an error message instead, stating Window is dedicated to Ediff Control Panel. Showing the ...
ychaouche's user avatar
  • 229
1 vote
1 answer
81 views

I am trying to remap the "insert" key. describe-key tells me it is called <insert>. However, this is not a valid key description, eg (key-valid-p (kbd "<insert>")) is ...
Tamas Papp's user avatar
0 votes
0 answers
4 views

How can I access, from a mode's hook, the client process(es) that is/are visiting the buffer the mode is being set on? Outside of the context of a hook, I can just access the buffer-local variable ...
Lionel Elie Mamane's user avatar
1 vote
1 answer
29 views

I would like to write a document containing a table of contents and multiple short texts with their own citations. I'm currently using org-cite and org-export to ODT in Emacs 30.1. A minimal example ...
ikaros02's user avatar
1 vote
1 answer
112 views

I’m trying to set up Emacs 30.2 with the following packages: Eglot (built-in) for LSP Corfu for completion UI Cape for multiple completion sources Yasnippet for snippets Eldoc + Eldoc-box for hover ...
kay's user avatar
  • 45
1 vote
1 answer
66 views

I'm using reftex-label with C-c ( to insert labels via RefTeX into documents that use the exam class in LaTeX. This is mostly been working smoothly, except for when I use the parts environment within ...
Jesse's user avatar
  • 47
1 vote
1 answer
47 views

I am trying to fuzzy find files in the current working directory and open them. I came across consult-find for which the documentation on GitHub says the default behavior should Search in root ...
kay's user avatar
  • 45
0 votes
0 answers
15 views

The issue I use counsel-rg, get a list of search matches, open ivy-occur from it with C-c C-o. Then I press n or p (next/previous-error-no-select command) to open the location of a match. The match ...
Herman Nurlygayanov's user avatar
0 votes
0 answers
12 views

Body: I'm using helm-org-ql (via org-super-links) to search for org headings, but when I type "porting" in lowercase, it doesn't match headings that start with "Porting" (...
Jason Hunter's user avatar
  • 1,234
2 votes
1 answer
39 views

I'd like my kill ring to remain unaffected when I kill an org-capture invocation. put a URL in my OS clipboard (and thus kill ring) org-capture and start to create a bookmarks entry cancel org-...
Dave's user avatar
  • 197
3 votes
1 answer
39 views

Is there a way to add a list of "accepted" words for each underlying prog-mode. By "accepted" I mean - I don't want them added to my dictionary - I just don't want them highlighted....
Greg's user avatar
  • 165
1 vote
0 answers
16 views

I am using evil-jump. I would like to add a jump to the jump table of the current window whenever I display a new buffer in that window. How can I do that? In particular, I need this functionality in ...
Dominik Schrempf's user avatar
1 vote
1 answer
33 views

I've been trying to customize the new tab-line-mode lately, and while making my custom function to always display all file buffers on the tab line, I've figured out that the sorting of the buffers is ...
Stigl's user avatar
  • 49
1 vote
0 answers
25 views

I’m a beginner Emacs user and I’m running into a frustrating issue with clipboard integration on Wayland (KDE, Fedora 42). I’m using pgtk Emacs (so GUI/Wayland support is available) and Evil mode. ...
kay's user avatar
  • 45
1 vote
0 answers
40 views

I am using Flycheck to ShellCheck Bash scripts. I have a problem with this kind of ShellCheck warning: note: Command appears to be unreachable. Check usage (or ignore if invoked indirectly). [SC2317] ...
rdiez's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
562