>>543 でっち上げてみた。 (defun my-forward-word (&optional arg) "Move to head of next word." (interactive "p") (save-match-data (goto-char (1- (re-search-forward "\\<." nil t (1+ arg))))))
今回emacs21.2を使おうと思って自分でインストールしました。 その時の手順は ./configure --datadir=/usr/share make su make install です。 無事に/usr/share/emacs/21.2/にemacs21.2がインストール されました。そこで設定ファイルをバージョンごとに分けようと 思って.emacsに以下のように書きました。