Top new questions this week:
|
I’m a Vim user who is trying to migrate to emacs. On Vim, I’ve been using the following vimscript function to execute code: function! ExecuteOnTerminal(type) range if (&ft==’bash’ || &ft==’…
|
Sometimes emacsclient fails with an error like: $ emacsclient .gitlab-ci.yml Waiting for Emacs… *ERROR*: Args out of range: 63695, 1, 1173 How can I debug this? emacsclient has no debug option, no …
|
In order to type ん in Japanese input mode I have to type nnbackspace. On my screen, this sequence of keystrokes produces the following results (which explains why I need to type a backspace at the end)…
|
I often create and save elaborate keyboard macros that I wish to use later, and hope to be prompted for the proper context to use them. I note that if I manually write a function to use as a command …
|
In my org mode file, I have defined some header-args. In an emacs-lisp code I use org-entry-get-with-inheritanceto retrieve them. By example (org-entry-get-with-inheritance “header-args:julia&…
|
Imagine in the current buffer I have the text: Hello Bye I want to call an external program and add the output of it at the end of the buffer. The tricky thing is that the external program provides …
|
I want to insert with colour properties. But when I try inserting in a new buffer, the colours get removed. (defun ticker-second (lampkl) “TODO.” (interactive) (cond ((eq ‘green …
|
Greatest hits from previous weeks:
|
When posing questions on this site, people sometimes talk about “windows” when they mean “frames,” and “buffers” or “files” when they mean “windows.” So: Q: What is the difference between a buffer, …
|
Having some issues with PATH settings on Emacs that are affecting my Haskell environment: I’m using ZSH, and when I go to the command line and call echo $PATH, it returns: /Users/g/Library/Haskell/…
|
I’m making yet another attempt to convert over to Emacs. I’m a decent Vi user but have been using Eclipse for most of my development work for the past 10+ years (has it been that long). So I did some …
|
I know how to display line numbers (and columns) in the mode-line, but I’d like emacs to display the line numbers for all the lines on the left-hand side. I’ve seen this done in vim and other text …
|
How can I keep my .org files up to date across several computers, perhaps across multiple platforms(linux/windows)? I could keep all the .org files in git for example, but that would require me to …
|
Is it possible to open a specific revision of a file in Emacs with Magit without changing the current branch? I have rebased some local changes to a revision where the modified functions were …
|
Lets say I have 10 buffers open, and I want to find all occurrences of blah in all 10 buffers. How would I do this?
|
Can you answer these questions?
|
In order to for me to be able to use meta + shift + v as a keybinding, I have to tell emacs to pass (kbd “M-V”) to global-set-key – if I try and use (kbd “M-S-v”) then this ignored,…
|
I found this which would seemingly indicate that you just run (setq org-html-table-caption-above nil) if you want the caption to appear below the table. But it doesn’t. How can I make the caption …
|
I am using company buffer completion. But cannot get to match ligatures with hyphen in them. What can I do to complete parts containing hyphens? Suppose I have the following text ;; This buffer is …
|