-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
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
Custom C-i
bindings do not play well with citar-open
and RET
#802
Comments
Just in case, OS and (if relevant) distro and desktop? |
Thanks for having a look!
I use XMonad. |
When you get a chance, @aikrahguzar, any input? |
This is exactly #707 and I don't know of any completely clean solution for that since it is a workaround for a limitation of completion ui. Changing the default value of |
@dschrempf - thoughts? Doesn't seem like there's much we can do about this? |
Using the workaround is an option for me, but I do not know if this situation is desired. I do not know the internals of |
@aikrahguzar did mention changing the default value as a possibility. |
This would mean that citar does not anymore work as expected when Emacs is used from the terminal, is that so? Also: The completion UI that you mentioned. Is this an external library? |
IDK; that would obviously be a problem if so.
I think he meant completing-read. |
Describe the bug
In
citar-open
, pressingRET
results in an error<C-i> is undefined
.To Reproduce
<C-i>
, for example usinggeneral
:citar-open
and pressRET
.Expected behavior
The entry is opened.
Screenshots
If applicable, add screenshots to help explain your problem.
Emacs version:
29.1
Context
(setq citar--multiple-setup (cons "<tab>" "RET")
is a workaround (but in my opinion it should not be necessary).C-i
and<tab>
The text was updated successfully, but these errors were encountered: