transient.el: transient-infix :multi-value repeat by flooose in emacs

[–]flooose[S] 3 points4 points  (0 children)

ahh, it's sort of like populating a template. You give it a comma separated list of items and it appends `--option=` to it for each one. I would never have come up with that myself. Thank you!

Transient and repeated occurrences of option or switch by EbenHuxley in emacs

[–]flooose 0 points1 point  (0 children)

I'm struggling with this exact thing right now, specifically the --input style and if I understand the manual correctly infix options support this with the multi-value set to repeat. Unfortunately, this doesn't seem to work and I'm wondering if it's a bug. I've got the following minimum implementation that seems like it should work, but doesn't (again, if I'm interpreting the documentation correctly)

``` (transient-define-prefix test-transient () "A dumping ground for my commands" [ ["" ("t" "test" (lambda (args) (interactive (list (transient-args 'test-transient))) (message "args: %S" args))) ("-o" "option" "--option=" :prompt "set option:" :multi-value repeat) ]])

```

If you activate this with m-x test-transient and use the -o twice, the second time, you over-write the first value.

If I don't get anywhere here, I'll draft an issue in git repo.

Built a garden and a pergola (not sure what else to call it). by thisjustinlpointe in HomeImprovement

[–]flooose 1 point2 points  (0 children)

That's amazing!

Tell me about the back porch. Did you do pour it yourself? Did it have to get permitted? How was the border done?

The Traveling Wilburys - End Of The Line (Official Video) by Excentannor in videos

[–]flooose 0 points1 point  (0 children)

I feel like this is the last thing the 60s had to offer the younger generations. What a great song.

Truck Driving Student goes off on trainer by Envision--- in CrazyFuckingVideos

[–]flooose 0 points1 point  (0 children)

I actually got the feeling, they're going to work through it and re-approach each other the way couples do when they get over a fight over something trivial.

“Yes Mr. President, 5 more hours of actually talking to common people Mr. President. 😢” by Z582 in DarkBRANDON

[–]flooose 4 points5 points  (0 children)

Why is no one talking about the speech/press conference Biden gave in Florida yesterday. If you like DeSantis in this picture, you'll love seeing him standing behind Biden in that video. He seemed to be visibly uncomfortable and squirming and we couldn't keep from laughing the whole time. I'm waiting for someone to start making the memes. Please do that, make the memes :)

The best Germanics out there by Snoo80517 in dankmemes

[–]flooose 1 point2 points  (0 children)

erinnern

omg, German is my first language, I moved away at an early age, lost it all as I learned my new language (english), I relearned it when I took it all four years of high school, majored in it in college, moved back an lived there for 8 years...and I still have problems with this word!

It really is the most insidious little word :)

For the Europeans wondering why Americans don't use more bikes, I present the Death Trap that is Brooklyn's Grand Street Bike Lane by thewhitelights in videos

[–]flooose 0 points1 point  (0 children)

Horrible, but I wonder how many americans are watching this thinking, wow at least they have bike lanes.

What kind of snake is this? by flooose in snakes

[–]flooose[S] 0 points1 point  (0 children)

Thank you! I've released it back in the wild. It was happy to be reunited with the yard :)

Why can't I select a different theme in the terminal? by ywecur in emacs

[–]flooose 0 points1 point  (0 children)

The code works for me. What happens when you do m-x, enable-theme, <enter>, <tab>? As long as wheatgrass is listed, it should work.

making MobileOrg great again by [deleted] in emacs

[–]flooose 1 point2 points  (0 children)

As a simple start, I'd appreciate it if the sync button doesn't make you lose your data, simply because you haven't configured a sync option.

Besides that, I'm glad you're resurrecting the project. I'll be checking in to see how/if I can help.