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 field"
error in process filter: Text is read-only: "Attempt to change text
outside editable field"
-- System Information:
Debian Release: 3.1
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.11.3-20050315121628
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Versions of packages w3-el-e21 depends on:
ii emacs21 21.4a-1 The GNU Emacs editor
ii w3-url-e21 2001.11.08-7 URL library for use by w3-el-e21
-- no debconf information
diff -u w3-display.el.debian w3-display.el
--- w3-display.el.debian 2003-10-04 19:45:31.000000000 +0200
+++ w3-display.el 2005-05-23 17:40:53.000000000 +0200
@@ -869,6 +869,7 @@
(defun w3-finalize-image-download (url buffer &optional widget face)
(let ((glyph nil)
(node nil)
+ (inhibit-read-only t)
(handle (mm-dissect-buffer t))
(align (ignore-errors
(widget-get widget 'align))))