[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Trouble starting w3m
In [emacs-w3m : No.12670]
On Thu, 08 Jun 2017 03:21:00 -0400, Boruch Baum wrote:
> if: Symbol's value as variable is void: w3m-filter-configuration
Could you show me the Lisp backtrace? If it contains byte-codes
(i.e., not Lisp source forms), it's better to fetch the backtrace
again after loading some el (or el.gz) files of which the elc
versions provide those byte-codes. I couldn't reproduce such an
error nor find a code that might cause it so far.
> 2] w3m-mode-hook seems to be set to something quite unusual. The Help
> message for the variable reads:
> w3m-mode-hook is a variable defined in `w3m.el'.
> Its value is (w3m-lnum-mode my-w3m-mode-hook bookmark-w3m-prepare
> #[nil "\301^H\302\303#\210\301^H\304\303#\207"
> [w3m-mode-map define-key "^C^X\367" org-w3m-copy-for-org-mode "^C^X^W"]
> 4])
org-w3m.el does:
(add-hook
'w3m-mode-hook
(lambda ()
(define-key w3m-mode-map "\C-c\C-x\M-w" 'org-w3m-copy-for-org-mode)
(define-key w3m-mode-map "\C-c\C-x\C-w" 'org-w3m-copy-for-org-mode)))
Emacs-w3m team have nothing to do for it.
Regards,