CARVIEW |
Select Language
HTTP/2 200
date: Thu, 31 Jul 2025 05:49:38 GMT
content-type: text/html; charset=utf-8
cf-ray: 967ad0494f4dc143-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=9dfcd824-dfdc-490c-8b06-ea5369ca6632; expires=Fri, 31 Jul 2026 05:49:38 GMT; domain=.stackoverflow.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
feature-policy: microphone 'none'; speaker 'none'
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 06ba9fa0-657d-4291-8acc-906c8aae1ffb
x-worker-origin-response-time: 423000000
x-dns-prefetch-control: off
set-cookie: __cflb=02DiuFA7zZL3enAQJD3AX8ZzvyzLcaG7w6jA6cqu2WYvG; SameSite=Lax; path=/; expires=Fri, 01-Aug-25 04:49:38 GMT; HttpOnly
set-cookie: prov=9dfcd824-dfdc-490c-8b06-ea5369ca6632; Path=/; HttpOnly; Domain=stackoverflow.com
set-cookie: __cf_bm=xsWqm9eD5zPEWqOd8FHOoU8qljHVAYZLXtuVlSWL6JE-1753940978-1.0.1.1-PQxL035bD3MsUNjYs1j.CTDiMBFvMrgUeuvYTo1qUzYnaaB7Njbo9ZyOQCMW24dYrwz4wPgBxWYyZXdeIFGLTrTsS3FerwIGmvRV2kItNsY; path=/; expires=Thu, 31-Jul-25 06:19:38 GMT; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=ypfvGmtlL5Y2xjtPZdVY98F8nGpVBozdphy5OJRFcZM-1753940978579-0.0.1.1-604800000; path=/; domain=.stackoverflow.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'emacs' Questions - Stack Overflow
Skip to main content
Stack Overflow
- Stack Overflow for Teams Where developers & technologists share private knowledge with coworkers
- Advertising Reach devs & technologists worldwide about your product, service or employer brand
- Knowledge Solutions Data licensing offering for businesses to build and improve AI tools and models
- Labs The future of collective knowledge sharing
- About the company Visit the blog
The 2025 Developer Survey results are in. Explore insights into technology and tools, careers, community and more.
View results.
Collectives™ on Stack Overflow
Find centralized, trusted content and collaborate around the technologies you use most.
Learn more about CollectivesTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about Teams
17,806 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
14
views
Emacs interactive functions that generate lisp-errors with some names when using Ivy and lsp
Many interactive functions generate lisp errors depending on the function name when using ivy and lsp and debugging it is difficult (in part because of the bytecode compile-function references). This ...
1
vote
2
answers
80
views
Adjusting syntax table for a derived mode in .emacs
In order to view/edit Doxygen files, I am using
(define-derived-mode dox-mode
html-mode "dox"
"Major mode for Doxygen."
)
(add-to-list 'auto-mode-alist '("\\.dox\\'&...
0
votes
1
answer
44
views
Emacs/R/ESS workflow and reverting back to previous behavior
I use emacs with ess on Windows for R development. My usual workflow is to open two emacs windows, one main (primary) one, and another (secondary) one using C-x 5 2. I start R in the secondary window (...
2
votes
2
answers
53
views
How to hide files from find-file in emacs?
What I need to do is simple: I have A-f bound to find-file in emacs, but want to hide specific files that I do not care about. I have them hidden in dired already using this config:
(setq dired-omit-...
-1
votes
1
answer
45
views
Emacs stop enclosing bracket to appear
In Emacs - Portacle when I want to add an opening bracket I got this (), So if I want to enclose (list 1 2 3) I get
(append () (list 1 2 3))
I do want
(append ( (list 1 2 3))
So I can put an closing ...
1
vote
1
answer
87
views
How to make emacs use tabs instead of windows
I am using (global-tab-bar-mode) in emacs, but almost all commands that have output (like shell commands) will split the current window and make another, ignoring tabs completely, which I do not want, ...
0
votes
0
answers
41
views
How to customise delimeters for C-backwards and C-forwards in emacs
I am configuring emacs, and would like to fix an issue with the Control Forwards, Control Backwards, Control backspace keybinds - since I am using CUA mode, these should take me backwards and forwards ...
1
vote
0
answers
25
views
Unable to create new Git repo with VC utilities in GNU Emacs
I am trying to initialize a Git repository with 'C-x v v'. I think it's feasible because according
to the Emacs Manual, Section 30.1.3.1:
‘C-x v v’ does the following when invoked from a buffer that ...
0
votes
1
answer
15
views
Pymacs Problems on Python 3.12, Emacs 29
I did the usual install steps, but Pymacs has some disagreements with the latest version of Python on Ubuntu 24. It cannot find a library named imp. Setup cannot find an readfp() method. Anyone has ...
0
votes
0
answers
24
views
Clangd find definition in external library
I have a setup with a project written in C that is statically linked with a library. The sources of the library are in a different folder somewhere else on the system.
I am using emacs and lsp-mode ...
2
votes
1
answer
46
views
Corrupted Dired Output, Disappears After Refresh
My dired output shows some additional information that are cluttering the screen, the first time I visit any directory I get an output like
drwxr-xr-x 2 user1 user1 4096 Jan 5 2024 dir1
drwxr-...
0
votes
2
answers
40
views
Why doesn't `re-search-forward` populate match data from all alternatives?
When using re-search-forward with a regexp that contains an or operator with a captured subexpression in an alternative after the first, the group is not captured.
Evaluating
(progn
(re-search-...
1
vote
1
answer
78
views
LISP macro indentation for sub-expressions?
I'm using Emacs, and I have a macro that's like a switch for regexes, and runs an expression with variables bound to match results.
The indentation isn't what I'd like but I can't find if there's a ...
0
votes
0
answers
41
views
How to install emacs with homebrew when ctags is installed too?
the info page does not mention a conflict with ctags, but when i run
brew install --cask emacs
the output is something like
==> Installing Cask emacs
==> Moving App 'Emacs.app' to '/...
0
votes
2
answers
82
views
How to inline a variable in Emacs?
I'm writing Rust using rust-analyzer and lsp-mode
Suppose I have code:
let x = 10;
let y = 20 + x;
I want to put my cursor over x and hit some shortcut (or whatever) and the code becomes:
let y = 20 +...
- The Overflow Blog
-
-
- Featured on Meta
-
-
-
-
-
-
Hot Network Questions
- Why f[x___] := {x==="To be", x=!="not to be"} is both True for f[]?
- Shakespearean grammar: "hath" and "has" in the same sentence
- Puzzlin’ Nonogram
- Area of a Quadrilateral Formed by Intersecting Lines in a Triangle
- How many possible MD5 hashes are there, 16³²? Or do MD5 checksums have error correction (in which case <16³² possible hashes)?
- What were WW2 electronics wires made of?
- Force calculations in MD simulations using Machine-Learned Interatomic Potentials (MLIPs)
- Why is aid being airdropped into Gaza?
- How to cite two part paper with different order of authors?
- Hill Estimator for SkewStudentT is Biased
- Why are collision manifold points created inside objects instead of on their surfaces?
- What are the consequences of allowing breaking/returning from every statement?
- Can Trump sue South Park?
- History of יד/Yad appellation for Rambam's Mishneh Torah
- The dative plural form "den Einen" in Schopenhauer's 19th-century German – can "ein-" be used for plurals?
- Why does the Emacs UI I see in System Crafters videos look different from what I see with vanilla Emacs?
- Why is my 74HC595 working without VCC?
- Do police need a search warrant to chase a fugitive onto private property?
- Golden-section optimization with complication
- How was the Universal Pictures 1936 opening logo created?
- Can a body part of a defeated monster act as an associated object for the Teleport spell to find a creature's lair?
- What happens if a witness is required to travel to the US to make a deposition but is refused entry?
- Short story about a scientific rivalry that leads to madness
- Why are people so okay with stereographic projection mapping "every direction of infinity" to a single point?