Bug 653302

Summary: w3m-load.el not included in emacs-w3m subpackage
Product: [Fedora] Fedora Reporter: Michel Lind <michel>
Component: emacs-common-w3mAssignee: Akira TAGOH <tagoh>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 14CC: tagoh
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-15 08:42:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michel Lind 2010-11-15 08:41:08 UTC
Description of problem:
w3m-load.el is an initialization file that never gets byte-compiled; it is expected by, e.g., pure's Emacs mode to be available.

Version-Release number of selected component (if applicable):
emacs-common-w3m-1.4.398-0.3.20100714cvs.fc14

How reproducible:
Always

Steps to Reproduce:
1. Install emacs-w3m
2. Install emacs-pure >= 0.45-3
3. Open a .pure file, C-c C-h on some Pure identifier (e.g. double)
  
Actual results:
The system browser is fired up, not w3m; also, since Pure only integrates properly with w3m, the entire help is displayed, not just the requested topic

Expected results:
Emacs switches to w3m buffer showing the requested topic; leaving this returns back to the Pure file

Additional info: