Conversation:
Notices
-
Stefano Zacchiroli (zack)'s status on Tuesday, 08-Jan-2013 17:09:50 EST
Stefano Zacchiroli
with stock !emacs is there a way to query the user via (interactive "M…") offering a radio button UI, or at least ad-hoc completion? #elisp -
dubfish (dubfish)'s status on Wednesday, 09-Jan-2013 10:12:39 EST
dubfish
@zack NTIKO. Presume completing-read and y-or-n-p are inadequate? Please post on any answers, very interested. -
Stefano Zacchiroli (zack)'s status on Wednesday, 09-Jan-2013 14:36:04 EST
Stefano Zacchiroli
@dubfish: got answer via Twitter completing-read is the solution, yes. It's just puzzling that it's sthing else than (interactive…) #ohWell -
Stefano Zacchiroli (zack)'s status on Wednesday, 09-Jan-2013 14:37:14 EST
Stefano Zacchiroli
@dubfish: FWIW, there's also !Emacs widget library,but that's for buffer-level interface, I needed something fire&forget, minibuffer-like
-