William O'Hanley
William O'Hanley
It may be that I'm going about things the wrong way, but I think I do actually have a use case for enabling `Match phrase case to typed abbreviation` while...
Thanks, both of you, for the discussion, although I think I'm not familiar enough with AutoKey to grasp it all. I've got a PR that I'll submit in a minute,...
Ah, sorry, I should stress that I'm still using two separate abbreviations, "bc" and "Bc", with neither ignoring the typed case - that is, typing "BC" just doesn't trigger AutoKey...
Yep, the version in my fork has been working for me.
Yes, just like before, you **can** configure an abbreviation to trigger on any input case and match it in the output, you just don't **have** to.
OK, I updated my PR at #856. Let me know if anything's broken for you.
@josephj11 I'm not sure how the links would be constructed in a notification email, but if you go directly to https://github.com/autokey/autokey/pull/856 I think it should be OK (at least it...
I'm seeing the same issue, but I can't reproduce your success using `emacs-sqlite-builtin` directly. `emacs -Q` followed by: ``` (let ((default-directory "~/.emacs.d/elpa/")) (normal-top-level-add-subdirs-to-load-path)) (require 'emacsql-sqlite-builtin) (defvar db (emacsql-sqlite-builtin "~/.emacs.d/org-roam.db")) (defun...
@technolapin Thanks for this investigation! For the sake of comparison, it seems like the (working) approach in `emacsql-sqlite` relies on the base implementation of `emacsql-parse` in emacsql.el: ```elisp (cl-defmethod emacsql-parse...