私はemacsの新しい整列ルールを書き込もうとしましたが、この奇妙で一貫性のない動作を見つけました。現在のバッファの内容:
"some thing" like => this
hello => world
and => again
入力したM-xalign-regexpRET[[:lower:]]+\(\s-+\)=>RET結果は希望どおりに表示されます。
"some thing" like => this
hello => world
and => again
しかし、C-uM-xalign-regexpRET[[:lower:]]+\(\s-+\)=>RET1RET1RETyRET代わりにこれを取得した後:
"some thing" like => this
hello => world
and => again
これをに入れても同じ(間違った)ことが起こりalign-rules-listます。これを修正する方法は?最初のような結果を得たいです。