Bug#343245: w3-el-e21: FIXME in `w3-frames' and bug when quitting a frameset

2005-12-13 Thread Thierry EMERY
Package: w3-el-e21 Version: 4.0pre.2001.10.27-17 Severity: important Tags: patch Tagged by FIXME, `w3-frames' bogously tries to use the value of non-existing variable `url-be-asynchronous'. This is fixed by the attached patch. Moreover the patch fixes quitting a frameset, through setting

Bug#120030: patch proposal

2005-12-13 Thread Thierry EMERY
Hello, The attached patch to w3-url-e21 deals with bug 120030 w3-el-e21: http authentication keeps prompting for username, however in the environment in which it was tested, it is necessary to wait for proxy answers for one second, otherwise a blank page is drawn ; this can be specified through

Bug#341834: w3-url-e21: typo in url-http.el causes redirection to fail

2005-12-03 Thread Thierry EMERY
Package: w3-url-e21 Version: 2005.10.23-1 Severity: important Tags: patch A typo in line 500 of url-http.el (rui instead of uri) causes redirection to fail. -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686)

Bug#341835: w3-el-e21: `w3-handle-image' wrongly assigns Error Image when img src is missing

2005-12-03 Thread Thierry EMERY
Package: w3-el-e21 Version: 4.0pre.2001.10.27-17 Severity: important Tags: patch When a bogus img ... without any src attribute is encountered, `w3-handle-image' assigns Error Image to the widget :src property. Later on this causes `w3-resurrect-images' to fail. Removing this faulty assignment

Bug#310814: w3-url-e21: URL redirection patch correction

2005-05-26 Thread Thierry Emery
Package: w3-url-e21 Version: 2001.11.08-8 Severity: normal Tags: patch Sorry, my patch for URL redirection (Bug#310453) caused problems in: - `w3-maybe-start-image-download' and `w3-maybe-start-background-image-download' (in package w3-el-e21), which need more than 1 callback argument, -

Bug#310824: w3-url-e21: url-retrieve-synchronously sometimes locks up Emacs

2005-05-26 Thread Thierry Emery
Package: w3-url-e21 Version: 2001.11.08-8 Severity: important Tags: patch `url-retrieve-synchronously' sometimes locks up Emacs (beware: C-g can become ineffective), for instance when retrieving a lot of images (e.g. http://www.free.fr/). This is solved through backporting this function from the

Bug#310814: w3-url-e21: URL redirection patch correction

2005-05-26 Thread Thierry Emery
Ben Pfaff [EMAIL PROTECTED] writes: Thierry Emery [EMAIL PROTECTED] writes: Please find below: - a further patch to url-http.el which fixes the first problem, Thanks. I will upload the fixed version soon. - a patch to nnweb.el which fixes the second problem (should i submit

Bug#310450: w3-el-e21: wrong positions when displaying images

2005-05-23 Thread Thierry Emery
Package: w3-el-e21 Version: 4.0pre.2001.10.27-16 Severity: normal Tags: patch widget-image-value-set displays images in wrong positions (although it correctly deletes the associated alt texts) -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable')

Bug#310449: w3-el-e21: read-only errors when trying to display images

2005-05-23 Thread Thierry Emery
Package: w3-el-e21 Version: 4.0pre.2001.10.27-16 Severity: normal Tags: patch When w3-finalize-image-download displays images as a background task, read-only errors are signalled, e.g. error in process filter: widget-before-change: Text is read-only: Attempt to change text outside editable

Bug#310453: w3-url-e21: url-http does not propagate redirected URL as callback argument

2005-05-23 Thread Thierry Emery
Package: w3-url-e21 Version: 2001.11.08-7 Severity: normal Tags: patch url-retrieve is called on a directory URL without the ending / (and a callback function). The Web server returns a redirection status (e.g. 301) and the full URL (with the ending /). url-http-parse-headers calls url-retrieve