Summary
Users manual hyperlink in index.html throws error in eww/emacs
Metadata
- Id: 9e465fb8a924c48a5d5cfa0e6954ad4877b8c104
- Trac id: 1203
- Type: defect
- Reporter: nishantvarma
- Owner:
- Cc:
- Status: closed
- Component: unknown
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-09-21 15:26:54 UTC
- Created: 2015-07-22 21:40:24 UTC
- Keywords:
Description
I installed Chicken form the Ubuntu repository. When I browsed over to /usr/share/doc/chicken-bin/manual-html directory and opened the index.html, it doesn't open the Users Manual link. Shouldn't hrefs that have space be URL encoded? It works in most modern browsers but Eww seems very strict.
I just cloned git://code.call-cc.org/chicken-core and I can see index.html in the root directory. This file has href to "The User's Manual" which actually is in manual folder so I am assuming build will take care of placing it during make install.
Changes and comments
[2015-07-22 21:41:38 UTC] nishantvarma changed priority from major to minor
[2015-07-22 21:43:10 UTC] nishantvarma changed summary
[2015-09-21 15:26:54 UTC] sjamaan changed status from new to closed
[2015-09-21 15:26:54 UTC] sjamaan set resolution to fixed
[2015-09-21 15:26:54 UTC] sjamaan wrote:
It really only was the index.html file, which is included in the repository (the other files get generated with correct URL encoding, but not this one)
Fixed in both branches (704ab55 and b1da1ba)