interactive-align icon indicating copy to clipboard operation
interactive-align copied to clipboard

Request: Be compatible to align-regexp

Open theldoria opened this issue 7 years ago • 1 comments

The idea behind an interactive align function is really great. However, I wished it would be fully compatible to align-regexp, that is it should be possible to use the very same regexp to generate the exact same aligning.

theldoria avatar Jan 09 '18 17:01 theldoria

You mean when you navigate through history with M-p, M-n, you also want to restore the group, spacing, repeat argument, etc? I think read-from-minibuffer can only restore the text from history and there's no pop-history-hook or something so a hack is necessary. I will try to come up with something though.

mkcms avatar Jan 09 '18 19:01 mkcms