Inconsistent M-x align-regexp vs. C-u M-x align-regexp behaviour
问题 I've tried to write some new align rules for emacs and found this strange and inconsistent behaviour. Current buffer contents: "some thing" like => this hello => world and => again After typing M-x align-regexp RET [[:lower:]]+\(\s-+\)=> RET result looks as desired: "some thing" like => this hello => world and => again But after C-u M-x align-regexp RET [[:lower:]]+\(\s-+\)=> RET 1 RET 1 RET y RET I get this instead: "some thing" like => this hello => world and => again The same (wrong) thing