help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Org-store-link in Gnus summary fails


From: Narendra Joshi
Subject: Re: Org-store-link in Gnus summary fails
Date: Sat, 11 Nov 2017 21:04:57 +0530

Re-evaluating the org function that refers the macro fixes it. If the macro
definition had been loaded when the file was compiled, how does it make
funcall work on the macro anyways?

Thanks for the help,
Narendra Joshi
On 11 Nov 2017 18:06, "Michael Heerdegen" <michael_heerdegen@web.de> wrote:

> Narendra Joshi <narendraj9@gmail.com> writes:
>
> > The strange thing is that if I go and re-evaluate the function
> > `org-gnus-store-link', it starts working.
> >
> > Please help me understand what is happening here.
> > > Debugger entered--Lisp error: (invalid-function
> > > gnus-summary-article-header)
> > >   gnus-summary-article-header()
> > >   org-gnus-store-link()
> > >   #f(compiled-function (f) #<bytecode 0x174a15d>)(org-gnus-store-link)
> > >   mapcar(#f(compiled-function (f) #<bytecode 0x174a15d>)
> > > (org-rmail-store-link
> > > org-mhe-store-link org-irc-store-link org-info-store-link
> > > org-gnus-store-link
> > > org-docview-store-link org-bibtex-store-link org-bbdb-store-link
> > > org-w3m-store-link elfeed-link-store-link))
> > >   org-store-link(nil)
> > >   funcall-interactively(org-store-link nil)
> > >   #<subr call-interactively>(org-store-link nil nil)
> > >   apply(#<subr call-interactively> org-store-link (nil nil))
> > >   call-interactively@ido-cr+-record-current-command(#<subr
> > > call-interactively> org-store-link nil nil)
> > >   apply(call-interactively@ido-cr+-record-current-command #<subr
> > > call-interactively> (org-store-link nil nil))
> > >   call-interactively(org-store-link nil nil)
> > >   command-execute(org-store-link)
>
> This kind of error happens when a file had been compiled without the
> according macro definition been loaded.
>
> If just recompiling doesn't help, there is probably a missing dependency
> (at compile time).
>
>
> Michael.
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]