1. start emacs -q.
2. load bbdb.el
3. evaluate the following piece of code:

(defcustom wiki-directory "~/Wiki"
  "Directory where all wikis are stored.
This can be either a string or a list of strings."
  :group 'wiki
  :type '(choice directory
                 (repeat :tag "List of directories" directory)))

4. M-x customize-option RET wiki-directory RET
5. choose editable-list from the Value Menu
6. choose INS
7. add the string "aa" to the list
8. choose next INS
9. add the string "bb" to the list
10. choose State and select "Set for Current Session"

You will receive the error:

Invalid function: (macro lambda (c) (\` (char-or-string-p (\, c))))

If you don't load bbdb.el, this error will not pop up.

Alex.
-- 
http://www.geocities.com/kensanata/emacs.html
"The difference between GNU Emacs and XEmacs is not X11 compatibility."

_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to