Package: gv Version: 1:3.7.1-1 Severity: normal Hi, gv is complaining about keysym apLineDel,
---- $ gv Warning: translation table syntax error: Unknown keysym name: apLineDel Warning: ... found while parsing '<Key>apLineDel: GV_Page(page+5) ' Warning: String to TranslationTable conversion encountered errors ---- Same when loading a real file, This problem has also been reported as http://bugs.gentoo.org/339394 and attached patch by Christian Speckner proposed, -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (200, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=es_ES, LC_CTYPE=es_ES (charmap=ISO-8859-1) Shell: /bin/sh linked to /bin/bash Versions of packages gv depends on: ii dpkg 1.15.8.10 Debian package management system ii ghostscript-x 9.01~dfsg-1 interpreter for the PostScript lan ii install-info 4.13a.dfsg.1-6 Manage installed documentation in ii libc6 2.11.2-11 Embedded GNU C Library: Shared lib ii libx11-6 2:1.4.1-4 X11 client-side library ii libxinerama1 2:1.1.1-1 X11 Xinerama extension library ii libxmu6 2:1.1.0-1 X11 miscellaneous utility library ii libxt6 1:1.0.9-2 X11 toolkit intrinsics library ii xaw3dg 1.5+E-18 Xaw3d widget set Versions of packages gv recommends: ii xaw3dg 1.5+E-18 Xaw3d widget set gv suggests no packages. -- no debconf information -- Agustin
diff -ur a/src/gv_misc_res.dat b/src/gv_misc_res.dat --- a/src/gv_misc_res.dat 2010-10-15 09:21:36.000000000 +0200 +++ b/src/gv_misc_res.dat 2010-10-15 09:21:48.000000000 +0200 @@ -476,7 +476,6 @@ <Key>BackSpace: GV_Page(up,left-bottom,!page-1,bottom-rightedge)\n\ <Key>Insert: GV_Page(page-5) \n\ <Key>Delete: GV_Page(page+5) \n\ - <Key>apLineDel: GV_Page(page+5) \n\ <Key>Home: GV_Page(page=0) \n\ <Key>End: GV_Page(page=99999) \n\ <Key>Prior: GV_Page(page-1) \n\

