emacs Questions
3
Solved
I am trying to execute when the active buffer has changed by either
Changing the buffer in the current window (e.g. C-x <left>).
Switching to another window (C-x o).
Switching to another f...
3
Solved
You know how when you hit the up arrow in bash it will fill in the last command you typed in? Is there any way to do this in nrepl?
So far I've been doing a reverse search (C-r), typing the first ...
3
Solved
When using npm in M-x term, it generate color message like this (even with -q) :
Information from what-cursor-position
There are text properties here:
font-lock-face (:foreground "red3" :backgr...
Containerize asked 20/12, 2013 at 15:24
3
Solved
How can I display inline images in emacs org mode?
I have [[file:~/myimage.png]], which, when clicked, opens the image in a new buffer.
But how to do it in the same buffer?
Note: C c C x C v is...
5
Solved
I use org-mode to handle my tasks and projects in multiple files.
In the weekly agenda, it is possible to jump to the location of each TODO entry using <TAB> or <RET>. If the target fi...
6
Solved
I'm used to write a ~ character by pressing Alt+N on Mac OS X. This does not work in Emacs. Alt+N key seems to be bind to the command history. So my question is how to write a ~ character in Emacs ...
Jacklin asked 20/6, 2012 at 19:58
3
Every now and then, I accidentally hit C-x C-c in Emacs when I'm intending to just hit C-x or C-c. This, of course, closes all open frames and buffers with no confirmation. I know that I can make E...
3
Solved
When solving this problem I figured out that I need to disable the site-wise init files in order to get my emacs + CEDET running (everything works nicely when starting emacs using emacs --no-site-f...
7
Solved
Emacs puts backup files named foo~ everywhere and I don't like having to remember to delete them. Also, if I edit a file that has a hard link somewhere else in the file system, the hard link points...
Mozart asked 30/9, 2008 at 6:15
1
System: macOS Mojave 10.14.6
Python3: Python 3.7.4
My emacs config ( according to https://github.com/hlissner/doom-emacs/issues/212 );
(setq python-shell-interpreter "/usr/local/bin/python3" fly...
5
Solved
Some elisp functions that I have installed generate warnings:
`flet' is an obsolete macro (as of 24.3); use either `cl-flet' or `cl-letf'.
Is it dangerous if I simply replace all flet with cl-fl...
Bridging asked 19/9, 2013 at 13:11
7
Thank you very much in advance for helping.
In Emacs, I like to use iseach-forward (C-s) but I'd like it ever more if the highlighted fount words would be centered in the middle of the screen inst...
3
I tried to make some org file to organize my thing in emacs, but I can't quite get how to make a clickable link in column view.
Currently, my org file looks like this:
* Main
:PROPERTIES:
:COLUMNS:...
4
Solved
As is explained in here, I find minted package is pretty cool for source code listing.
My question is how to use minted package with AucTeX/emacs?
For command line I can use pdflatex -shell-escap...
4
Solved
I'm writing my own mode in Elisp. It's basically a simple crud application showing rows of data which can be manipulated via the minibuffer. I'd like to create a view for these rows which looks lik...
4
Solved
What does this do?
(add-hook 'compilation-mode-hook #'my-setup-compile-mode)
...and is it different than
(add-hook 'compilation-mode-hook 'my-setup-compile-mode)
2
Solved
In Vim, Ctrl-I takes the cursor back to its previous location (before the last jump). Ctrl-O is its complement, moving forward through the jumplist. gg jumps to the top of the file, so Ctrl-I then ...
Galvanoscope asked 22/10, 2015 at 15:7
5
Solved
It is easy to display the current day/week/month/year in the agenda (vd,vw,vm,vy), and see the previous or next period (b,f). But when you're at the end of a period, you don't see what's coming, wh...
14
Org-mode is amazing. I like its power and simplicity. However, sometimes I need access to my tasks in places where I don't have the necessary setup. Is there a way to synchronize my org agenda with...
Footprint asked 26/1, 2010 at 11:8
4
Solved
Is there a command to kill all buffers in my emacs? instead of having me doing 'Ctrl -k ' one by one until there is no more buffer?
Thank you.
Leviticus asked 20/12, 2012 at 22:59
4
Solved
I've been using Emacs's sql interactive mode to talk to the MySQL db server and gotten to enjoy it. A developer has set up another db on a new non-default port number but I don't know how to access...
7
Solved
I would like the Org-mode agenda to automatically show what I have to do today when I open Emacs. The org-agenda command is interactive, so it doesn't seem to work well for this purpose.
Is there ...
13
Solved
I am using package to manage my Emacs extensions. In order to synchronize my Emacs settings on different computers, I'd like a way to specify a list of package names in .emacs file and then package...
Letti asked 10/4, 2012 at 16:7
15
Solved
As a follow-up to this question, it's trying to find out how to do something like this which should be easy, that especially stops me from getting more used to using Emacs and instead starting up t...
1
Hi All: I am using ubuntu 22.10. Recently ( as in just today ), I started to get the error
at the very bottom when starting up emacs using emacs --debug-init. I have not recently
updated emacs or u...
Epps asked 14/8, 2023 at 20:22
© 2022 - 2024 — McMap. All rights reserved.