Skip to main content

Questions tagged [insert]

0 votes
2 answers
97 views

When you type C-o (open-line), it opens a newline without moving the point; with a positive prefix, it opens that many newlines. I expected that you can give the command a negative argument and then ...
GrB's user avatar
  • 229
0 votes
0 answers
283 views

I'd like to create a keymap vterm-insert-map for vterm that self-inserts all or at least all currently bound key combinations, except for one, which acts as an escape key. I can use set-transient-map ...
Alexander Praehauser's user avatar
0 votes
1 answer
236 views

When I use command org-roam-node-find and I want to create a node named Programming Languages, I can't enter the space character. Emacs seems to require the node title to be a single string without ...
Lindsay's user avatar
  • 47
6 votes
2 answers
471 views

I was manually creating a table in my source code's multiline comments and inserting horizontal separators using - and =. E.g. C-u C-u C-u = as expected and inserts 64 =s at the point. But - is used ...
loonatick's user avatar
  • 217
1 vote
1 answer
55 views

I'm using C-x 8 RET to insert a Unicode character. I enter the hex value -- for example, 201c -- and the minibuffer says "no matches". But if I just hit enter, the expected left double quote ...
Dan Drake's user avatar
  • 809
0 votes
1 answer
206 views

In a few functions I've written logic that does the following: (defun replace-in-region (str beg end) "Replace the region between BEG & END with STR." (save-excursion (goto-char ...
ideasman42's user avatar
  • 9,513
0 votes
1 answer
92 views

I'm currently extending the tempo.el template insertion system to be sensitive to C styles. Specifically, I want to insert braces using c-electric-brace. How programmatically insertion of braces as ...
Nordlöw's user avatar
  • 577
3 votes
1 answer
907 views

I am running Emacs and writing on the scratch-buffer. This is my config file. After executing describe-mode, this is the list of minor modes running: Enabled minor modes: Auto-Composition Auto-...
Pedro Delfino's user avatar

15 30 50 per page
1
2 3 4 5 6