Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-11 Thread Mark Nipper
Package: xterm
Version: 244-1
Severity: minor

With yesterday's update of xterm, bold  attributes are
displaying in the color black.  I'm assuming '+bdc' got set by default
somehow instead of '-bdc'?

Anyway, since a lot of people probably use black as their
default background color, this might cause a lot of problems.  Not only
did portions of my prompt string disappear in my shell (minor issue),
but man pages are pretty much unreadable.

Simply setting the resource (or passing the '-bdc' option to my
xterm) fixes the problem.  I'm not sure if this is something you need to
address, but I'm submitting this report for reference sake at the very
least.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (700, 'unstable'), (600, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xterm depends on:
ii  libc6 2.9-24 GNU C Library: Shared libraries
ii  libfontconfig12.6.0-4generic font configuration library
ii  libice6   2:1.0.5-1  X11 Inter-Client Exchange library
ii  libncurses5   5.7+20090803-1 shared libraries for terminal hand
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxaw7   2:1.0.6-1  X11 Athena Widget library
ii  libxft2   2.1.13-3   FreeType-based font drawing librar
ii  libxmu6   2:1.0.4-2  X11 miscellaneous utility library
ii  libxt61:1.0.5-3  X11 toolkit intrinsics library
ii  xbitmaps  1.0.1-2Base X bitmaps

Versions of packages xterm recommends:
ii  x11-utils 7.4+1  X11 utilities
ii  xutils1:7.4+3X Window System utility programs m

Versions of packages xterm suggests:
pn  xfonts-cyrillic(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-11 Thread Julien Cristau
On Tue, Aug 11, 2009 at 12:00:04 -0500, Mark Nipper wrote:

>   With yesterday's update of xterm, bold  attributes are
> displaying in the color black.  I'm assuming '+bdc' got set by default
> somehow instead of '-bdc'?
> 
>   Anyway, since a lot of people probably use black as their
> default background color, this might cause a lot of problems.  Not only
> did portions of my prompt string disappear in my shell (minor issue),
> but man pages are pretty much unreadable.
> 
>   Simply setting the resource (or passing the '-bdc' option to my
> xterm) fixes the problem.  I'm not sure if this is something you need to
> address, but I'm submitting this report for reference sake at the very
> least.

I can't reproduce this.  manpages are readable for me with the default
settings, and xterm +bdc makes bold text disappear.
Anything particular in your setup?

Cheers,
Julien



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-11 Thread Mark Nipper
On 11 Aug 2009, Julien Cristau wrote:
> I can't reproduce this.  manpages are readable for me with the default
> settings, and xterm +bdc makes bold text disappear.
> Anything particular in your setup?

You may not have gotten my update to that bug report.  I
think you inadvertently fixed something with this most recent
release.  The fact that colorBDMode was enabled was actually my
own fault (I had it in my .Xresources).  But I've had it in my
.Xresources for years now, and this only just now became an
issue.

So disabling colorBDMode fixed my problem.  And regarding
this issue, xterm is actually working as documented now (which
apparently it wasn't before).  So thanks!  :)

-- 
Mark Nipper
ni...@bitgnome.net (XMPP)
(979)575-3193
-
"If the fool would persist in his folly he would become wise."
 -- one of the Proverbs of Hell from William Blake's _The
Marraige of Heaven and Hell_, 1789-1790



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-13 Thread Cristian Ionescu-Idbohrn
My interpretation of this (man xterm):

,
|colorBD (class ColorBD)
|This specifies the color to use to display bold  characters  if
|the  ``colorBDMode''  resource  is  enabled.   The  default  is
|``XtDefaultForeground.''
`

is that setting colorBD without colorBDMode being enabled won't do
anything useful.  Am I wrong?


Cheers,

-- 
Cristian



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-14 Thread Cristian Ionescu-Idbohrn
reopen 541089
found 541236 xterm/244-2
thanks

On Thu, 13 Aug 2009, Cristian Ionescu-Idbohrn wrote:

> My interpretation of this (man xterm):
>
> ,
> |colorBD (class ColorBD)
> |This specifies the color to use to display bold  characters  
> if
> |the  ``colorBDMode''  resource  is  enabled.   The  default  
> is
> |``XtDefaultForeground.''
> `
>
> is that setting colorBD without colorBDMode being enabled won't do
> anything useful.  Am I wrong?

Can't make much sense of this.  Command line options or ~/.Xresources, no
joy :(  Here's my resources:

XTerm*VT100*Geometry:   80x80
XTerm*ScrollCond:   true
XTerm*ScrollBar:true
XTerm*rightScrollBar:   true
XTerm*SaveLines:6000
XTerm*Font: 6x13
XTerm*background:   lightyellow
XTerm*foreground:   black
XTerm*cursorColor:  red
XTerm*pointerColor: red
XTerm*VT100*colorBDMode: true
XTerm*VT100*colorBD:blue
XTerm*colorULMode:  true
XTerm*underLine:false
XTerm*colorUL:  magenta
XTerm*dynamicColors:true
XTerm*EightBitInput:true
XTerm*EightBitOutput:   true
!# No session  manager callbacks
XTerm*sessionMgt:   false


Cheers,

-- 
Cristian



-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Processed: Re: Bug#541089: xterm: bold color attribute now displaying as black by default

2009-08-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 541089
Bug #541089 {Done: Julien Cristau } [xterm] xterm: bold 
color attribute now displaying as black by default
> found 541236 xterm/244-2
Bug #541236 [xterm] xterm: word selection selects whitespace characters too
Ignoring request to alter found versions of bug #541236 to the same values 
previously set
> thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org