Martin Buchholz <martin(a)xemacs.org> writes:
That would be non-standard.
You still get the Emacs*foo and *foo resources. Just like xterm.
Err, no. That's what I'm trying to point out. `xterm -name junk'
does *not* read any xterm* resources.
What I do to get a vanilla xemacs with no Martin-specific X resources
is:
xemacs="$1"
shift
unset XFILESEARCHPATH EMACSLOADPATH
exec env \
XUSERFILESEARCHPATH=$HOME/luser \
XAPPLRESDIR=$HOME/luser \
XENVIRONMENT=/dev/null \
HOME=$HOME/luser \
"${xemacs}" "$@"
Not something you'd want to tell a user on comp.emacs.xemacs. :-)
--
Hrvoje Niksic <hniksic(a)srce.hr> | Student at FER Zagreb, Croatia
--------------------------------+--------------------------------
We are all just prisoners here of our own MAKEDEV.