David Landell
David Landell
Probably the `define-compilation-mode` inner workings. If defined it's picked up by compilation mode and handled from there. So the `defvar` isn't strictly needed (any `setq` would work) but will allow...
> Also, should `rg-finish-functions` be a `defcustom` instead of a `defvar`? Possibly. I have followed conventions of `compilation-mode` here which is using defvar for for hooks. Personally I wouldn't use...
Can you provide more information, like the search you are trying to do? Would be really helpful if you post the output of `M-x rg-print-environment` also.
For key bindings, I recommend going via the menu as hinted here: https://rgel.readthedocs.io/en/latest/usage.html#history-navigation The history feature has its limitations, I know. I like the idea of listing searches, or at...
Yes, this is an internal implementation detail. I don't plan to fix it though since I think this is a minor issue. Could do a real `skip column` setting possibly...
I have been opting not to include such functionality since it would interfere with one of the main assumptions of the package's UX design, iow do quick simple searches and...