On , February 10 2001 01:16:11, ShengHuo ZHU wrote:
> ShengHuo ZHU <[EMAIL PROTECTED]> writes:
>
> > When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs
> > 20, characterp is called if fboundp. This is bad, at least defmacro
> > characterp causes trouble in other packages.
>
On February 10, [EMAIL PROTECTED] said:
>
> When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs
> 20, characterp is called if fboundp. This is bad, at least defmacro
> characterp causes trouble in other packages.
>
> The attached patch fixes the bug. I did not check it in bec
ShengHuo ZHU <[EMAIL PROTECTED]> writes:
> When bbdb.el is loaded in Emacs, characterp defined as macro. In Emacs
> 20, characterp is called if fboundp. This is bad, at least defmacro
> characterp causes trouble in other packages.
Also, defmacro display-message may cause a similar bug. Please u
Alex Schroeder <[EMAIL PROTECTED]> writes:
> 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
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"