okamsn
okamsn
# Issue type - Question # Environment Emacs version: 28.1 Operating System: Ubuntu 22.04 Evil version: 1.14.0 Evil installation type: MELPA Graphical/Terminal: X Tested in a `make emacs` session (see...
[isearch-mb](https://github.com/astoff/isearch-mb) is a new package that allows one to use Isearch in the minibuffer, similar to how CtrlF works. Maybe it is worth mentioning it in the comparisons section of...
`eshell-command` reads an Eshell command from the minibuffer. `esh-autosuggest--prefix` won't work in this case, since it can't find `eshell-prompt-regexp` in the minibuffer.
Anzu is a package to preview replacements in the buffer before finalizing the input. It breaks if Aggressive Indent moves text while the replacement is running. It seems that because...
These changes make type what is sought in `meow-visit` more like Isearch and Anzu. It is still a work in progress, but it seems to be working. The change adds...
We want these changes before the next release: - [x] Do more efficient initialization of iteration variables (#142, #144). - [x] Deprecate `:result-type` (#154). Use `finally-return` instead. - [x] Deprecate...
This can be done by substracting from a numeric value and then setting the variable once 0 is hit, for example. We currently do something like this when the variable...
Currently, when testing the install on Emacs 27, the correct version of `seq.el` will be installed, but not the correct version of `map.el`. Why? This isn't a problem on the...
This a problem with the upstream implementation of the `setf` support for `map-elt`. It currently passes through the map value instead of treating it like a reference. For example, ```...
The `SUPPLIED` variable should not be a generalized variable, but its necessity can only be determined when parsing the generalized variable. Therefore, could we must modify `loopy--destructure-generalized-sequence` to return a...