Skip to content

Instantly share code, notes, and snippets.

@teaforthecat
Created December 20, 2010 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teaforthecat/749070 to your computer and use it in GitHub Desktop.
Save teaforthecat/749070 to your computer and use it in GitHub Desktop.
Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
[charset source w3m-ccl-write-euc-japan-character w3m-ccl-generate-ncr w3m-ccl-write-iso-latin-1-character defalias w3m-make-ccl-coding-system fboundp define-coding-system (lambda (coding-system mnemonic docstring decoder encoder) "Define a new CODING-SYSTEM by CCL programs DECODER and ENCODER.\nCODING-SYSTEM, DECODER and ENCODER must be symbols.\nThis function is an interface to `define-coding-system'." (define-coding-system coding-system docstring :mnemonic mnemonic :coding-type ... :ccl-decoder decoder :ccl-encoder encoder)) #[(coding-system mnemonic docstring decoder encoder) "\305\306 \n \fB%\207" [coding-system mnemonic docstring decoder encoder make-coding-system 4] 7 "Define a new CODING-SYSTEM by CCL programs DECODER and ENCODER.\nCODING-SYSTEM, DECODER and ENCODER must be symbols.\nThis function is an interface to `make-coding-system'."] if r1 == 129 ((r1 = ...)) mule-unicode-0100-24ff 0 ((r1 = ...) (r0 &= 127) (r1 += ...)) mule-unicode-2500-33ff ((r1 = ...) (r0 &= 127) (r1 += ...)) mule-unicode-e000-ffff ((r1 = ...) (r0 &= 127) (r1 += ...)) ccl-compile-lookup-character ((lookup-character utf-subst-table-for-encode r1 r0) (if ... ...)) ((r1 = 65533)) ((if ... ... ...)) utf-translation-table-for-encode translation-table-id eval define-ccl-program w3m-euc-japan-encoder quote 4 loop append ((translate-character utf-translation-table-for-encode r1 r0)) w3m-iso-latin-1-encoder ((translate-character utf-translation-table-for-encode r1 r0))] 15)
require(w3m-ems)
[emacs-major-version emacs-version require w3m-util w3m-proc 21 w3m-ems error "Emacs-w3m of this version no longer supports Emacs %s" mapconcat identity nbutlast split-string "\\." "." 23 bookmark-w3m w3m-fb w3m-hist timezone image-mode nil t] 8)
execute-extended-command(nil)
call-interactively(execute-extended-command nil nil)
@hoyden0329
Copy link

I have got the same error message with aquamacs and w3m. Have you figured out how to solve this? THX in advance!

@teaforthecat
Copy link
Author

this is very old, I have no idea. I will delete this. I am on emacs 24 and w3m is a fast moving target. I would update your package. are you using el-get?

@hoyden0329
Copy link

No.
But I have solved it yesterday after a lot of effort. The main reason is that although I am using Aquamacs based on emacs 23, the system still has a default emacs 22 that is building w3m. I upgraded the system emacs to 23 and rebuilt w3m and the problem solved.
Hope it can help other people who encounter this.
Thank you so much anyway!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment