[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: xterm ignores XTerm*backarrowKey resource



On 2004-10-17 22:56:18 -0400, Mason Loring Bliss wrote:
> It turns out that this file:
> 
> 	/usr/X11R6/lib/X11/app-defaults/XTerm
> 
> ...has a customization that ends up causing my XTerm*backarrowKey: true
> directive to be ignored. Specifically, "*backarrowKeyIsErase: true" is what
> was shooting me in the foot.

I had a similar problem in the past[*], where something in
/usr/X11R6/lib/X11/app-defaults/XTerm wasn't overridden by
my setting. Since then, I no longer use system-wide defaults.
My .xinitrc now contains:

XAPPLRESDIR=$HOME/.app-defaults
export XAPPLRESDIR
XFILESEARCHPATH=$XAPPLRESDIR
export XFILESEARCHPATH

[*] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=167495

-- 
Vincent Lefèvre <vincent@vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA



Reply to: