Results 45 comments of jgarvin

I tried with a Bluetooth keyboard and alt still didn't work 🤔

@manueldeljesus I am encountering the same issue editing Rust source files, so it's not Org specific. Maybe something in common about our emacs versions? M-x emacs-version: ``` GNU Emacs 28.0.50...

In emacs 29.1 with projectile 20230713.1023 it worked for me one time, but then fails as originally described ("All files processed") every time after.

I went ahead and wrote a MappingRule version which works just to be sure: ``` # # This file is part of Dragonfly. # (c) Copyright 2007, 2008 by Christo...

@synkarius Does the MappingRule version work for you?

Sure. I dynamically create a grammar for switching windows based on their title. But I want it to be a substring match, because sometimes window titles are quite wordy, e.g....

What I've done for the moment is have one rule per window of the form: [Word1] [Word2] [Word3] So saying any 1 word in the title works, and you can...

I had an idea for being able to express "AtLeastOneOf". So if you wanted to recognize when any subset (preserving order) of "foo bar buzz" is said, AtLeastOneOf(["foo", "bar", "buzz"])...

Is there any reason to not do the desired behavior when a user is on a newer Python and is fine with using `TypeAlias`? The fact that the alias has...

Interesting note about the external sound card. I noticed a significant latency improvement moving from a XLR->USB adapter to a XLR->3.5mm adapter (plugged in to motherboard's onboard sound), but I'm...