No matter how many times I call a command, I expect to see one entry for it in Emacs Commands history (helm-M-x)
emacs-helm.sh if possible, see note at the bottom)
From emacs-helm.sh:
helm-modehelm-M-xdired and hit REThelm-M-xdired and hit REThelm-M-xdiredcommit 7936b49e48d76417a93b4e6dd73c3c69f90d3a11GNU Emacs 28.0.50 (build 1, x86_64-debian-linux-gnu, GTK+ Version 3.22.30, cairo version 1.15.10)
of 2020-04-16
Repository revision: d5a7df8c02f04102d50a5cd2290262f59f2b1415
Configured using:
--host=x86_64-debian-linux-gnu --with-modules --with-imagemagick --with-harfbuzz host_alias=x86_64-debian-linux-gnu
emacs-helm.sh to reproduce this bug? (yes/no):Yes
No
Manuel Uberti notifications@github.com writes:
Expected behavior
No matter how many times I call a command, I expect to see one entry for it in Emacs Commands history (helm-M-x)
This is due to recent changes in commit 811af84 where we use
now add-to-history.
Set history-delete-duplicates to remove dups.
Set history-length to limit history length.
See Issue #2290.
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997
Awesome, setting those two fixes it for me. Thank you!
Most helpful comment
Manuel Uberti notifications@github.com writes:
This is due to recent changes in commit 811af84 where we use
now
add-to-history.Set
history-delete-duplicatesto remove dups.Set
history-lengthto limit history length.See Issue #2290.
--
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997