jed-users mailing list

[2005 Date Index] [2005 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: Debian jed upgrade problem


On Jun  9, G. Milde <g.milde@xxxxxx> wrote:
> On  9.06.05, Holger Lillqvist wrote:
>  
> > However, reinstalling brought a new problem: the background is now
> > black and the text white, although my .jedrc contains the following
> > lines:
> > 
> >    $1 = "black"; $2 = "white";
> >    set_color("normal", $1, $2);                   % default fg/bg
> > 
> > Any suggestions on how to cure this problem?
> 
> Several. (Again, some more background info would be helpfull)

Indeed it would, sorry.

> Is this with jed,xjed or both?

jed, run in KDEs term. I have no recent version of xjed.

> jed on xterm or konsole knows only a very limited set of colors, maybe you
> are using a "forbidden" color somewhere.

99.16 remains black also when all other color settings except fg/bg are
commented out in .jedrc. Queerly, even interchanging $1 and $2 has no
effect on fg/bg, it remains white/black. The older jed worked without
color problems in the same evironment. 
 
> Another option is that your color settings get overwritten later on.

That is possible, A first look didn't yet reveal anything.

BTW, until the problem is solved this toggle is a way to force fg/bg =
black/white in an xterm. ;)

define toggle_color ()
{
    USE_ANSI_COLORS = not(USE_ANSI_COLORS);
    emacs_recenter;
}

Holger


--------------------------
To unsubscribe send email to <jed-users-request@xxxxxxxxxxx> with
the word "unsubscribe" in the message body.
Need help? Email <jed-users-owner@xxxxxxxxxxx>.


[2005 date index] [2005 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]