emacs align function parameters vertically
问题 I'm trying to achieve the following: void foo( int one, int const & two, Bar three) to void foo( int one, inst const & two, Bar three) Is this possible to do using the align-regex function (with our without prefix)? More generally, what does the grouping in the regex signify (is it the part that's considered the 'column')? And what is the 'parentheses group to modify (justify if negative)'? Thanks 回答1: See C-h f align-regexp RET and, in particular, the linked C-h v align-rules-list RET which