summaryrefslogtreecommitdiff
path: root/www/emacs-w3m/patches
diff options
context:
space:
mode:
authoruebayasi <uebayasi@pkgsrc.org>2007-01-27 12:56:02 +0000
committeruebayasi <uebayasi@pkgsrc.org>2007-01-27 12:56:02 +0000
commitb91b8425634ba0aaebad1443e8cf7e5886dbae76 (patch)
tree68722f11aaabf261a51c886a7c987077624d803a /www/emacs-w3m/patches
parent8b10f06a4cc7fd406ee3bbadca3d82b718eadf93 (diff)
downloadpkgsrc-b91b8425634ba0aaebad1443e8cf7e5886dbae76.tar.gz
Update emacs-w3m to 1.4.4.
A lot of changes since 1.3.3, including Unicode support and add-on modules ("shimbun"). NOTE: I had to comment out w3m's "ucs_conv=1" option which is hard-coded in w3m.el, so that w3m without unicode option also works with emacs-w3m. Do we want w3m to always have its homegrown yet another Unicode mapping table? % ls w3m.* -rwxr-xr-x 1 uebayasi users 513186 Jan 27 20:46 w3m.no-unicode -rwxr-xr-x 1 uebayasi users 1182323 Jan 27 20:48 w3m.unicode
Diffstat (limited to 'www/emacs-w3m/patches')
-rw-r--r--www/emacs-w3m/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/www/emacs-w3m/patches/patch-aa b/www/emacs-w3m/patches/patch-aa
new file mode 100644
index 00000000000..44306582e7d
--- /dev/null
+++ b/www/emacs-w3m/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/01/27 12:56:02 uebayasi Exp $
+
+--- w3m.el.orig 2005-03-25 09:00:00.000000000 +0900
++++ w3m.el
+@@ -2311,7 +2311,7 @@ If it is nil, the command specified to `
+ "-o" "strict_iso2022=0"
+ "-o" "fix_width_conv=1"
+ "-o" "use_jisx0201=0"
+- "-o" "ucs_conv=1"
++ ;"-o" "ucs_conv=1"
+ '(if (eq w3m-input-coding-system 'binary)
+ (if charset (list "-I" 'charset))
+ (list "-I" (if (eq w3m-input-coding-system 'utf-8)