|
18h
|
|
comment |
Logo updates to Stack Overflow's visual identity Wow. The heading font in the yellow screenshot is offensively horrible. |
|
18h
|
|
revised |
Why are there different results in evaluating e sequence of forms in emacs elisp? added 43 characters in body |
|
1d
|
|
comment |
How to define keybinding inside a marked region? @textpattern This comment is about 15 years late, but: You should convert your solution to an Answer, and then you can Accept your own answer! |
|
Feb
25 |
|
comment |
Macro to refactor several functions with similar structure Also read up on the ways you can manually macroexpand your macro calls. Check (apropos-function "^\\(pp-\\)?macroexpand") and (info "(elisp)Expansion")
|
|
Feb
25 |
|
revised |
Why are there different results in evaluating e sequence of forms in emacs elisp? added 64 characters in body |
|
Feb
25 |
|
comment |
Please return orange to the SO logo on the site banner Wow. I hate it. |
|
Feb
25 |
|
revised |
Why are there different results in evaluating e sequence of forms in emacs elisp? added 97 characters in body |
|
Feb
25 |
|
revised |
Why are there different results in evaluating e sequence of forms in emacs elisp? added 221 characters in body |
|
Feb
25 |
|
revised |
Why are there different results in evaluating e sequence of forms in emacs elisp? added 221 characters in body |
|
Feb
25 |
|
answered | Why are there different results in evaluating e sequence of forms in emacs elisp? |
|
Feb
24 |
|
comment |
Forward-word customized by mode I tested version 2.7 from elpa.nongnu.org/nongnu/markdown-mode.html running on Emacs 30. |
|
Feb
24 |
|
comment |
Forward-word customized by mode @NickD: Curious, I see _ having symbol syntax in markdown-mode.
|
|
Feb
24 |
|
revised |
Forward-word customized by mode added 196 characters in body |
|
Feb
24 |
|
comment |
Forward-word customized by mode Also: Perhaps you just want to be using forward-sexp and backward-sexp instead of forward-word and backward-word? (I think half the time when people ask about making symbol characters word-constituent, it's because they don't realise that sexp-based movement will move over a symbol.)
|
|
Feb
24 |
|
answered | Forward-word customized by mode |
|
Feb
24 |
|
comment |
Forward-word customized by mode My gut (which might be wrong) says that nothing in markdown mode would break if you made _ word-constituent, so I'd probably do that (via markdown mode's syntax table). I can't imagine wanting . to be word-constituent in any mode for writing prose, though -- then the full stop at the end of a sentence will be treated as part of the preceding word. Do you really want that?! (Why?)
|
|
Feb
24 |
|
revised |
Forward-word customized by mode edited tags |
|
Feb
20 |
|
answered | How to open files only in one of two split frames? |
|
Feb
19 |
|
comment |
Save current location in Emacs tutorial Since Emacs 28, starting the tutorial adds tutorial--save-on-kill to kill-emacs-query-functions, meaning that the desired behaviour happens automatically.
|
|
Feb
18 |
|
comment |
How to open files only in one of two split frames? My guess is that C-h v switch-to-prev-buffer-skip might be the user option you're looking for, to tell Emacs to avoid switching to a buffer which is already being displayed in another window.
|