emacs-w3m configuration with latest VM and Emacs
I am running the latest emacs trunk from bzr.
I also have the latest VM code.
I am trying to make vm-w3m work.
My emacs-w3m (retrieved from CVS) configuration is:
(require 'w3m-ems)
I am told to load this file and the remaining magic will be taken care of.
When I do, I get the following error message:
load: Symbol's value as variable is void: w3m-cid-
Thanks,
Sridhar
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- VM Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Sridhar Boovaraghavan
- Solved:
- 2010-09-28
- Last query:
- 2010-09-28
- Last reply:
- 2010-09-12
Tim Cross (tcross) said : | #1 |
There are a couple of things to check.
1. Make sure w3m works. The variable w3m-cid-
Run M-x w3m and check w3m is working within emacs
2. Did you remember to build vm with the w3m library? When you run configure for VM you need to include the --with-other-files as documented in the INSTALL file. For example, on my system, I run
./configure --with-
(note that I build with BOTH w3m and BBDB, hence the two dirs in my list)
Verify this by checking that the output from configure has something like
checking otherdirs... ("/usr/
Let us know if you have done all of the above and it still does not work.
Hi,
Thanks for the answer and sorry for the delay in my response.
With the information that you provided, I traced it down to two issues.
Because of http://
When I went back to the standard, things work well now.
Only thing is a message in the *Messages* buffer:
Loading vm-w3m...
Image conversion failed (code `4')
Loading vm-w3m...done
Is this important?
Thanks,
Sridhar
Uday Reddy (reddyuday) said : | #3 |
I too have seen the "Image conversion failed" message occasionally. But, as far as I could tell, nothing is going wrong.