>>>> "Hrvoje" == Hrvoje Niksic
<hniksic(a)srce.hr> writes:
Hrvoje> Martin Buchholz <martin(a)xemacs.org> writes:
> I believe the current behavior of the -name option is exactly
the
> standard way it is supposed to work, and is completely compatible
> with other Xt applications. Try it with xterm, for example.
Hrvoje> ?
Hrvoje> xterm behaves the way I'd expected, and XEmacs behaves differently.
Hrvoje> To reiterate, `xterm -name junk' opens a resource-less xterm, and
Hrvoje> `xemacs -name junk' doesn't appear to do anything useful.
??
./xemacs -name junk -xrm 'junk.modeline.attributeBackground: yellow'
gives me a yellow modeline.
Similarily,
./xemacs -name junk
with
junk.modeline.attributeBackground: yellow
in my $HOME/Emacs
gives me a yellow modeline.
Martin