We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
shell-pop uses a keyword symbol as register name (https://github.com/kyagi/shell-pop-el/blob/master/shell-pop.el#L308). This breaks list-register which tries to sort the registers by name.
sort: Wrong type argument: number-or-marker-p, :shell-pop
The docstring of register-alist states that only characters are allowed as register names.
The text was updated successfully, but these errors were encountered:
I have sent PR about replacing using register implementation at #54.
Sorry, something went wrong.
That was fast! Thank you very much!
Merged #54.
No branches or pull requests
Hi,
shell-pop uses a keyword symbol as register name (https://github.com/kyagi/shell-pop-el/blob/master/shell-pop.el#L308). This breaks list-register which tries to sort the registers by name.
The docstring of register-alist states that only characters are allowed as register names.
The text was updated successfully, but these errors were encountered: