Results 36 issues of Campbell Barton

Using fancy-dabbrev-expansion-on-preview-only caused macro execution (such as evil-modes repeat) to never use dabbrev and always use the fall back action instead.

When ydiff is used with `git difftool`it displays the temporary filenames which git creates for the comparison. Example, ``` git difftool --no-prompt --extcmd="ydiff --side-by-side --width=120 --color=always --pager=cat" HEAD HEAD~1 ```...

Note on how to select the color scheme. Strangely enough I wasn't able to find this easily. (was checking in Preferences)

Resolve Warning: looking-back called with 1 argument, but requires 2-3.

While `set-key-for-mode` is helpful for emacs modes, as far as I can tell there is no way to associate a key with an evil mode (normal-mode, visual-mode for example). In...

This searches up the parent directories for the 'outer' most Cargo.toml, useful for building the entire project from a nested crate. --- Note that I had problems using this plugin...

To be able to match emacs buffer exactly, it would be good to support exporting the buffer with it's background color. This could be optional/off-by-default, since users may not want...

# Bug report Using 'line' selection prevents emacs built in scrolling commands from reposition the window, jumping back to the location instead of scrolling. This report includes scroll commands that...

Based on this issue of NSFW words being included: https://github.com/ideasman42/nerd-dictation/issues/99 it would be useful to know if the VOSK grammar file can be made to exclude words (instead of limiting...