[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: defvar of bookmark-make-record-function breaks org-capture
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 22 Oct 2010 08:38:25 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 11397
- References: <m2tykfn5b4.fsf@xxxxxxxxxxxxxxx>
In [emacs-w3m : No.11395] David Engster wrote:
> For a while now, I wondered why sometimes org-capture would throw an
> error when I entered new notes. I finally found that in
[emacs-w3m:11396]> bookmark-w3m.el,
> there's
> (defvar bookmark-make-record-function nil)
> which of course breaks any package using this when w3m-bookmark was
> loaded first, including org-capture.
Oops, it must be nothing but a bug.
emacs -batch -Q -l bookmark-w3m -l bookmark ~/.emacs -f bookmark-set
=> Symbol's function definition is void: nil
I've made it an incantation of only suppressing a compiler warning.
Thanks.