Previous: Autoconf, Up: GMP Basics [Index]
C-h C-i (info-lookup-symbol
)を使うと,文書編集しながらC関数を見つけることができて便利です(see Info Documentation Lookup in The Emacs Editor)。
下記のようにして,このGMPマニュアルを,貴方が使用している.emacsに追記しておくことができます。
(eval-after-load "info-look" '(let ((mode-value (assoc 'c-mode (assoc 'symbol info-lookup-alist)))) (setcar (nthcdr 3 mode-value) (cons '("(gmp)Function Index" nil "^ -.* " "\\>") (nth 3 mode-value)))))