久々に elisp 書いたよー。 vim だと C-a とかでできるらしいものなんだけど、emacs には無いみたい。 ありそうなんだけどなーと思いつつ、とりあえず書いてみた。 (defun increment-string-as-number (number) "Replace progression string of the position of the cursor by string that added NUMBER. Interactively, NUMBER is the prefix arg. examle: At the cursor string \"12\" M-x increment-string-as-number ;; replaced by \"13\" C-u 10 M-x increment-string-as-number ;; replaced b