On Thu, 2002-11-14 at 06:55, Luksa Kraljevic wrote:
> 1. My console doesn't show bold text ( it shows text
> that should be bolded as normal ). I had some fancy
> aliases that bolded directories when ls -al and i like
> that. It bolds text under kterm with TERM=linux

kterm?  The terminal emulator with Kanji support?  Or do you mean
konsole, the KDE terminal emulator?

In any case, the lack of bold fonts on the console is a result of the
new default font, used to support UTF-8 character sets.  I don't know if
that will change any time soon.  This change is, I believe, covered in
the release notes.

If what you want works in X, then use X.

> 2. Bash [[$TERM==xterm]] doesn't work. Man says [[ ]]
> is ok but apparently it is not but (( )) works 

Those don't do even remotely the same thing.  

Space is significant.  This will work:
[[ "$TERM" == xterm ]]
This will not:
[["$TERM"==xterm]]

> 3. ls -al used to show hidden (.files) first now it
> mixes them with "normal" files

According to english rules, punctuation is not significant when sorting
alphabetically.  If you want ASCII sorting, then set LC_COLLATE=C in
/etc/sysconfig/i18n

> 4. This is the most unplesent KDE kill's itself when i
> switch to console. Not at once but after some time.

Don't know anything about that....  :-\




-- 
redhat-list mailing list
unsubscribe mailto:redhat-list-request@;redhat.com?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to