Re: mutt/1296: iso date/time format by default
On 2005-10-03 19:28:48 +0200, Alain Bench wrote:
> On Sunday, October 2, 2005 at 2:23:16 +0200, Vincent Lefèvre wrote:
>
> > On 2005-10-01 17:07:09 +0200, Alain Bench wrote:
> >> How to set a de_DE locale on a Zaurus?
> > I think that the only way is to reflash it. :(
>
> Anyone knows in which directory to put the locale compiled data?
> The default /usr/lib/locale/ doesn't seem to work.
I tried various things (I don't remember exactly), trying to do
something similar to working systems, but without success.
> > I just get the bugs of the QKonsole.
>
> And wich TERM? There doesn't seem to be a dedicated terminfo.
xterm-xfree86
I have the following in my .zshenv:
elif [[ $domain == local.zaurus ]] then
# In practice, xterm has colors, but on the Zaurus, the "xterm" terminfo
# doesn't provide colors, thus set TERM to xterm-xfree86 for xterm. Do
# that before setting $TERMINFO to avoid a warning if $TERM is unknown.
# Ditto for local tty's (better than vt100 for Qkonsole and Terminal).
[[ $TERM == xterm* || $TTY == /dev/ttya* ]] && TERM=xterm-xfree86
# Necessary for the terminfo-utils (tput...)
# /etc/termcap should be removed.
export TERMINFO="/usr/share/terminfo"
TERM=$TERM
fi
There are mainly non-terminfo bugs, e.g. pixels that remain on (in
particular with Mutt!) because some characters are not fully erased.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA