[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Nethack-el-devel] colors, suppress-keymap
From: |
Ryan Yeske |
Subject: |
Re: [Nethack-el-devel] colors, suppress-keymap |
Date: |
15 Sep 2002 21:58:53 -0700 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Istvan Marko <address@hidden> writes:
> The biggest thing I am missing is colors - I wasn't able to get colors
> working in text mode (Haven't tried the glyph mode, never liked
> tiles). It seems that winlisp always sends '8' as the color of
> everything on the display. From the *nethack-output* buffer:
>
> (nethack-api-print-glyph 12 7 8 2363 848 46 )
> (nethack-api-print-glyph 11 8 8 398 16 100 )
> ...
> (nethack-api-print-glyph 34 17 8 2363 848 46 )
> (nethack-api-print-glyph 35 17 8 339 346 64 )
>
> I have OPTIONS=color in .nethackrc. Any clues?
Hello again, Istvan,
After looking at the code again, and trying this out, I found out that
the options file parsing is done for us, and, for me at least, works
as expected. I created a ~/.nethackrc with the single line:
OPTIONS=color
And I got color. :)
Does it work when you manually set the option (with 'O')?
Do other options set in your ~/.nethackrc work?
What *emacs version are you using?
Ryan