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

Re: saving a buffer without images



On 2016-09-06 23:48, Boruch Baum wrote:
> On 2016-09-07 09:26, Katsumi Yamaoka wrote:
> > In [emacs-w3m : No.12595]
> > 	On Tue, 06 Sep 2016 17:44:30 -0400, Boruch Baum wrote:
>
> > I believe caddr is not a typo:
> >   (setq bname (cadr (assoc img imgs))
> >         ext (caddr (assoc img imgs)))
> > Where `imgs' includes:
> >   (("url" "file-basename" "file-extention")...)
> > cadar is not a typo either:
> >   (cadar w3m-history)
> > See the variable documentation of `w3m-history'.
>
> I don't see anything there regarding caddr or cadar, although I do see
> that w3m-hist.el also calls such undefined functions. Running C-h f
> and C-h v on both `cadar' and `caddr' also yield nothing.

Those functions seem to be common-lisp, not e-lisp, and I do see in
w3m-hist.el the snippet:

  (eval-when-compile
    (require 'cl))

So:

1] Should it be only `eval-when-compile', or always?

2] Will this affect my ability to perform a backtrace on the error
that I reported? If so, how would I circumvent it?

--
hkp://keys.gnupg.net
CA45 09B5 5351 7C11 A9D1  7286 0036 9E45 1595 8BC0