I ended up using `recursive-edit' and `exit-recursive-edit' to solve my problem. To make sure that `recursive-edit' is available even when `read-char`, `read-event` or `read-char-exclusive` are being used I added a key binding to `special-event-map': #v+ ;;; (listify-key-sequence (kbd "C-z")) => (26) (define-key special-event-map [26] #'recursive-edit) #v- Best, -- Narendra Joshi
|May 1995 - Last Year|Current Year|
If you have questions about this archive or had problems using it, please contact us.