Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193287 - app-emacs/w3mnav-0.5-r2 site-init script problem
Summary: app-emacs/w3mnav-0.5-r2 site-init script problem
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Emacs project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-21 07:06 UTC by Ivan Toshkov
Modified: 2007-09-21 09:17 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
75w3mnav-gentoo.el (75w3mnav-gentoo.el,444 bytes, text/plain)
2007-09-21 07:08 UTC, Ivan Toshkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Toshkov 2007-09-21 07:06:59 UTC
The new site-init script uses autoloading but then tries to set set the w3m-mode-map to the still undefined symbol w3m-info-like-map.

NB.  I'm using emacs-cvs-23.0.0-r7 (the unicode branch), which requires emacs-w3m from cvs.  So I'm not 100% sure if this bug happens on the older emacsen.

Reproducible: Always

Steps to Reproduce:
1. emerge =app-emacs/w3mnav-0.5-r2
2. emacs --debug-init
Comment 1 Ivan Toshkov 2007-09-21 07:08:48 UTC
Created attachment 131487 [details]
75w3mnav-gentoo.el

Bind the keys in the w3m-mode-hook.
Comment 2 Ulrich Müller gentoo-dev 2007-09-21 09:17:04 UTC
*w3mnav-0.5-r3 (21 Sep 2007)

  21 Sep 2007; Ulrich Mueller <ulm@gentoo.org> files/75w3mnav-gentoo.el,
  -w3mnav-0.5-r2.ebuild, +w3mnav-0.5-r3.ebuild:
  Move binding of keys to w3m-mode-hook. Fixes bug #193287, thanks to Ivan
  Toshkov <ivan@toshkov.org> for the report and solution.