[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[debian-users:19682] Wanderlust2 and BBDB
西村と申します。
wanderlust2にbbdbを組み合わせると、
wanderlust2のサマリーモードのキー入力時に
Wrong type argment: keymapp, nil
と表示されて正常に動作しません。
該当する.emacsの記述は以下の通りです。
(load "mime-setup")
;; bbdb
(require 'bbdb-wl)
(bbdb-wl-setup)
;; サマリに bbdb の名前を表示 :-)。
(setq wl-summary-from-func 'bbdb-wl-from-func)
;; 自動的に ML フィールドを加える
(add-hook 'bbdb-notice-hook 'bbdb-auto-notes-hook)
(setq bbdb-auto-notes-alist '(("X-ML-Name" (".*$" ML 0))))
dpkg -lの結果は以下の通りです。
ii xemacs21-basesu 1999.07.29-1 Editor and kitchen sink -- elisp support fil
ii xemacs21-bin 21.1.8-1 Editor and kitchen sink -- support binaries
ii xemacs21-mule-c 21.1.8-1 Editor and kitchen sink -- Mule binary compi
ii xemacs21-mulesu 1999.07.29-1 Editor and kitchen sink -- Mule elisp suppor
ii xemacs21-suppor 21.1.8-1 Editor and kitchen sink -- architecture inde
ii xemacs21-suppor 21.1.8-1 Editor and kitchen sink -- non-required libr
ii wanderlust2 2.2.12-1 Yet Another Message Interface On Emacsen. (U
ii semi 1.13.7-3 Library to provide MIME feature for GNU Emac
ii bbdb 2.00-4 The Insidious Big Brother Database (email ro
どこをどう調べれば良いのでしょうか。
nishimu