Adam Porter
Adam Porter
> I don't think that it is much of an issue for defrepeater to use eval for this. One of us has to use eval with defrepeater in its current...
This seems like the appropriate place to mention this minor issue which I think should be documented: Using multiple `:general` keywords in a `use-package` form does not work as users...
> Use-package does have its own custom handling of keyword arguments, but are there other keyword arguments that can be specified multiple times? I'm not sure, sorry. I thought that...
Sure: ``` $ convert -version Version: ImageMagick 6.7.7-10 2017-07-31 Q16 http://www.imagemagick.org Copyright: Copyright (C) 1999-2012 ImageMagick Studio LLC Features: OpenMP $ file /tmp/emacs.gif /tmp/emacs.gif: GIF image data, version 89a, 960...
> Can you edit the gif with gifsicle or Gimp to check its content? Okay, this is interesting: opening it in GIMP, I see it has 11 frames. The duration...
Ok, I will look into it some more when I have time (which may be a little while). Thanks.
See also, the new [`org-ql-find`](https://github.com/alphapapa/org-ql/blob/6e7371ce61198859b34e3b3468add59f284bf851/org-ql-find.el#L88) command in [`org-ql`](https://github.com/alphapapa/org-ql). Documentation and screenshot: https://github.com/alphapapa/org-ql#org-ql-find
I guess I was expecting a customization UI something like: ``` Dispatcher: Prefix string: "!" Suffix string: nil Function: negate-match Dispatcher: Prefix string: nil Suffix string: "~" Function: flex-match ```...
Yes, that would be great. Even for someone like me, who could easily write those functions and add them to my config, that would take about 100x longer than clicking...
Well, I just happened to be browsing Emacs configs that mentioned `org-ql`, curious about how people were using it, and I saw your code. :) I just pushed a commit...