* emacs -nw and accented characters
@ 2004-01-17 14:17 Joel Smith
2004-01-17 18:36 ` Eli Zaretskii
0 siblings, 1 reply; 14+ messages in thread
From: Joel Smith @ 2004-01-17 14:17 UTC (permalink / raw)
i use emacs 21.3 and i thought i'd try to use
aterm -tr -e emacs -nw &
to get transparent version of emacs. the only problem is that
accented characters in the emacs show up garbled, but in aterm they
appear fine. in the standard X version accented characters are fine
as well. is there anything i can do to see the accented characters?
thanks.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 14:17 Joel Smith
@ 2004-01-17 18:36 ` Eli Zaretskii
0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2004-01-17 18:36 UTC (permalink / raw)
> Newsgroups: gnu.emacs.help
> From: Joel Smith <joelvsmith@earthlink.net>
> Date: Sat, 17 Jan 2004 14:17:55 GMT
>
> i use emacs 21.3 and i thought i'd try to use
>
> aterm -tr -e emacs -nw &
>
> to get transparent version of emacs. the only problem is that
> accented characters in the emacs show up garbled, but in aterm they
> appear fine. in the standard X version accented characters are fine
> as well. is there anything i can do to see the accented characters?
Try setting the terminal coding system (C-x RET t) to something
sensible.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
@ 2004-01-17 20:52 Joel Smith
2004-01-17 22:44 ` Jason Rumney
` (3 more replies)
0 siblings, 4 replies; 14+ messages in thread
From: Joel Smith @ 2004-01-17 20:52 UTC (permalink / raw)
"Eli Zaretskii" <eliz@elta.co.il> writes:
> > Newsgroups: gnu.emacs.help
> > From: Joel Smith <joelvsmith@earthlink.net>
> > Date: Sat, 17 Jan 2004 14:17:55 GMT
> >
> > i use emacs 21.3 and i thought i'd try to use
> >
> > aterm -tr -e emacs -nw &
> >
> > to get transparent version of emacs. the only problem is that
> > accented characters in the emacs show up garbled, but in aterm they
> > appear fine. in the standard X version accented characters are fine
> > as well. is there anything i can do to see the accented characters?
>
> Try setting the terminal coding system (C-x RET t) to something
> sensible.
The coding system is iso-latin-1-unix. the same coding system is used
in the emacs running X. perhaps it would be better if i included an
accented character...
essayez de voir ceci ça et là...
now try to look at this message running emacs in an X session and with
emacs -nw if anyone can make the latter work, please let me know how
it's done.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 20:52 emacs -nw and accented characters Joel Smith
@ 2004-01-17 22:44 ` Jason Rumney
2004-01-17 23:10 ` Jesper Harder
` (2 subsequent siblings)
3 siblings, 0 replies; 14+ messages in thread
From: Jason Rumney @ 2004-01-17 22:44 UTC (permalink / raw)
Joel Smith <joelvsmith@earthlink.net> writes:
> The coding system is iso-latin-1-unix. the same coding system is used
> in the emacs running X.
terminal-coding-system is irrelevant when using X, as Emacs loads the
fonts it needs directly. Perhaps your "aterm" is expecting accented
characters to be something other than iso-8859-1 (utf-8 for
example). You need to set terminal-coding-system to match what the
terminal expects.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 20:52 emacs -nw and accented characters Joel Smith
2004-01-17 22:44 ` Jason Rumney
@ 2004-01-17 23:10 ` Jesper Harder
2004-01-18 4:03 ` Joel Smith
2004-01-20 16:54 ` Stefan Monnier
2004-01-21 4:00 ` Joel Smith
3 siblings, 1 reply; 14+ messages in thread
From: Jesper Harder @ 2004-01-17 23:10 UTC (permalink / raw)
Joel Smith <joelvsmith@earthlink.net> writes:
> essayez de voir ceci ça et là...
>
> now try to look at this message running emacs in an X session and with
> emacs -nw if anyone can make the latter work, please let me know how
> it's done.
It looks fine in an xterm for me. Try to set you locale. Maybe
something like LANG=en_US.iso88591.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 23:10 ` Jesper Harder
@ 2004-01-18 4:03 ` Joel Smith
2004-01-18 7:32 ` Eli Zaretskii
[not found] ` <mailman.850.1074411076.928.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 14+ messages in thread
From: Joel Smith @ 2004-01-18 4:03 UTC (permalink / raw)
> terminal-coding-system is irrelevant when using X, as Emacs loads the
> fonts it needs directly. Perhaps your "aterm" is expecting accented
> characters to be something other than iso-8859-1 (utf-8 for
> example). You need to set terminal-coding-system to match what the
> terminal expects.
> It looks fine in an xterm for me. Try to set you locale. Maybe
> something like LANG=en_US.iso88591.
I'm not quite sure what I should do to handle the first suggestion. a
differences of the output of mule-diag in emacs -nw in an xterm and an
aterm yields no differences. as far as emacs is concerned mule
(coding systems, etc.) is operating in the same way between terminals,
but the results are different. what does it mean to "set
terminal-coding-system to match what the terminal expects?" What does
the terminal expect?
as far as xterm goes, emacs does behave well inside of it. emacs -nw with
xterm will display accented characters. aterm displays accented
characters, but emacs -nw inside of aterm does not..
the differences in environment variables* are...
variable aterm xterm
COLORFGBG= 'default;default'
COLORTERM= rxvt-xpm
PPID= 1505 1400
SHLVL= 3 2
WINDOWID= 44040194 41943058
* generated by executing the command "set" within aterm and xterm at
the command prompt.
any advice would be greatly appreciated.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-18 4:03 ` Joel Smith
@ 2004-01-18 7:32 ` Eli Zaretskii
[not found] ` <mailman.850.1074411076.928.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2004-01-18 7:32 UTC (permalink / raw)
> From: joelvsmith@earthlink.net (Joel Smith)
> Newsgroups: gnu.emacs.help
> Date: 17 Jan 2004 20:03:18 -0800
>
> what does it mean to "set terminal-coding-system to match what the
> terminal expects?"
It means that the encoding of characters used by Emacs when writing to
the screen should be what aterm expects to see for Latin-1 characters.
What happens if you make a buffer with accented characters, save it
to a disk file with
C-x RET f latin-1 RET
C-x C-s
and then dump that file to the screen in an aterm session with
cat myfile
(where myfile is the file to which you saved the accented characters)?
Do the characters display correctly then?
The above emulates what Emacs is supposed to do with terminal encoding
set to latin-1, as you reported for your case: it encodes each
non-ASCII character with its Latin-1 code, then sends that code to the
screen.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
[not found] ` <mailman.850.1074411076.928.help-gnu-emacs@gnu.org>
@ 2004-01-18 14:56 ` Joel Smith
2004-01-18 17:11 ` Eli Zaretskii
[not found] ` <mailman.858.1074446140.928.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 14+ messages in thread
From: Joel Smith @ 2004-01-18 14:56 UTC (permalink / raw)
Eli Zaretskii <eliz@elta.co.il> wrote in message news:<mailman.850.1074411076.928.help-gnu-emacs@gnu.org>...
> > From: joelvsmith@earthlink.net (Joel Smith)
> > Newsgroups: gnu.emacs.help
> > Date: 17 Jan 2004 20:03:18 -0800
> >
> > what does it mean to "set terminal-coding-system to match what the
> > terminal expects?"
>
> It means that the encoding of characters used by Emacs when writing to
> the screen should be what aterm expects to see for Latin-1 characters.
>
> What happens if you make a buffer with accented characters, save it
> to a disk file with
>
> C-x RET f latin-1 RET
> C-x C-s
>
> and then dump that file to the screen in an aterm session with
>
> cat myfile
>
> (where myfile is the file to which you saved the accented characters)?
> Do the characters display correctly then?
>
> The above emulates what Emacs is supposed to do with terminal encoding
> set to latin-1, as you reported for your case: it encodes each
> non-ASCII character with its Latin-1 code, then sends that code to the
> screen.
I created two files. The first with accented characters saved using
the latin-1 coding system. the other with the same text but under the
default, utf-8.
results--
aterm - accented characters appear appear garbled in emacs. text
saved in latin-1 appears ok when displayed in aterm with cat. text
saved in utf-8 is garbled when displayed in aterm with cat.
using these files i looked at them in xterm. each appear fine in
emacs -nw, but only the utf-8 file appears fine with cat.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-18 14:56 ` Joel Smith
@ 2004-01-18 17:11 ` Eli Zaretskii
[not found] ` <mailman.858.1074446140.928.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2004-01-18 17:11 UTC (permalink / raw)
> From: joelvsmith@earthlink.net (Joel Smith)
> Newsgroups: gnu.emacs.help
> Date: 18 Jan 2004 06:56:47 -0800
>
> I created two files. The first with accented characters saved using
> the latin-1 coding system. the other with the same text but under the
> default, utf-8.
Sorry, I'm confused: how did utf-8 enter this equation? If it is
relevant to this discussion, please tell in what way; until now, only
latin-1 seemed to be relevant. Are you saying that Emacs sends utf-8
encoded characters to aterm?
Anyway, it's probably hight time to look at the codes sent by Emacs.
Please use the "M-x open-termscript RET" command to cause Emacs to
write all terminal output to a file as well as to the screen. Please
do that in xterma and in aterm with the same text that includes
accented characters, and then tell what codes you see in the two
termscript files created like that (the Unix command "od -c FILE" will
show the character codes stored in the named FILE).
Also, please type "M-x describe-language-environment RET" in an Emacs
running with the -nw switch in xterm and in aterm, and post here what
Emacs says about each of these two cases.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
[not found] ` <mailman.858.1074446140.928.help-gnu-emacs@gnu.org>
@ 2004-01-20 4:48 ` Joel Smith
2004-01-20 19:13 ` Eli Zaretskii
0 siblings, 1 reply; 14+ messages in thread
From: Joel Smith @ 2004-01-20 4:48 UTC (permalink / raw)
"Eli Zaretskii" <eliz@elta.co.il> wrote in message
news:mailman.858.1074446140.928.help-gnu-emacs@gnu.org...
> > From: joelvsmith@earthlink.net (Joel Smith)
> > Newsgroups: gnu.emacs.help
> > Date: 18 Jan 2004 06:56:47 -0800
> >
> > I created two files. The first with accented characters saved using
> > the latin-1 coding system. the other with the same text but under the
> > default, utf-8.
>
> Sorry, I'm confused: how did utf-8 enter this equation? If it is
> relevant to this discussion, please tell in what way; until now, only
> latin-1 seemed to be relevant. Are you saying that Emacs sends utf-8
> encoded characters to aterm?
>
> Anyway, it's probably hight time to look at the codes sent by Emacs.
> Please use the "M-x open-termscript RET" command to cause Emacs to
> write all terminal output to a file as well as to the screen. Please
> do that in xterma and in aterm with the same text that includes
> accented characters, and then tell what codes you see in the two
> termscript files created like that (the Unix command "od -c FILE" will
> show the character codes stored in the named FILE).
>
> Also, please type "M-x describe-language-environment RET" in an Emacs
> running with the -nw switch in xterm and in aterm, and post here what
> Emacs says about each of these two cases.
>
>
the following attachments contain the output of the
describe-language-environment, open-termscript, and od -c commands
each in aterm and xterm.
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-language-aterm.txt";
charset="us-ascii"
Content-ID: <1703.1074573406.2@localhost.localdomain>
UTF-8 language environment
This language environment is a generic one for a subset of the Unicode
character set encoded in UTF-8.
Input methods (default, rfc1345):
TeX ("\" in mode line)
Character sets:
nothing specific to UTF-8
Coding systems:
mule-utf-8 (`u' in mode line):
UTF-8 encoding for Emacs-supported Unicode characters.
It supports Unicode characters of these ranges:
U+0000..U+33FF, U+E000..U+FFFF.
They correspond to these Emacs character sets:
ascii, latin-iso8859-1, mule-unicode-0100-24ff,
mule-unicode-2500-33ff, mule-unicode-e000-ffff
On decoding (e.g. reading a file), Unicode characters not in the above
ranges are decoded into sequences of eight-bit-control and
eight-bit-graphic characters to preserve their byte sequences. The
byte sequence is preserved on i/o for valid utf-8, but not necessarily
for invalid utf-8.
On encoding (e.g. writing a file), Emacs characters not belonging to
any of the character sets listed above are encoded into the UTF-8 byte
sequence representing U+FFFD (REPLACEMENT CHARACTER).
(alias: mule-utf-8 utf-8)
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-language-xterm.txt";
charset="us-ascii"
Content-ID: <1703.1074573406.3@localhost.localdomain>
UTF-8 language environment
This language environment is a generic one for a subset of the Unicode
character set encoded in UTF-8.
Input methods (default, rfc1345):
TeX ("\" in mode line)
Character sets:
nothing specific to UTF-8
Coding systems:
mule-utf-8 (`u' in mode line):
UTF-8 encoding for Emacs-supported Unicode characters.
It supports Unicode characters of these ranges:
U+0000..U+33FF, U+E000..U+FFFF.
They correspond to these Emacs character sets:
ascii, latin-iso8859-1, mule-unicode-0100-24ff,
mule-unicode-2500-33ff, mule-unicode-e000-ffff
On decoding (e.g. reading a file), Unicode characters not in the above
ranges are decoded into sequences of eight-bit-control and
eight-bit-graphic characters to preserve their byte sequences. The
byte sequence is preserved on i/o for valid utf-8, but not necessarily
for invalid utf-8.
On encoding (e.g. writing a file), Emacs characters not belonging to
any of the character sets listed above are encoded into the UTF-8 byte
sequence representing U+FFFD (REPLACEMENT CHARACTER).
(alias: mule-utf-8 utf-8)
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-termscript-aterm.txt";
charset="x-unknown"
Content-ID: <1703.1074573406.4@localhost.localdomain>
Content-Transfer-Encoding: quoted-printable
=1B[K=1B[1;33H=1B[?25l=1B[7mOperate Mark Regexp Immediate Subdir
Help=1B[0=
m=1B[39;49m=1B[27m=1B[4;59H=1B[?25h=1B[?25h=07=1B[2;3H=1B[?25l-rw-rw-r--
=
1 joel joel 84 Dec 7 11:17 .asoundrc=1B[3;3H-rw-rw-r-- =
1 joel joel 128 Apr 18 2003 .asoundrc-old=1B[4;11H-- 1 j=
oel joel 128 Apr 18 2003 =1B[32m.asoundrc~=1B[39;49m=1B[5;3H=
- -rw-rw-r-- 1 joel joel 80 Dec 10 08:54
.authinfo=1B[6;7H-=
- ----- 2 joel joel 4096 Jun 7 2003
=1B[1m=1B[34m.autosave=1B=
[0m=1B[39;49m=1B[7;3Hdrwxr-xr-x 2 joel joel 4096 Dec 20 22:=
52 =1B[1m=1B[34m.avm=1B[0m=1B[39;49m=1B[K=1B[8;7H------
1 joel joel=
20304 Jan 19 23:04 .bash_history=1B[K=0D
=08--r-- 1 joel joel 37 Dec 12 09:57 .bash_logout=1B[K=1B=
[10;7Hr--r-- 1 joel joel 24 Feb 9 2003 =1B[32m.bash_log=
out~=1B[39;49m=1B[K=0D
-rw-r--r-- 1 joel joel 209 Dec 12 09:56 .bash_profile=0D
=08--r-- 1 joel joel 191 Feb 9 2003 =1B[32m.bash_profil=
e~=1B[39;49m=1B[K=0D
-rw-r--r-- 1 joel joel 580 Oct 27 21:48 .bashrc=0D
=08--r-- 1 joel joel 462 Oct 25 12:42 =1B[32m.bashrc~=1B[=
39;49m=1B[K=0D
drwxrwxr-x 2 joel joel 4096 Dec 25 16:16 =1B[1m=1B[34m.cd=
db=1B[0m=1B[39;49m=1B[16;3Hdrwxrwxr-x 2 joel joel 4096
Feb =
17 2003 =1B[1m=1B[34m.cddbslave=1B[0m=1B[39;49m=1B[K=0D
-rw-rw-r-- 1 joel joel 3047 Sep 26 23:02 =1B[32m.chess-sa=
ve~=1B[39;49m=1B[18;7Hrw-r-- 1 joel joel 240 Feb 9 2003
=
.chromium=1B[K=1B[19;6H-rw-r-- 1 joel joel 3800 Feb 9 200=
3 .chromium-score=1B[20;6H-rw-r-- 1 joel joel 0 Sep 16 2=
1:59 .civclientrc=1B[K=0D
=08--r-- 1 joel joel 26 Dec 19 00:13 .dmrc=1B[K=1B[22;3H=
drwxrwxr-x 2 joel joel 4096 Dec 12 16:25 =1B[1m=1B[34m.dwar=
f=1B[0m=1B[39;49m=1B[K
=1B[C=1B[7m16-- 7%=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h =08=1B[?25l--r-- 1 joel joel 26
Dec 19 0=
0:13 .dmrc=1B[K=1B[3;3Hdrwxrwxr-x 2 joel joel 4096 Dec 12
1=
6:25 =1B[1m=1B[34m.dwarf=1B[0m=1B[39;49m=1B[K=1B[4;3Hdrwx------
4 joel =
joel 4096 Jun 14 2003 =1B[1m=1B[34m.ee=1B[0m=1B[39;49m=1B[K=1B=
[5;42H106 Jun 27 2003 .em-config=1B[6;3H-rw-rw-r-- 1 joel joel =
107 Jun 25 2003 =1B[32m.em-config~=1B[39;49m=1B[7;3H-rw-r--r--
1=
joel joel 10639 Dec 16 19:28 .emacs=1B[8;7Hrw-rw- 1 joel =
joel 5506 Feb 11 2003 .emacs-mine=1B[K=0D
=08w-rw- 1 joel joel 5457 Aug 1 2002 =1B[32m.emacs-mine~=
=1B[39;49m=1B[10;3Hdrwxrwxr-x 3 joel joel 4096 Feb 9 2003=
=1B[1m=1B[34m.emacs.d=1B[0m=1B[39;49m=1B[K=1B[11;40H10639
Dec 11 22:51 =1B=
[32m.emacs~=1B[39;49m=1B[K=1B[12;7H------ 1 joel joel
16 =
Feb 9 2003 .esd_auth=1B[K=1B[13;3Hdrwxrwxr-x 2 joel joel
=
4096 Jan 11 08:15 =1B[1m=1B[34m.exmh=1B[0m=1B[39;49m=1B[K=1B[14;7H------
=
1 joel joel 8 Jan 19 22:10 .fetchmail.pid=1B[15;3H-rwx--x=
- --- 1 joel joel 153 Dec 10 22:04
.fetchmailrc=1B[16;3H-rwx=
- --x--- 1 joel joel 89 Dec 9 13:53
.fetchmailrc.old=1B[17=
;6Hx--x--- 1 joel joel 152 Dec 10 09:13 =1B[32m.fetchmailr=
c~=1B[39;49m=1B[18;42H101 Jan 19 22:32 .fonts.cache-1=1B[19;3Hdrwxrwxr-x
=
3 joel joel 4096 Sep 16 21:59 =1B[1m=1B[34m.freeciv=1B[0m=1B=
[39;49m=1B[K=1B[20;7H------ 1 joel joel 305 Jan 18 12:10
.=
fs-6jrVSM=1B[K=1B[21;7H------ 1 joel joel 677 Jan 18 12:06=
.fs-LdYioe=1B[22;3H-rw------- 1 joel joel 833 Jan 17 14:3=
2 .fs-cUgyyc
=08=08=08=1B[7m35--16=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h =08=08=1B[?25l------ 1 joel joel
677 Jan =
18 12:06 .fs-LdYioe=1B[3;3H-rw------- 1 joel joel 833 Jan =
17 14:32 .fs-cUgyyc=1B[4;3H-rw------- 1 joel joel 833 Jan =
17 15:18 .fs-hSqro2=1B[5;7H------ 1 joel joel 657 Jan 18 2=
3:24 .fs-hbs2hH=1B[6;7H------ 1 joel joel 833 Jan 17 14:27=
.fs-poaJ1H=1B[K=1B[7;7H------ 1 joel joel 434 Jan 18 23:1=
5 .fsm-0LvCSX=1B[8;7H------ 1 joel joel 434 Jan 18 13:31 .=
fsm-1M7bWl=1B[9;7H------ 1 joel joel 434 Jan 18 23:16 .fsm=
- -1gWX6v=1B[K=1B[10;3H-rw------- 1 joel joel 434 Jan 18
12:=
12 .fsm-1ijQbH=1B[11;7H------ 1 joel joel 434 Jan 19 00:10=
.fsm-26emQy=1B[12;42H434 Jan 18 12:05 .fsm-53x8Uv=1B[13;3H-rw-------
1=
joel joel 434 Jan 19 10:39 .fsm-7MYbPa=1B[14;42H434 Jan 19 0=
0:25 .fsm-9YgugR=1B[K=1B[15;6H------- 1 joel joel 434 Jan
=
18 23:13 .fsm-A3gJKz=1B[K=1B[16;6H------- 1 joel joel 434
=
Jan 18 12:43 .fsm-CcOqSz=1B[K=1B[17;6H------- 1 joel joel
=
434 Jan 19 00:20 .fsm-Lv5wWA=1B[K=1B[18;7H------ 1 joel joel
=
434 Jan 18 11:27 .fsm-Q6hseA=1B[K=1B[19;3H-rw------- 1 joel joel=
434 Jan 18 23:29 .fsm-ZJKhsu=1B[20;42H434 Jan 18 12:06 .fsm-ZfeO=
vf=1B[21;42H434 Jan 19 00:19 .fsm-a3VchA=1B[22;42H434 Jan 18 12:57 .fsm-eA=
cJl4
=08=08=08=08=1B[7m54--25=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;42H=1B[?25l434 Jan 19 00:19 .fsm-a3VchA=1B[3;42H434
=
Jan 18 12:57 .fsm-eAcJl4=1B[4;42H434 Jan 18 19:34 .fsm-jFMcps=1B[5;42H434
=
Jan 19 00:24 .fsm-mlPVVc=1B[6;42H434 Jan 18 12:10 .fsm-pbJdGU=1B[7;51H9
22=
:11 .fsm-sZPYOx=1B[8;44H6 Jan 18 13:58 .fsm-t2wWpb=1B[9;53H12:40 .fsm-zPQA=
JS=1B[10;3Hdrwxrwxr-x 3 joel joel 4096 Jul 20 2003
=1B[1m=1B=
[34m.fullcircle=1B[0m=1B[39;49m=1B[11;3Hdrwxrwxr-x 3 joel joel
=
4096 Jan 19 00:26 =1B[1m=1B[34m.fvwm=1B[0m=1B[39;49m=1B[K=1B[12;7Hrw-r=
- -- 1 joel joel 33137 Jan 19 00:26
.fvwm2rc=1B[K=1B[13;7Hrw-r=
- -- 1 joel joel 25866 Jan 8 23:29
.fvwm2rc.current=1B[14;7Hr=
w-r-- 1 joel joel 24091 Jan 4 17:37 .fvwm2rc.old=1B[15;7Hrw=
- -r-- 1 joel joel 33139 Jan 19 00:24
=1B[32m.fvwm2rc~=1B[39;4=
9m=1B[K=1B[16;3Hdrwx------ 2 joel joel 4096 Oct 13 10:44
=1B=
[1m=1B[34m.gaim=1B[0m=1B[39;49m=1B[K=0D
1465 Oct 13 10:35 .gaimrc=1B[K=1B[18;3Hdrwx------ 4 joel joel
=
4096 Jan 19 22:10 =1B[1m=1B[34m.gconf=1B[0m=1B[39;49m=1B[K=1B[19;3=
Hdrwx------ 2 joel joel 4096 Jan 19 22:12 =1B[1m=1B[34m.gco=
nfd=1B[0m=1B[39;49m=1B[K=1B[20;3Hdrwxrwxr-x 17 joel joel
409=
6 Jan 17 15:28 =1B[1m=1B[34m.gimp-1.2=1B[0m=1B[39;49m=1B[K=1B[21;3Hdrwx---=
- --- 7 joel joel 4096 Sep 18 19:47
=1B[1m=1B[34m.gnome=1B[0m=
=1B[39;49m=1B[K=1B[22;3Hdrwxr-xr-x 2 joel joel 4096 Dec
19 =
22:15 =1B[1m=1B[34m.gnome-desktop=1B[0m=1B[39;49m=1B[23;66H=1B[7m73--34=1B=
[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;3H=1B[?25ldrwx------ 7 joel joel
4096=
Sep 18 19:47 =1B[1m=1B[34m.gnome=1B[0m=1B[39;49m=1B[K=1B[3;3Hdrwxr-xr-x
=
2 joel joel 4096 Dec 19 22:15 =1B[1m=1B[34m.gnome-desktop=1B=
[0m=1B[39;49m=1B[4;3Hdrwxr-xr-x 7 joel joel 4096 Jan 19 21:=
18 =1B[1m=1B[34m.gnome2=1B[0m=1B[39;49m=1B[K=1B[5;3Hdrwx------
2 joel =
joel 4096 Jan 4 12:01 =1B[1m=1B[34m.gnome2_private=1B[0m=1B[39=
;49m=1B[6;3Hdrwx------ 2 joel joel 4096 Feb 12 2003 =1B[1m=
=1B[34m.gnome_private=1B[0m=1B[39;49m=1B[7;7Hrw-r-- 1 joel
joel =
214 Dec 9 21:59 .gnus=1B[K=1B[8;7Hrw-r-- 1 joel joel
=
60 Dec 8 20:00 =1B[32m.gnus~=1B[39;49m=1B[K=1B[9;3Hdrwx------
2 joe=
l joel 4096 Dec 14 15:59
=1B[1m=1B[34m.gphoto=1B[0m=1B[39;49m=1B=
[K=0D
=08-xr-x 4 joel joel 4096 Jun 14 2003 =1B[1m=1B[34m.gqvie=
w=1B[0m=1B[39;49m=1B[K=1B[11;3H-rw-rw-r-- 1 joel joel
1237 =
Jan 10 21:26 .grip=1B[12;3Hdrwxr-xr-x 2 joel joel 4096 Jan =
5 22:33 =1B[1m=1B[34m.gstreamer=1B[0m=1B[39;49m=1B[13;40H
183 Dec 14 23:=
36 .gtickrc=1B[K=0D
=08--r-- 1 joel joel 120 Feb 9 2003 .gtkrc=1B[K=1B[15;4=
0H 135 Jan 17 21:39 .gtkrc-1.2-gnome2=1B[16;7Hrwxr-x 2 joel joel =
4096 Jun 5 2003 =1B[1m=1B[34m.hyperb=1B[0m=1B[39;49m=1B[17;3Hdrwx=
rwxr-x 2 joel joel 4096 Dec 23 23:24 =1B[1m=1B[34m.icons=1B=
[0m=1B[39;49m=1B[K=1B[18;3H-rw-rw-r-- 1 joel joel 2798
Jun =
15 2003 .infodock=1B[19;3H-rw-rw-r-- 1 joel joel 2772 Jun =
9 2003 =1B[32m.infodock~=1B[39;49m=1B[20;7H------ 3 joel joel
=
4096 Feb 9 2003 =1B[1m=1B[34m.kde=1B[0m=1B[39;49m=1B[K=1B[21;3H-rw-=
rw-r-- 1 joel joel 4027 Jan 4 11:56 .mailcap=1B[22;46HFeb =
9 2003 =1B[1m=1B[34m.mcop=1B[0m=1B[39;49m=1B[K=1B[23;66H=1B[7m92--43=1B[=
0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;3H=1B[?25l-rw-rw-r-- 1 joel joel
4027=
Jan 4 11:56 .mailcap=1B[3;46HFeb 9 2003 =1B[1m=1B[34m.mcop=1B[0m=1B[39=
;49m=1B[K=1B[4;7H------ 3 joel joel 4096 Feb 9 2003 =1B[1=
m=1B[34m.metacity=1B[0m=1B[39;49m=1B[5;3H-rw-rw-r-- 1 joel
joel =
56 Dec 8 15:13 .mh_profile=1B[K=1B[6;3H-rw-rw-r-- 1 joel
jo=
el 1747 Jan 4 11:56 .mime.types=1B[K=1B[7;3Hdrwxrwxr-x 6 joel
=
joel 4096 Jul 20 2003 =1B[1m=1B[34m.mozilla=1B[0m=1B[39;49m=1B=
[8;3Hdrwxrwxr-x 2 joel joel 4096 Dec 8 23:18 =1B[1m=1B[34m=
.mplayer=1B[0m=1B[39;49m=1B[9;7Hr-xr-x 4 joel joel 4096
Jun=
23 2003 =1B[1m=1B[34m.nautilus=1B[0m=1B[39;49m=0D
=08wxr-x 3 joel joel 4096 Feb 9 2003 =1B[1m=1B[34m.netsc=
ape=1B[0m=1B[39;49m=1B[11;40H11698 Jan 19 22:58 .newsrc=1B[12;3H-rw-rw-r--=
1 joel joel 188 Dec 10 20:05 =1B[32m.newsrc-dribble~=1B[3=
9;49m=1B[13;40H18943 Jan 19 22:58 .newsrc.eld=0D
=08w-r-- 1 joel joel 18941 Jan 18 23:11 =1B[32m.newsrc.eld~=
=1B[39;49m=1B[15;40H11715 Jan 18 23:11 =1B[32m.newsrc~=1B[39;49m=1B[K=0D
5 joel joel 4096 Jan 4 11:56 =1B[1m=1B[34m.openoffice=1B[0m=
=1B[39;49m=1B[17;50H19 08:08 =1B[1m=1B[34m.qt=1B[0m=1B[39;49m=1B[K=1B[18;3=
Hdrwxr-xr-x 2 joel joel 4096 Jul 7 2003 =1B[1m=1B[34m.rea=
lnetworks=1B[0m=1B[39;49m=1B[19;7H------ 1 joel joel
50 J=
an 14 20:16 .recently-used=0D
2 joel joel 4096 Jan 8 18:42 =1B[1m=1B[34m.rhn-applet=1B[0m=
=1B[39;49m=1B[21;39H271069 Dec 16 18:48 .rhn-applet.cache=1B[22;3H-rw-----=
- -- 1 joel joel 518 Jan 18 00:39
.rhn-applet.conf=1B[23;66H=
=1B[7m111--52%=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;39H=1B[?25l271069 Dec 16 18:48 .rhn-applet.cache=1B[=
3;3H-rw------- 1 joel joel 518 Jan 18 00:39 .rhn-applet.co=
nf=1B[4;3H-rw-rw-r-- 1 joel joel 5784 Jun 14 2003 .rolo.ot=
l=1B[5;41H5891 Dec 20 10:11 .rolodex.otl.bak=1B[6;3Hdrwxrwx--- 3 joel
=
joel 4096 Dec 14 22:09
=1B[1m=1B[34m.sane=1B[0m=1B[39;49m=1B[K=1B=
[7;3H-rw-rw-r-- 1 joel joel 44 Jun 7 2003 .saves-1423-l=
ocalhost\=0D
.localdomain=1B[K=1B[9;3H-rw-rw-r-- 1 joel joel 148 Dec
7=
16:40 .snd=1B[K=1B[10;3H-rwxr-xr-x 1 joel joel 63 Jan
4=
11:56 .sversionrc=1B[11;3Hdrwxrwxr-x 2 joel joel 4096 Dec =
23 23:24 =1B[1m=1B[34m.themes=1B[0m=1B[39;49m=1B[12;3Hdrwx------
3 joel=
joel 4096 Dec 25 15:37 =1B[1m=1B[34m.thumbnails=1B[0m=1B[39;4=
9m=1B[K=1B[13;3Hdrwxrwxr-x 2 joel joel 4096 Sep 16 22:00
=1B=
[1m=1B[34m.tuxracer=1B[0m=1B[39;49m=1B[K=1B[14;5H--r--r--
1 joel jo=
el 2457 Jan 12 2003 .vcrrc=1B[K=1B[15;3Hdrwx------ 2 joel
=
joel 4096 Jun 6 2003 =1B[1m=1B[34m.wine=1B[0m=1B[39;49m=1B[K=0D
3 joel joel 4096 Jan 19 00:29 =1B[1m=1B[34m.wm-icons=1B[0m=1B=
[39;49m=1B[K=1B[17;3H-r--r--r-- 1 joel joel 2948 Jan 15 22:=
41 .xawtv=1B[18;7H------ 2 joel joel 4096 Sep 18 19:49 =1B[=
1m=1B[34m.xchat=1B[0m=1B[39;49m=1B[K=1B[19;3Hdrwxrwxr-x 2
joel joel=
4096 Jun 23 2003 =1B[1m=1B[34m.xemacs=1B[0m=1B[39;49m=1B[K=1B[20=
;7Hr-xr-x 2 joel joel 4096 Feb 21 2003
=1B[1m=1B[34m.xine=1B=
[0m=1B[39;49m=1B[K=1B[21;3Hdrwxr-xr-x 4 joel joel 4096
Feb =
15 2003 =1B[1m=1B[34m.xmms=1B[0m=1B[39;49m=1B[K=1B[22;7Hrw-r--
1 joel =
joel 10094 Jan 17 21:38 .xscreensaver=1B[K
=08=08=08=08=08=1B[7m30--60=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;3H=1B[?25ldrwxr-xr-x 4 joel joel
4096=
Feb 15 2003 =1B[1m=1B[34m.xmms=1B[0m=1B[39;49m=1B[K=1B[3;7Hrw-r--
1 j=
oel joel 10094 Jan 17 21:38 .xscreensaver=1B[K=0D
=08--r-- 1 joel joel 200054 Jan 19 22:32 .xsession-errors=1B=
[5;3Hdrwxrwxr-x 2 joel joel 4096 Jan 10 18:32 =1B[1m=1B[34m=
Alsa=1B[0m=1B[39;49m=1B[K=1B[6;10Hrwx 2 joel joel
4096 Dec =
19 21:59 =1B[1m=1B[34mChristmas=1B[0m=1B[39;49m=1B[7;3Hdrwxrwxrwx
2 joe=
l joel 4096 Jan 17 12:14 =1B[1m=1B[34mCommands=1B[0m=1B[39;49m=
=1B[K=0D
drwxr-xr-x 2 joel joel 4096 Dec 20 11:17 =1B[1m=1B[34mDes=
ktop=1B[0m=1B[39;49m=1B[9;3Hdrwxrwxr-x 2 joel joel 4096
Jan=
11 20:19 =1B[1m=1B[34mDirections=1B[0m=1B[39;49m=1B[10;3Hdrwxrwxr-x
9 =
joel joel 8192 Jan 18 22:08 =1B[1m=1B[34mDownloads=1B[0m=1B[39=
;49m=1B[K=1B[11;50H11 09:43 =1B[1m=1B[34mEmail=1B[0m=1B[39;49m=1B[K=1B[12;=
7Hrwxrwx 9 joel joel 4096 Jan 11 20:43
=1B[1m=1B[34mFrench=1B=
[0m=1B[39;49m=1B[K=1B[13;46HJan 16 22:13 =1B[1m=1B[34mFvwm=1B[0m=1B[39;49m=
=1B[K=1B[14;3Hdrwxrwxrwx 2 joel joel 4096 Feb 11 2003 =1B[=
1m=1B[34mGames=1B[0m=1B[39;49m=1B[K=1B[15;7Hrwxrwx 3 joel
joel =
4096 Mar 17 2003 =1B[1m=1B[34mGnu=1B[0m=1B[39;49m=1B[K=1B[16;3H-rw-rw=
- -r-- 1 joel joel 14980 Jun 28 2003
HY-README=1B[17;3Hdrwxrw=
xr-x 2 joel joel 4096 Jun 7 2003 =1B[1m=1B[34mInfoDock=1B=
[0m=1B[39;49m=1B[18;7Hrwxrwx 109 joel joel 8192 Jan 11 20:18
=
=1B[1m=1B[34mJobs=1B[0m=1B[39;49m=1B[K=1B[19;11Hwx 3
joel joel =
4096 Jan 11 21:52 =1B[1m=1B[34mLinuxHelp=1B[0m=1B[39;49m=0D
=08wxrwx 2 joel joel 4096 Mar 7 2003 =1B[1m=1B[34mMP3=1B=
[0m=1B[39;49m=1B[K=1B[21;7H------ 12 joel joel 4096 Jan
19 1=
1:22 =1B[1m=1B[34mMail=1B[0m=1B[39;49m=1B[K=1B[22;3Hdrwxrwxrwx
2 joel =
joel 4096 Feb 11 2003 =1B[1m=1B[34mMakeCD=1B[0m=1B[39;49m=1B[K
=1B[C=1B[C=1B[7m48--69=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h =08=08=1B[?25l------ 12 joel joel
4096 Jan =
19 11:22 =1B[1m=1B[34mMail=1B[0m=1B[39;49m=1B[K=1B[3;3Hdrwxrwxrwx
2 joe=
l joel 4096 Feb 11 2003 =1B[1m=1B[34mMakeCD=1B[0m=1B[39;49m=1B=
[K=1B[4;3Hdrwxrwxr-x 4 joel joel 4096 Jul 12 2003 =1B[1m=1B=
[34mMozilla=1B[0m=1B[39;49m=1B[K=1B[5;11Hwx 4 joel joel
409=
6 Dec 15 21:36 =1B[1m=1B[34mMusic=1B[0m=1B[39;49m=1B[6;11H-x
3 joel =
joel 4096 Jul 19 2003 =1B[1m=1B[34mNetscape=1B[0m=1B[39;49m=1B[K=
=1B[7;51H1 20:35 =1B[1m=1B[34mNewmisc=1B[0m=1B[39;49m=1B[K=0D
=08wxr-x 3 joel joel 4096 Feb 17 2003 =1B[1m=1B[34mNews=1B=
[0m=1B[39;49m=1B[K=1B[9;56H24 =1B[1m=1B[34mPictures=1B[0m=1B[39;49m=1B[K=1B=
[10;3H-rw-rw-r-- 1 joel joel 183 Jun 20 2003 RMAIL=1B[K=1B=
[11;3H-rw-rw-r-- 1 joel joel 5562 Jun 20 2003 =1B[32mRMAIL=
~=1B[39;49m=1B[12;11H-x 3 joel joel 4096 Jul 20 2003 =1B[1=
m=1B[34mRealPlayerDownloads=1B[0m=1B[39;49m=1B[13;11Hwx 2 joel
joel=
4096 Dec 25 13:57 =1B[1m=1B[34mRecipes=1B[0m=1B[39;49m=1B[14;11H-=
x 2 joel joel 4096 Dec 11 12:38 =1B[1m=1B[34mSendmail=1B[0m=
=1B[39;49m=1B[15;11H-x 3 joel joel 4096 Jan 10 21:14 =1B[1m=
=1B[34mTemp=1B[0m=1B[39;49m=1B[16;3Hdrwxrwxr-x 2 joel joel
=
4096 Aug 2 18:27 =1B[1m=1B[34mUMUC-RTC=1B[0m=1B[39;49m=1B[K=1B[17;50H13
=
2003 =1B[1m=1B[34mVM=1B[0m=1B[39;49m=1B[K=1B[18;11H-x
3 joel joel =
4096 Feb 18 2003 =1B[1m=1B[34mWineDocs=1B[0m=1B[39;49m=1B[19;11H-x=
4 joel joel 4096 Aug 25 20:18 =1B[1m=1B[34mWork=1B[0m=1B[3=
9;49m=1B[K=1B[20;11H-x 2 joel joel 4096 Oct 19 09:22 =1B[1m=
=1B[34mbin=1B[0m=1B[39;49m=1B[21;3H-rw-rw-r-- 1 joel joel
2=
310 Jan 17 22:15 compare-aterm-variabl\=0D
es.txt=1B[K=1B[23;67H=1B[7m67--77=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;3H=1B[?25l-rw-rw-r-- 1 joel joel
2310=
Jan 17 22:15 compare-aterm-variabl\=0D
es.txt=1B[K
=08=08=08=08-rw-rw-r-- 1 joel joel 34122 Jan 17 22:34
compar=
e-mule-diag-ate\=0D
rm.txt=1B[K
=08=08=08=08-rw-rw-r-- 1 joel joel 34122 Jan 17 22:33
compar=
e-mule-diag-xte\=0D
rm.txt=1B[K
=08=08=08=08-rw-rw-r-- 1 joel joel 2264 Jan 17 22:16
compar=
e-xterm-variabl\=0D
es.txt=1B[K=1B[10;11Hw- 1 joel joel 2814 Dec 7 09:55 diary=
=1B[11;11Hw- 1 joel joel 1929 Jul 7 2003 =1B[32mdiary=1B[=
39;49m=1B[12;7H------ 5 joel joel 4096 Dec 10 11:38
=1B[1m=1B=
[34mevolution=1B[0m=1B[39;49m=1B[K=1B[13;11H-x 3 joel joel
=
4096 Jul 1 2003 =1B[1m=1B[34mfmtool=1B[0m=1B[39;49m=0D
4 joel joel 4096 Jan 11 20:35 =1B[1m=1B[34mhyperbole=1B[0m=1B=
[39;49m=1B[15;3H-rwxrwxrwx 1 joel joel 13063 Feb 20 2003 id=
3_el.htm=1B[16;3H-rw------- 1 joel joel 35977 Jun 21 2003 j=
wpcefrench.zip=1B[17;3H-rw-rw-r-- 1 joel joel 19385 Jun 21 =
2003 koutline.help.txt=1B[18;3H-rw-rw-r-- 1 joel joel 19837 =
Jun 17 2003 koutline.txt=1B[19;3H-rw-rw-r-- 1 joel joel 104=
12 Feb 24 2003 mimeinstall.results=0D
5 joel joel 4096 Dec 25 16:18 =1B[1m=1B[34mogg=1B[0m=1B[39;4=
9m=1B[21;3Hdrwxr-xr-x 2 joel joel 4096 Mar 28 2003
=1B[1m=1B=
[34mogle-faq_files=1B[0m=1B[39;49m=1B[K=0D
-rw------- 1 joel joel 62179 Aug 25 07:37 paper-children-r=
d-1.t\=0D
=1B[23;67H=1B[7m86--86=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[2;3H=1B[?25ldrwxr-xr-x 2 joel joel
4096=
Mar 28 2003 =1B[1m=1B[34mogle-faq_files=1B[0m=1B[39;49m=1B[K=0D
-rw------- 1 joel joel 62179 Aug 25 07:37 paper-children-r=
d-1.t\=0D
ex=1B[K=0D
-rw-rw-r-- 1 joel joel 1673 Sep 13 06:34 redhat-error.txt=
=1B[6;40H 5998 Jan 14 19:51 rolodex.xrolo=1B[K=0D
-rw-rw-r-- 1 joel joel 5891 Jan 2 23:24 rolodex.xrolo.ba=
k=1B[8;41H6117 Jan 1 11:23 =1B[32mrolodex.xrolo~=1B[39;49m=1B[K=0D
-rw-rw-r-- 1 joel joel 71 Jan 18 09:36 test-accents-ate=
rm-de\=0D
fault-coding.txt=1B[K
=08=08=08=08=08=08-- 1 joel joel 72 Jan
18 09:34 test-acc=
ents-aterm.tx\=0D
t=1B[K
=1B[C-rw-rw-r-- 1 joel joel 1087 Jan 19 23:03 test-language=
- -xterm.t\=0D
xt=1B[K=1B[15;6H-rw-r-- 1 joel joel 9887 Jan 19 23:04 test-=
termscript-xterm\=0D
.txt=1B[K=1B[17;40H 475 Jun 21 2003 things-2-do.0621.txt=1B[18;40H
1337 =
Jul 1 2003 tkradio=1B[K=1B[19;40H 8948 Jun 21 2003 using-rpm.txt=1B[K=1B=
[20;3H-rw-rw-r-- 1 joel joel 1639 Jun 15 2003 xemacs.mail=0D
=1B[K
=1B[K=1B[23;66H=1B[7m201--Bot=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=07=1B[24d=1B[?25lEnd of buffer=1B[H
=1B[?25h=1B[?25h=07=07=07=07=1B[1;22r=1B[2;1H=1B[11L=1B[1;24r=1B[24;1H=1B[=
K=1B[2d=1B[?25l -rw-rw-rw- 1 joel joel 2814 Dec 7 09:55
d=
iary=1B[K=0D
-rw-rw-rw- 1 joel joel 1929 Jul 7 2003 =1B[32mdiary~=1B=
[39;49m=1B[K=0D
drwx------ 5 joel joel 4096 Dec 10 11:38 =1B[1m=1B[34mevo=
lution=1B[0m=1B[39;49m=1B[K=0D
drwxrwxr-x 3 joel joel 4096 Jul 1 2003 =1B[1m=1B[34mfmt=
ools=1B[0m=1B[39;49m=1B[K=0D
drwxrwxr-x 4 joel joel 4096 Jan 11 20:35 =1B[1m=1B[34mhyp=
erbole=1B[0m=1B[39;49m=1B[K=0D
-rwxrwxrwx 1 joel joel 13063 Feb 20 2003 id3_el.htm=1B[K=0D
-rw------- 1 joel joel 35977 Jun 21 2003
jwpcefrench.zip=1B=
[K=0D
-rw-rw-r-- 1 joel joel 19385 Jun 21 2003 koutline.help.tx=
t=1B[K=0D
-rw-rw-r-- 1 joel joel 19837 Jun 17 2003 koutline.txt=1B[=
K=0D
-rw-rw-r-- 1 joel joel 10412 Feb 24 2003 mimeinstall.resu=
lts=1B[K=0D
drwxrwxr-x 5 joel joel 4096 Dec 25 16:18 =1B[1m=1B[34mogg=
=1B[0m=1B[39;49m=1B[K=1B[23;68H=1B[7m0--88%=1B[0m=1B[39;49m=1B[27m=1B[12;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m1=1B[0m=1B[39;49m=1B[27m=1B[13;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m2=1B[0m=1B[39;49m=1B[27m=1B[14;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m3=1B[0m=1B[39;49m=1B[27m=1B[16;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m4=1B[0m=1B[39;49m=1B[27m=1B[17;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m5=1B[0m=1B[39;49m=1B[27m=1B[18;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m6=1B[0m=1B[39;49m=1B[27m=1B[19;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m7=1B[0m=1B[39;49m=1B[27m=1B[20;5=
9H=1B[?25h=1B[?25h=1B[23;68H=1B[?25l=1B[7m8=1B[0m=1B[39;49m=1B[27m=1B[22;5=
9H=1B[?25h=1B[?25h=1B[1;22r=1B[2;1H=1B[11M=1B[1;24r=1B[12;1H=1B[?25lt=1B[K
=08 -rw-rw-r-- 1 joel joel 1087 Jan 19 23:03 test-language=
- -xterm.t\=0D
=1B[A
xt=1B[K=0D
-rw-rw-r-- 1 joel joel 9887 Jan 19 23:04 test-termscript-=
xterm\=0D
=1B[A
.txt=1B[K=0D
-rw-rw-r-- 1 joel joel 475 Jun 21 2003 things-2-do.0621=
.txt=1B[K=0D
-rw-rw-r-- 1 joel joel 1337 Jul 1 2003 tkradio=1B[K=0D
-rw-rw-r-- 1 joel joel 8948 Jun 21 2003 using-rpm.txt=1B=
[K=0D
-rw-rw-r-- 1 joel joel 1639 Jun 15 2003 xemacs.mail=1B[K=
=0D
=1B[K
=1B[K=1B[23;68H=1B[7m9--Bot=1B[0m=1B[39;49m=1B[27m=1B[13;59H=1B[?25h=1B[?2=
5h=1B[23;67H=1B[?25l=1B[7m10=1B[0m=1B[39;49m=1B[27m=1B[15;59H=1B[?25h=1B[?=
25h=1B[23;68H=1B[?25l=1B[7m1=1B[0m=1B[39;49m=1B[27m=1B[17;59H=1B[?25h=1B[?=
25h=1B[23;68H=1B[?25l=1B[7m2=1B[0m=1B[39;49m=1B[27m=1B[18;59H=1B[?25h=1B[?=
25h=1B[23;68H=1B[?25l=1B[7m3=1B[0m=1B[39;49m=1B[27m=1B[19;59H=1B[?25h=1B[?=
25h=1B[23;68H=1B[?25l=1B[7m4=1B[0m=1B[39;49m=1B[27m=1B[20;59H=1B[?25h=1B[?=
25h=1B[23;68H=1B[?25l=1B[7m5=1B[0m=1B[39;49m=1B[27m=1B[21;1H=1B[?25h=1B[?2=
5h=07
=1B[?25lEnd of buffer=1B[21;1H=1B[?25h=1B[?25h=07=07=07
=1B[K=1B[23;68H=1B[?25l=1B[7m4=1B[0m=1B[39;49m=1B[27m=1B[20;59H=1B[?25h=1B=
[?25h=1B[23;68H=1B[?25l=1B[7m3=1B[0m=1B[39;49m=1B[27m=1B[19;59H=1B[?25h=1B=
[?25h=1B[23;68H=1B[?25l=1B[7m2=1B[0m=1B[39;49m=1B[27m=1B[18;59H=1B[?25h=1B=
[?25h=1B[23;68H=1B[?25l=1B[7m1=1B[0m=1B[39;49m=1B[27m=1B[17;59H=1B[?25h=1B=
[?25h=1B[23;68H=1B[?25l=1B[7m0=1B[0m=1B[39;49m=1B[27m=1B[15;59H=1B[?25h=1B=
[?25h=1B[23;67H=1B[?25l=1B[7m09=1B[0m=1B[39;49m=1B[27m=1B[13;59H=1B[?25h=1B=
[?25h=1B[23;68H=1B[?25l=1B[7m8=1B[0m=1B[39;49m=1B[27m=1B[11;59H=1B[?25h=1B=
[?25h=1B[1;33H=1B[?25l=1B[7mHelp
=1B[0=
m=1B[39;49m=1B[27m=0D
voil=C3=A0 ma texte qui est =C3=A9crite avec des charact=C3=A8res
qui ont =
des accents.=1B[K=0D
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K=1B[23;4H=1B[7m1:---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtest-accen=
ts-aterm.txt=1B[0m=1B[39;49m=1B[27m=1B[7m 11:04PM 0.01 (Text
Fill)--L1=
- --All-=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[?25lKill buffer: (default test-accents-aterm.tx=
t)=1B[1;33H=1B[7mMinibuf Help=1B[0m=1B[39;49m=1B[27m=1B[24;47H=1B[?25h=1B[=
?25h=0D=1B[K=1B[1;33H=1B[?25l=1B[7mOperate Mark Regexp Immediate
Subdir He=
lp=1B[0m=1B[39;49m=1B[27m=0D
drwxr-xr-x 2 joel joel 4096 Mar 28 2003 =1B[1m=1B[34mogl=
e-faq_files=1B[0m=1B[39;49m=1B[3;3H-rw------- 1 joel joel
62=
179 Aug 25 07:37 paper-children-rd-1.t\=0D
ex
- -rw-rw-r-- 1 joel joel 1673 Sep 13 06:34
redhat-error.txt=1B=
[6;3H-rw-rw-r-- 1 joel joel 5998 Jan 14 19:51 rolodex.xrolo=
=1B[7;3H-rw-rw-r-- 1 joel joel 5891 Jan 2 23:24 rolodex.xr=
olo.bak=1B[8;3H-rw-rw-r-- 1 joel joel 6117 Jan 1 11:23 =1B=
[32mrolodex.xrolo~=1B[39;49m=1B[9;3H-rw-rw-r-- 1 joel joel
=
71 Jan 18 09:36 test-accents-aterm-de\=0D
fault-coding.txt=1B[11;3H-rw-rw-r-- 1 joel joel 72 Jan 18=
09:34 test-accents-aterm.tx\=0D
t
=1B[C-rw-rw-r-- 1 joel joel 1087 Jan 19 23:03 test-language=
- -xterm.t\=0D
xt
- -rw-rw-r-- 1 joel joel 9887 Jan 19 23:04
test-termscript-xt=
erm\=0D
.txt
=08=08-rw-rw-r-- 1 joel joel 475 Jun 21 2003 things-2-do.=
0621.txt=1B[18;3H-rw-rw-r-- 1 joel joel 1337 Jul 1 2003 t=
kradio=1B[19;3H-rw-rw-r-- 1 joel joel 8948 Jun 21 2003 usi=
ng-rpm.txt=1B[20;3H-rw-rw-r-- 1 joel joel 1639 Jun 15 2003=
xemacs.mail=1B[23;4H=1B[7mu:%%-F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1m~
=
=1B[0m=1B[39;49m=1B[27m=1B[7m 11:04PM 0.01 (Dired
by nam=
e)--L208--Bot=1B[0m=1B[39;49m=1B[27m=1B[11;59H=1B[?25h=1B[?25h=1B[1;33H=1B=
[?25l=1B[7mHelp =1B[0m=1B[39;49m=1B[27=
m=0D
voil=C3=A0 ma texte qui est =C3=A9crite avec des charact=C3=A8res
qui ont =
des accents.=1B[K=0D
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K=1B[23;4H=1B[7m1:---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtest-accen=
ts-aterm.txt=1B[0m=1B[39;49m=1B[27m=1B[7m 11:04PM 0.01 (Text
Fill)--L1=
- --All-=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[?25lM-x=1B[1;33H=1B[7mMinibuf
Help=1B[0m=1B[39;=
49m=1B[27m=1B[24;5H=1B[?25h=1B[?25h=1B[?25ld=1B[?25h=1B[?25h=1B[?25le=1B[?=
25h=1B[?25h=1B[?25ls=1B[?25h=1B[?25h=1B[?25lc=1B[?25h=1B[?25h=1B[?25lr=1B[=
?25h=1B[?25h=1B[?25li=1B[?25h=1B[?25h=1B[?25lb=1B[?25h=1B[?25h=1B[?25le=1B=
[?25h=1B[?25h=1B[?25l-=1B[?25h=1B[?25h=1B[?25ll=1B[?25h=1B[?25h=1B[?25la=1B=
[?25h=1B[?25h=1B[?25ln=1B[?25h=1B[?25h=1B[?25lg=1B[?25h=1B[?25h=1B[?25luag=
e-environment=1B[?25h=1B[?25h=0D=1B[?25lDescribe language environment
(def=
ault, current choice):=1B[C=1B[?25h=1B[?25h=0D=1B[?25lPreparing
diary...=1B=
[K=1B[?25h=1B[?25h=1B[23;42H=1B[?25l=1B[7m5PM (Text
Fill)--L1--All-----=1B=
[0m=1B[39;49m=1B[27m=1B[24;19H=1B[?25h=1B[?25h=0D=1B[K=1B[1;33H=1B[?25l=1B=
[7mHelp =1B[0m=1B[39;49m=1B[27m=1B[12;1H=1B[7m-uu1:---F1
=1B[0m=1B=
[39;49m=1B[27m=1B[7m=1B[1mtest-accents-aterm.txt=1B[0m=1B[39;49m=1B[27m=1B=
[7m 11:05PM (Text Fill)--L1--All-------------=1B[0m=1B[39;49m=1B[27m=0D
UTF-8 language environment=0D
This language environment is a generic one for a subset of the Unicode=0D
character set encoded in UTF-8.=0D
Input methods (default, rfc1345):=1B[19;3H=1B[4mTeX=1B[0m ("\"
in mode lin=
e)=0D
Character sets:=1B[22;3Hnothing specific to UTF-8=1B[23;4H=1B[7mu:%%-F1
=1B=
[0m=1B[39;49m=1B[27m=1B[7m=1B[1m*Help* =1B[0m=1B[39;49m=1B[27m=1B[7m
=
11:05PM (Help View)--L1--Top----------=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[?25lYou can run the command `describe-language-=
environment' with C-h L=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[K=1B[13d=1B[24d=1B[?25lWrite
file: ~/=1B[1;33H=1B=
[7mMinibuf
Help=1B[0m=1B[39;49m=1B[27m=1B[24;15H=1B[?25h=1B[?25h=1B[?25lt=1B=
[?25h=1B[?25h=1B[?25le=1B[?25h=1B[?25h=1B[?25ls=1B[?25h=1B[?25h=1B[?25lt=1B=
[?25h=1B[?25h=1B[?25l-=1B[?25h=1B[?25h=1B[?25ll=1B[?25h=1B[?25h=1B[?25la=1B=
[?25h=1B[?25h=1B[?25lu=1B[?25h=1B[?25h=07 =08=1B[?25l[No
match]=1B[24;23H=1B=
[?25h=1B[?25h=1B[K=0D=1B[?25lNote: file is write protected=1B[?25h=1B[?25h=
=0D=1B[?25lLoading outline...=1B[K=1B[?25h=1B[?25h=0D =1B[?25leasy-mmode..=
.=1B[?25h=1B[?25h=1B[?25ldone=1B[?25h=1B[?25h=0D =1B[?25loutline...done=1B=
[K=1B[?25h=1B[?25h=07=0D=1B[?25lWrite file: ~/test-la=1B[K=1B[?25h=1B[?25h=
=08=1B[K=1B[?25language-xterm.txt=1B[?25h=1B[?25h=08=08=08=08=08=08=08=08=08
=
=1B[?25lterm.txt=1B[K=1B[24;29H=1B[?25h=1B[?25h=1B[?25laterm.txt=1B[24;30H=
=1B[?25h=1B[?25h=0D=1B[C=1B[C=1B[?25lote /home/j=1B[3@oel=1B[13;1H=1B[?25h=
=1B[?25h=1B[1;33H=1B[?25l=1B[7mHelp =1B[0m=1B[39;49m=1B[27m=1B[23;6=
H=1B[7m---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtest-language-aterm.txt=1B=
[0m=1B[39;49m=1B[27m=1B[7m 11:05PM (Text Fill)--L1--Top=1B[0m=1B[39;49=
m=1B[27m=1B[13;1H=1B[?25h=1B[?25h=1B[24d=1B[K=1B[13d=1B[24d=1B[?25lKill
bu=
ffer: (default test-language-aterm.txt)=1B[1;33H=1B[7mMinibuf Help=1B[0m=1B=
[39;49m=1B[27m=1B[24;48H=1B[?25h=1B[?25h=0D=1B[K=1B[1;33H=1B[?25l=1B[7mOpe=
rate Mark Regexp Immediate Subdir Help=1B[0m=1B[39;49m=1B[27m=1B[13;1H
dr=
wxr-xr-x 2 joel joel 4096 Mar 28 2003 =1B[1m=1B[34mogle-fa=
q_files=1B[0m=1B[39;49m=1B[14;3H-rw------- 1 joel joel
62179=
Aug 25 07:37 paper-children-rd-1.t\=0D
ex=1B[K=0D
-rw-rw-r-- 1 joel joel 1673 Sep 13 06:34 redhat-error.txt=
=1B[17;3H-rw-rw-r-- 1 joel joel 5998 Jan 14 19:51 rolodex.x=
rolo=0D
-rw-rw-r-- 1 joel joel 5891 Jan 2 23:24 rolodex.xrolo.ba=
k=1B[19;3H-rw-rw-r-- 1 joel joel 6117 Jan 1 11:23 =1B[32mr=
olodex.xrolo~=1B[39;49m=1B[20;3H-rw-rw-r-- 1 joel joel
71=
Jan 18 09:36 test-accents-aterm-de\=0D
fault-coding.txt=1B[22;3H-rw-rw-r-- 1 joel joel 72 Jan 18=
09:34 test-accents-aterm.tx\=0D
=1B[23;6H=1B[7m%%-F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1m~
=
=1B[0m=1B[39;49m=1B[27m=1B[7m 11:05PM (Dired by name)--L208--93%=1B[0m=
=1B[39;49m=1B[27m=1B[22;59H=1B[?25h=1B[?25h=0D
=1B[?25l(No files need saving)=1B[22;59H=1B[?25h=1B[?25h=0D
=1B[K=1B[?1l=1B>=1B[?25h=1B[?1047l=1B[?1048l=1B[39;49m=0D=
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-termscript-xterm.txt";
charset="x-unknown"
Content-ID: <1703.1074573406.5@localhost.localdomain>
Content-Transfer-Encoding: quoted-printable
=1B[K=1B[1;33H=1B[?25l=1B[7mHelp =1B[0m=1B[39;49m=1B[27m=0D
=1B[?25h=1B[?25h=1B[1;33H=1B[?25l=1B[7mOperate Mark Regexp Immediate
Subdi=
r Help=1B[0m=1B[39;49m=1B[27m=0D
=1B[C =1B[32m/home/joel=1B[39;49m:=1B[K=0D
=1B[C used 1792 available 9855108=1B[K=0D
-rw-rw-rw- 1 joel joel 2135 Feb 11 2003 =1B[32m%backup%~=
=1B[39;49m=1B[5;3Hdrwx------ 85 joel joel 8192 Jan 19 23:02
=
=1B[1m=1B[34m.=1B[0m=1B[39;49m=0D
=1B[C drwxr-xr-x 5 root root 4096 Jan 18 23:21 =1B[1m=1B[34=
m..=1B[0m=1B[39;49m=1B[7;3H-rw------- 1 joel joel 11796
Jan =
19 22:11 .ICEauthority=1B[8;3H-rw-rw-r-- 1 joel joel 0 J=
un 7 2003 .INFODOCK-FIRST-USE=1B[9;3H-rw-rw-r-- 1 joel joel =
0 Jun 27 2003 .INFODOCK-LAST-USE=1B[10;3H-rw------- 1 joel j=
oel 395 Feb 18 2003 .RealNetworks_RealCoo\=0D
kies_60
=08=08=08=08=08-rw-rw-r-- 1 joel joel 23282 Dec
28 21:10 .Re=
alNetworks_RealMed\=0D
iaSDK_60=1B[14;3H-rw-rw-r-- 1 joel joel 1359 Dec 28 21:10 .=
RealNetworks_RealPla\=0D
yer_60
=08=08=08=08-rw-rw-r-- 1 joel joel 112 Jul 19 2003
.RealN=
etworks_RealSha\=0D
red_00
=08=08=08=08-rw------- 1 joel joel 115 Jan 19 22:10
.Xauth=
ority=1B[19;3H-rwxr-xr-x 1 joel joel 188 Dec 13 10:42 .Xcl=
ients=1B[20;3H-rwxr-xr-x 1 joel joel 57 Dec 13 11:19 .Xcl=
ients-default=1B[21;3H-rw-rw-r-- 1 joel joel 84 Dec 7 11=
:17 .asoundrc=1B[22;3H-rw-rw-r-- 1 joel joel 128 Apr 18 2=
003 .asoundrc-old=1B[23;7H=1B[7m%-F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1m~=
=1B[0m=1B[39;49m=1B[27m=1B[7m 11:03PM 0.05 (Dired
by n=
ame)--L3--Top=1B[0m=1B[39;49m=1B[27m=1B[4;59H=1B[?25h=1B[?25h=1B[24;1H=1B[=
?25lI-search:=1B[4;59H=1B[?25h=1B[?25h=1B[23;62H=1B[?25l=1B[7m
Isearch)--L=
3--Top=1B[0m=1B[39;49m=1B[27m=1B[4;59H=1B[?25h=1B[?25h=1B[24;11H=1B[?25lt=1B
=
[?25h=1B[?25h=1B[4;59H=1B[6;22H=1B[?25l=1B[36m=1B[45mt=1B[39;49m=1B[23;74H=
=1B[7m5=1B[0m=1B[39;49m=1B[27m=1B[6;23H=1B[?25h=1B[?25h=1B[24;12H=1B[?25le=
=1B[?25h=1B[?25h=1B[6;23H=1B[2;3H=1B[?25l-rw-rw-r-- 1 joel
joel =
24091 Jan 4 17:37 .fvwm2rc.old=1B[3;3H-rw-rw-r-- 1 joel joel =
33139 Jan 19 00:24 =1B[32m.fvwm2rc~=1B[39;49m=1B[4;3Hdrwx------
2=
joel joel 4096 Oct 13 10:44 =1B[1m=1B[34m.gaim=1B[0m=1B[39;49=
m=1B[K=1B[5;3H-rw------- 1 joel joel 1465 Oct 13 10:35 .gai=
mrc=1B[6;7H------ 4 joel joel 4096 Jan 19 22:10 =1B[1m=1B[3=
4m.gconf=1B[0m=1B[39;49m=1B[7;3Hdrwx------ 2 joel joel
4096=
Jan 19 22:12 =1B[1m=1B[34m.gconfd=1B[0m=1B[39;49m=1B[K=1B[8;3Hdrwxrwxr-x
=
17 joel joel 4096 Jan 17 15:28
=1B[1m=1B[34m.gimp-1.2=1B[0m=1B=
[39;49m=1B[K=1B[9;3Hdrwx------ 7 joel joel 4096 Sep 18 19:4=
7 =1B[1m=1B[34m.gnome=1B[0m=1B[39;49m=1B[K=1B[10;3Hdrwxr-xr-x
2 joel =
joel 4096 Dec 19 22:15 =1B[1m=1B[34m.gnome-desktop=1B[0m=1B[39;4=
9m=1B[K=0D
drwxr-xr-x 7 joel joel 4096 Jan 19 21:18 =1B[1m=1B[34m.gn=
ome2=1B[0m=1B[39;49m=1B[12;3Hdrwx------ 2 joel joel 4096
Ja=
n 4 12:01 =1B[1m=1B[34m.gnome2_priva=1B[0m=1B[39;49m=1B[1m=1B[36m=1B[45mt=
e=1B[0m=1B[39;49m=1B[K=0D
drwx------ 2 joel joel 4096 Feb 12 2003 =1B[1m=1B[34m.gn=
ome_private=1B[0m=1B[39;49m=0D
214 Dec 9 21:59 .gnus=1B[K=0D
-rw-rw-r-- 1 joel joel 60 Dec 8 20:00 =1B[32m.gnus~=1B=
[39;49m=1B[16;3Hdrwx------ 2 joel joel 4096 Dec 14 15:59 =1B=
[1m=1B[34m.gphoto=1B[0m=1B[39;49m=1B[K=0D
drwxr-xr-x 4 joel joel 4096 Jun 14 2003 =1B[1m=1B[34m.gq=
view=1B[0m=1B[39;49m=1B[18;7Hrw-r-- 1 joel joel 1237
Jan 10=
21:26 .grip=1B[K=1B[19;3Hdrwxr-xr-x 2 joel joel 4096 Jan
=
5 22:33 =1B[1m=1B[34m.gstreamer=1B[0m=1B[39;49m=1B[20;6H-rw-r--
1 joel =
joel 183 Dec 14 23:36 .gtickrc=1B[K=0D
=08--r-- 1 joel joel 120 Feb 9 2003 .gtkrc=1B[K=1B[22;4=
3H35 Jan 17 21:39 .gtkrc-1.2-gnome2
=08=08=1B[7m95--40%=1B[0m=1B[39;49m=1B[27m=0D
=1B[12;74H=1B[?25h=1B[?25h=1B[24;13H=1B[?25ls=1B[?25h=1B[?25h=1B[12;74H=1B=
[2;40H=1B[?25l19837 Jun 17 2003 koutline.txt=1B[3;40H10412 Feb 24 2003
m=
imeinstall.results=1B[4;7Hrwxr-x 5 joel joel 4096 Dec 25 16=
:18 =1B[1m=1B[34mogg=1B[0m=1B[39;49m=1B[K=1B[5;3Hdrwxr-xr-x
2 joel =
joel 4096 Mar 28 2003 =1B[1m=1B[34mogle-faq_files=1B[0m=1B[39;49m=
=1B[6;3H-rw------- 1 joel joel 62179 Aug 25 07:37 paper-chil=
dren-rd-1.t\=0D
ex=1B[K
- -rw-rw-r-- 1 joel joel 1673 Sep 13 06:34
redhat-error.txt=1B=
[9;3H-rw-rw-r-- 1 joel joel 5998 Jan 14 19:51 rolodex.xrolo=
=1B[10;3H-rw-rw-r-- 1 joel joel 5891 Jan 2 23:24 rolodex.x=
rolo.bak=1B[11;3H-rw-rw-r-- 1 joel joel 6117 Jan 1 11:23
=1B=
[32mrolodex.xrolo~=1B[39;49m=1B[12;3H-rw-rw-r-- 1 joel joel
=
71 Jan 18 09:36 =1B[36m=1B[45mtes=1B[39;49mt-accents-aterm-de\=0D
fault-coding.txt=1B[K=1B[14;42H 72 Jan 18 09:34 test-accents-aterm.tx\=0D
t=1B[K
=1B[C-rw-rw-r-- 1 joel joel 475 Jun 21 2003 things-2-do.0=
621.txt=1B[17;3H-rw-rw-r-- 1 joel joel 1337 Jul 1 2003 tk=
radio=0D
8948 Jun 21 2003 using-rpm.txt=1B[19;3H-rw-rw-r-- 1 joel joel=
1639 Jun 15 2003 xemacs.mail=0D
=1B[K
=1B[K
=1B[K=1B[23;74H=1B[7m207--Bo=1B[0m=1B[39;49m=1B[27m=0D
=1B[12;62H=1B[?25h=1B[?25h=1B[24;14H=1B[?25lt=1B[?25h=1B[?25h=1B[12;62H=1B=
[?25l=1B[36m=1B[45mt=1B[39;49m=1B[?25h=1B[?25h
=08=08=08=08=1B[?25l=1B[46mtest=1B[39;49m=1B[12d=1B[?25h=1B[?25h=1B[24;1H=1B
=
[K=1B[12;63H=1B[24;1H=1B[?25lMark saved where search started=1B[12;63H=1B[=
?25h=1B[?25h=1B[24;1H=1B[K=1B[12;59H=1B[?25ltest
=08=08=08=08test=1B[23;62H=1B[7m)--L208--Bot-------=1B[0m=1B[39;49m=1B[27m=
=0D
=1B[14;59H=1B[?25h=1B[?25h=1B[1;33H=1B[?25l=1B[7mHelp
=
=1B[0m=1B[39;49m=1B[27m=0D
voil=C3=A0 ma texte qui est =C3=A9crite avec des charact=C3=A8res
qui ont =
des accents.=0D
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K
=1B[K=1B[23;4H=1B[7m1:---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtest-accen=
ts-aterm.txt=1B[0m=1B[39;49m=1B[27m=1B[7m 11:03PM 0.05 (Text
Fill)--L1=
- --All-=1B[0m=1B[39;49m=1B[27m=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[?25lC-x=1B[H
=1B[?25h=1B[?25h=1B[24;4H=1B[?25l-=1B[H
=1B[?25h=1B[?25h=07=1B[24d=1B[K=1B[2d=1B[24d=1B[?25lZap
to char:=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[K=1B[2d=07=1B[24d=1B[?25lQuit=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[K=1B[2d=1B[24d=1B[?25lM-x=1B[1;33H=1B[7mMinibuf=
Help=1B[0m=1B[39;49m=1B[27m=1B[24;5H=1B[?25h=1B[?25h=1B[?25ld=1B[?25h=1B[=
?25h=1B[?25le=1B[?25h=1B[?25h=1B[?25ls=1B[?25h=1B[?25h=1B[?25lc=1B[?25h=1B=
[?25h=1B[?25lr=1B[?25h=1B[?25h=1B[?25li=1B[?25h=1B[?25h=1B[?25lb=1B[?25h=1B=
[?25h=1B[?25le-=1B[?25h=1B[?25h=1B[?25ll=1B[?25h=1B[?25h=1B[?25la=1B[?25h=1B
=
[?25h=1B[?25ln=1B[?25h=1B[?25h=1B[?25lg=1B[?25h=1B[?25h=1B[?25luage-enviro=
nment=1B[?25h=1B[?25h=0D=1B[?25lDescribe language environment (default,
cu=
rrent choice):=1B[C=1B[?25h=1B[?25h=0D=1B[?25lLoading view...=1B[K=1B[H
=1B[?25h=1B[?25h=1B[24;16H=1B[?25ldone=1B[H
=1B[?25h=1B[?25h=1B[1;33H=1B[?25l=1B[7mHelp =1B[0m=1B[39;49m=1B[27m=
=1B[12;1H=1B[7m-uu1:---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtest-accents=
- -aterm.txt=1B[0m=1B[39;49m=1B[27m=1B[7m 11:03PM 0.05 (Text
Fill)--L1--=
All--------=1B[0m=1B[39;49m=1B[27m=0D
UTF-8 language environment=0D
This language environment is a generic one for a subset of the Unicode=0D
character set encoded in UTF-8.=0D
Input methods (default, rfc1345):=1B[19;3H=1B[4mTeX=1B[0m ("\"
in mode lin=
e)=0D
Character sets:=1B[22;3Hnothing specific to UTF-8=1B[23;4H=1B[7mu:%%-F1
=1B=
[0m=1B[39;49m=1B[27m=1B[7m=1B[1m*Help* =1B[0m=1B[39;49m=1B[27m=1B[7m
=
11:03PM 0.05 (Help View)--L1--Top----------=1B[0m=1B[39;49m=1B[27m=1B[=
H
=1B[?25h=1B[?25h=1B[24d=1B[?25lYou can run the command `describe-language-=
environment' with C-h L=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[?25lLoading view...done=1B[K=1B[H
=1B[?25h=1B[?25h=1B[24d=1B[K=1B[13d=1B[24d=1B[?25lWrite
file: ~/=1B[1;33H=1B=
[7mMinibuf
Help=1B[0m=1B[39;49m=1B[27m=1B[24;15H=1B[?25h=1B[?25h=1B[?25lt=1B=
[?25h=1B[?25h=1B[?25le=1B[?25h=1B[?25h=1B[?25ls=1B[?25h=1B[?25h=1B[?25lt=1B=
[?25h=1B[?25h=1B[?25l-=1B[?25h=1B[?25h=1B[?25ll=1B[?25h=1B[?25h=1B[?25la=1B=
[?25h=1B[?25h=1B[?25ln=1B[?25h=1B[?25h=1B[?25lg=1B[?25h=1B[?25h=1B[?25lu=1B=
[?25h=1B[?25h=1B[?25la=1B[?25h=1B[?25h=1B[?25lg=1B[?25h=1B[?25h=1B[?25le=1B=
[?25h=1B[?25h=1B[?25l-=1B[?25h=1B[?25h=1B[?25lx=1B[?25h=1B[?25h=1B[?25lt=1B=
[?25h=1B[?25h=1B[?25le=1B[?25h=1B[?25h=1B[?25lr=1B[?25h=1B[?25h=1B[?25lm=1B=
[?25h=1B[?25h=1B[?25l.=1B[?25h=1B[?25h=1B[?25lt=1B[?25h=1B[?25h=1B[?25lx=1B=
[?25h=1B[?25h=1B[?25lt=1B[?25h=1B[?25h=0D=1B[C=1B[C=1B[?25lote
/home/j=1B[=
3@oel=1B[13;1H=1B[?25h=1B[?25h=1B[1;33H=1B[?25l=1B[7mHelp
=1B[0m=1B=
[39;49m=1B[27m=1B[23;6H=1B[7m---F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1mtes=
t-language-xterm.txt=1B[0m=1B[39;49m=1B[27m=1B[7m 11:03PM 0.05
(Text F=
ill)--L1--Top=1B[0m=1B[39;49m=1B[27m=1B[13;1H=1B[?25h=1B[?25h=1B[24d=1B[K=1B
=
[13d=1B[24d=1B[?25lKill buffer: (default test-language-xterm.txt)=1B[1;33H=
=1B[7mMinibuf Help=1B[0m=1B[39;49m=1B[27m=1B[24;48H=1B[?25h=1B[?25h=1B[12;=
42H=1B[?25l=1B[7m4PM 0.02=1B[0m=1B[39;49m=1B[27m=1B[23;43H=1B[7m4PM
0.02=1B=
[0m=1B[39;49m=1B[27m
=08=08=08=1B[?25h=1B[?25h=0D=1B[K=1B[1;33H=1B[?25l=1B[7mOperate
Mark Regex=
p Immediate Subdir Help=1B[0m=1B[39;49m=1B[27m=1B[13;1H -rw-rw-r--
1 j=
oel joel 5998 Jan 14 19:51 rolodex.xrolo=1B[14;3H-rw-rw-r-- =
1 joel joel 5891 Jan 2 23:24 rolodex.xrolo.bak=0D
-rw-rw-r-- 1 joel joel 6117 Jan 1 11:23 =1B[32mrolodex.x=
rolo~=1B[39;49m=0D
-rw-rw-r-- 1 joel joel 71 Jan 18 09:36 test-accents-ate=
rm-de\=0D
fault-coding.txt=0D
-rw-rw-r-- 1 joel joel 72 Jan 18 09:34 test-accents-ate=
rm.tx\=0D
t=1B[K
=1B[C-rw-rw-r-- 1 joel joel 475 Jun 21 2003 things-2-do.0=
621.txt=0D
-rw-rw-r-- 1 joel joel 1337 Jul 1 2003 tkradio=1B[22;3H=
- -rw-rw-r-- 1 joel joel 8948 Jun 21 2003
using-rpm.txt=1B[2=
3;6H=1B[7m%%-F1 =1B[0m=1B[39;49m=1B[27m=1B[7m=1B[1m~
=1B[0=
m=1B[39;49m=1B[27m=1B[7m 11:04PM 0.02 (Dired by name)--L208--96%=1B[0m=
=1B[39;49m=1B[27m=1B[18;59H=1B[?25h=1B[?25h=1B[24;1H=1B[?25lReading
direct=
ory /home/joel/...=1B[18;59H=1B[?25h=1B[?25h=1B[24;33H=1B[?25ldone=1B[18;5=
9H=1B[?25h=1B[?25h=1B[20;41H=1B[?25l1087 Jan 19 23:03 test-language-xterm.=
t\=0D
xt=1B[K=1B[22;43H53 Jan 19 23:04 test-termscript-xterm\=0D
=1B[23;72H=1B[7m5=1B[0m=1B[39;49m=1B[27m=1B[18;59H=1B[?25h=1B[?25h=1B[24;1=
H=1B[K=1B[23;68H=1B[?25l=1B[7m9=1B[0m=1B[39;49m=1B[27m=1B[20;59H=1B[?25h=1B=
[?25h=1B[23;67H=1B[?25l=1B[7m10=1B[0m=1B[39;49m=1B[27m=1B[22;59H=1B[?25h=1B=
[?25h=1B[1;22r=1B[13;1H=1B[5M=1B[1;24r=1B[18;1H=1B[?25l.txt=1B[K=0D
-rw-rw-r-- 1 joel joel 475 Jun 21 2003 things-2-do.0621=
.txt=1B[K=0D
-rw-rw-r-- 1 joel joel 1337 Jul 1 2003 tkradio=1B[K=0D
-rw-rw-r-- 1 joel joel 8948 Jun 21 2003 using-rpm.txt=1B=
[K=0D
-rw-rw-r-- 1 joel joel 1639 Jun 15 2003 xemacs.mail=1B[K
=08=08=1B[7m1--Bot=1B[0m=1B[39;49m=1B[27m=1B[19;59H=1B[?25h=1B[?25h=1B[23;=
68H=1B[?25l=1B[7m0=1B[0m=1B[39;49m=1B[27m=1B[17;59H=1B[?25h=1B[?25h=1B[23;=
67H=1B[?25l=1B[7m09=1B[0m=1B[39;49m=1B[27m=1B[15;59H=1B[?25h=1B[?25h=1B[24=
;1H=1B[?25l(No files need
saving)=1B[15;59H=1B[?25h=1B[?25h=1B[24;1H=1B[K=1B=
[?1l=1B>=1B[?25h=1B[?1047l=1B[?1048l=1B[39;49m=0D=
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-od-output-aterm.txt";
charset="us-ascii"
Content-ID: <1703.1074573406.6@localhost.localdomain>
0000000 033 [ K 033 [ 1 ; 3 3 H 033 [ ? 2 5 l
0000020 033 [ 7 m O p e r a t e M a r k
0000040 R e g e x p I m m e d i a t
0000060 e S u b d i r H e l p 033 [ 0
0000100 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [
0000120 4 ; 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5
0000140 h \a 033 [ 2 ; 3 H 033 [ ? 2 5 l - r
0000160 w - r w - r - - 1 j o
0000200 e l j o e l
0000220 8 4 D e c 7
0000240 1 1 : 1 7 . a s o u n d r c 033
0000260 [ 3 ; 3 H - r w - r w - r - -
0000300 1 j o e l j o
0000320 e l 1 2 8
0000340 A p r 1 8 2 0 0 3 . a s
0000360 o u n d r c - o l d 033 [ 4 ; 1 1
0000400 H - - 1 j o e l
0000420 j o e l
0000440 1 2 8 A p r 1 8 2 0 0 3
0000460 033 [ 3 2 m . a s o u n d r c ~
0000500 033 [ 3 9 ; 4 9 m 033 [ 5 ; 3 H - r
0000520 w - r w - r - - 1 j o
0000540 e l j o e l
0000560 8 0 D e c 1 0
0000600 0 8 : 5 4 . a u t h i n f o 033
0000620 [ 6 ; 7 H - - - - - - 2
0000640 j o e l j o e l
0000660 4 0 9 6 J u n
0000700 7 2 0 0 3 033 [ 1 m 033 [ 3
0000720 4 m . a u t o s a v e 033 [ 0 m 033
0000740 [ 3 9 ; 4 9 m 033 [ 7 ; 3 H d r w
0000760 x r - x r - x 2 j o e
0001000 l j o e l
0001020 4 0 9 6 D e c 2 0 2
0001040 2 : 5 2 033 [ 1 m 033 [ 3 4 m . a
0001060 v m 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0001100 K 033 [ 8 ; 7 H - - - - - -
0001120 1 j o e l j o e l
0001140 2 0 3 0 4 J a
0001160 n 1 9 2 3 : 0 4 . b a s h
0001200 _ h i s t o r y 033 [ K \r \n \t \b -
0001220 - r - - 1 j o e l
0001240 j o e l
0001260 3 7 D e c 1 2 0 9 : 5
0001300 7 . b a s h _ l o g o u t 033 [
0001320 K 033 [ 1 0 ; 7 H r - - r - -
0001340 1 j o e l j o e
0001360 l 2 4 F
0001400 e b 9 2 0 0 3 033 [ 3 2
0001420 m . b a s h _ l o g o u t ~ 033 [
0001440 3 9 ; 4 9 m 033 [ K \r \n - r w
0001460 - r - - r - - 1 j o e
0001500 l j o e l
0001520 2 0 9 D e c 1 2 0
0001540 9 : 5 6 . b a s h _ p r o f i
0001560 l e \r \n \t \b - - r - - 1
0001600 j o e l j o e l
0001620 1 9 1 F e b
0001640 9 2 0 0 3 033 [ 3 2 m . b
0001660 a s h _ p r o f i l e ~ 033 [ 3 9
0001700 ; 4 9 m 033 [ K \r \n - r w - r
0001720 - - r - - 1 j o e l
0001740 j o e l
0001760 5 8 0 O c t 2 7 2 1 :
0002000 4 8 . b a s h r c \r \n \t \b - -
0002020 r - - 1 j o e l
0002040 j o e l
0002060 4 6 2 O c t 2 5 1 2 : 4 2
0002100 033 [ 3 2 m . b a s h r c ~ 033 [
0002120 3 9 ; 4 9 m 033 [ K \r \n d r w
0002140 x r w x r - x 2 j o e
0002160 l j o e l
0002200 4 0 9 6 D e c 2 5 1
0002220 6 : 1 6 033 [ 1 m 033 [ 3 4 m . c
0002240 d d b 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0002260 [ 1 6 ; 3 H d r w x r w x r - x
0002300 2 j o e l j
0002320 o e l 4 0 9 6
0002340 F e b 1 7 2 0 0 3 033 [
0002360 1 m 033 [ 3 4 m . c d d b s l a v
0002400 e 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K
0002420 \r \n - r w - r w - r - -
0002440 1 j o e l j o e
0002460 l 3 0 4 7 S
0002500 e p 2 6 2 3 : 0 2 033 [ 3 2
0002520 m . c h e s s - s a v e ~ 033 [ 3
0002540 9 ; 4 9 m 033 [ 1 8 ; 7 H r w - r
0002560 - - 1 j o e l
0002600 j o e l 2
0002620 4 0 F e b 9 2 0 0 3
0002640 . c h r o m i u m 033 [ K 033 [ 1 9
0002660 ; 6 H - r w - r - - 1
0002700 j o e l j o e l
0002720 3 8 0 0 F e b
0002740 9 2 0 0 3 . c h r o m i u
0002760 m - s c o r e 033 [ 2 0 ; 6 H - r
0003000 w - r - - 1 j o e l
0003020 j o e l
0003040 0 S e p 1 6 2 1 :
0003060 5 9 . c i v c l i e n t r c 033
0003100 [ K \r \n \t \b - - r - - 1
0003120 j o e l j o e l
0003140 2 6 D e c
0003160 1 9 0 0 : 1 3 . d m r c 033 [
0003200 K 033 [ 2 2 ; 3 H d r w x r w x r
0003220 - x 2 j o e l
0003240 j o e l 4 0
0003260 9 6 D e c 1 2 1 6 : 2 5
0003300 033 [ 1 m 033 [ 3 4 m . d w a r f 033
0003320 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K \n 033
0003340 [ C 033 [ 7 m 1 6 - - 7 % 033 [ 0
0003360 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [
0003400 H \n 033 [ ? 2 5 h 033 [ ? 2 5 h \t \b
0003420 033 [ ? 2 5 l - - r - - 1
0003440 j o e l j o e l
0003460 2 6 D e c
0003500 1 9 0 0 : 1 3 . d m r c 033 [
0003520 K 033 [ 3 ; 3 H d r w x r w x r -
0003540 x 2 j o e l
0003560 j o e l 4 0 9
0003600 6 D e c 1 2 1 6 : 2 5 033
0003620 [ 1 m 033 [ 3 4 m . d w a r f 033 [
0003640 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 4
0003660 ; 3 H d r w x - - - - - -
0003700 4 j o e l j o e l
0003720 4 0 9 6 J u
0003740 n 1 4 2 0 0 3 033 [ 1 m 033
0003760 [ 3 4 m . e e 033 [ 0 m 033 [ 3 9 ;
0004000 4 9 m 033 [ K 033 [ 5 ; 4 2 H 1 0 6
0004020 J u n 2 7 2 0 0 3 . e
0004040 m - c o n f i g 033 [ 6 ; 3 H - r
0004060 w - r w - r - - 1 j o
0004100 e l j o e l
0004120 1 0 7 J u n 2 5
0004140 2 0 0 3 033 [ 3 2 m . e m - c
0004160 o n f i g ~ 033 [ 3 9 ; 4 9 m 033 [
0004200 7 ; 3 H - r w - r - - r - -
0004220 1 j o e l j o e
0004240 l 1 0 6 3 9 D
0004260 e c 1 6 1 9 : 2 8 . e m a
0004300 c s 033 [ 8 ; 7 H r w - r w -
0004320 1 j o e l j o e
0004340 l 5 5 0 6 F
0004360 e b 1 1 2 0 0 3 . e m a
0004400 c s - m i n e 033 [ K \r \n \t \b w -
0004420 r w - 1 j o e l
0004440 j o e l 5
0004460 4 5 7 A u g 1 2 0 0 2
0004500 033 [ 3 2 m . e m a c s - m i n
0004520 e ~ 033 [ 3 9 ; 4 9 m 033 [ 1 0 ; 3
0004540 H d r w x r w x r - x 3
0004560 j o e l j o e l
0004600 4 0 9 6 F e b
0004620 9 2 0 0 3 033 [ 1 m 033 [ 3
0004640 4 m . e m a c s . d 033 [ 0 m 033 [
0004660 3 9 ; 4 9 m 033 [ K 033 [ 1 1 ; 4 0
0004700 H 1 0 6 3 9 D e c 1 1 2 2
0004720 : 5 1 033 [ 3 2 m . e m a c s ~
0004740 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 2 ;
0004760 7 H - - - - - - 1 j o
0005000 e l j o e l
0005020 1 6 F e b 9
0005040 2 0 0 3 . e s d _ a u t h 033
0005060 [ K 033 [ 1 3 ; 3 H d r w x r w x
0005100 r - x 2 j o e l
0005120 j o e l 4
0005140 0 9 6 J a n 1 1 0 8 : 1 5
0005160 033 [ 1 m 033 [ 3 4 m . e x m h 033
0005200 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [
0005220 1 4 ; 7 H - - - - - - 1
0005240 j o e l j o e l
0005260 8 J a n
0005300 1 9 2 2 : 1 0 . f e t c h m
0005320 a i l . p i d 033 [ 1 5 ; 3 H - r
0005340 w x - - x - - - 1 j o
0005360 e l j o e l
0005400 1 5 3 D e c 1 0
0005420 2 2 : 0 4 . f e t c h m a i l
0005440 r c 033 [ 1 6 ; 3 H - r w x - - x
0005460 - - - 1 j o e l
0005500 j o e l
0005520 8 9 D e c 9 1 3 : 5 3
0005540 . f e t c h m a i l r c . o l
0005560 d 033 [ 1 7 ; 6 H x - - x - - -
0005600 1 j o e l j o
0005620 e l 1 5 2
0005640 D e c 1 0 0 9 : 1 3 033 [ 3
0005660 2 m . f e t c h m a i l r c ~ 033
0005700 [ 3 9 ; 4 9 m 033 [ 1 8 ; 4 2 H 1
0005720 0 1 J a n 1 9 2 2 : 3 2
0005740 . f o n t s . c a c h e - 1 033 [
0005760 1 9 ; 3 H d r w x r w x r - x
0006000 3 j o e l j o
0006020 e l 4 0 9 6
0006040 S e p 1 6 2 1 : 5 9 033 [ 1
0006060 m 033 [ 3 4 m . f r e e c i v 033 [
0006100 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 2
0006120 0 ; 7 H - - - - - - 1
0006140 j o e l j o e l
0006160 3 0 5 J a n 1
0006200 8 1 2 : 1 0 . f s - 6 j r V
0006220 S M 033 [ K 033 [ 2 1 ; 7 H - - - -
0006240 - - 1 j o e l
0006260 j o e l 6
0006300 7 7 J a n 1 8 1 2 : 0 6
0006320 . f s - L d Y i o e 033 [ 2 2 ; 3
0006340 H - r w - - - - - - - 1
0006360 j o e l j o e l
0006400 8 3 3 J a n
0006420 1 7 1 4 : 3 2 . f s - c U g
0006440 y y c \n \b \b \b 033 [ 7 m 3 5 - - 1
0006460 6 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0006500 7 m 033 [ H \n 033 [ ? 2 5 h 033 [ ? 2
0006520 5 h \t \b \b 033 [ ? 2 5 l - - - - -
0006540 - 1 j o e l
0006560 j o e l 6 7
0006600 7 J a n 1 8 1 2 : 0 6 .
0006620 f s - L d Y i o e 033 [ 3 ; 3 H -
0006640 r w - - - - - - - 1 j
0006660 o e l j o e l
0006700 8 3 3 J a n 1 7
0006720 1 4 : 3 2 . f s - c U g y y
0006740 c 033 [ 4 ; 3 H - r w - - - - - -
0006760 - 1 j o e l
0007000 j o e l 8 3
0007020 3 J a n 1 7 1 5 : 1 8 .
0007040 f s - h S q r o 2 033 [ 5 ; 7 H -
0007060 - - - - - 1 j o e l
0007100 j o e l
0007120 6 5 7 J a n 1 8 2 3 :
0007140 2 4 . f s - h b s 2 h H 033 [ 6
0007160 ; 7 H - - - - - - 1 j
0007200 o e l j o e l
0007220 8 3 3 J a n 1 7
0007240 1 4 : 2 7 . f s - p o a J 1
0007260 H 033 [ K 033 [ 7 ; 7 H - - - - - -
0007300 1 j o e l j
0007320 o e l 4 3 4
0007340 J a n 1 8 2 3 : 1 5 . f
0007360 s m - 0 L v C S X 033 [ 8 ; 7 H -
0007400 - - - - - 1 j o e l
0007420 j o e l
0007440 4 3 4 J a n 1 8 1 3 :
0007460 3 1 . f s m - 1 M 7 b W l 033 [
0007500 9 ; 7 H - - - - - - 1
0007520 j o e l j o e l
0007540 4 3 4 J a n 1
0007560 8 2 3 : 1 6 . f s m - 1 g W
0007600 X 6 v 033 [ K 033 [ 1 0 ; 3 H - r w
0007620 - - - - - - - 1 j o e
0007640 l j o e l
0007660 4 3 4 J a n 1 8 1
0007700 2 : 1 2 . f s m - 1 i j Q b H
0007720 033 [ 1 1 ; 7 H - - - - - -
0007740 1 j o e l j o e l
0007760 4 3 4 J a
0010000 n 1 9 0 0 : 1 0 . f s m -
0010020 2 6 e m Q y 033 [ 1 2 ; 4 2 H 4 3
0010040 4 J a n 1 8 1 2 : 0 5 .
0010060 f s m - 5 3 x 8 U v 033 [ 1 3 ; 3
0010100 H - r w - - - - - - - 1
0010120 j o e l j o e l
0010140 4 3 4 J a n
0010160 1 9 1 0 : 3 9 . f s m - 7 M
0010200 Y b P a 033 [ 1 4 ; 4 2 H 4 3 4
0010220 J a n 1 9 0 0 : 2 5 . f s
0010240 m - 9 Y g u g R 033 [ K 033 [ 1 5 ;
0010260 6 H - - - - - - - 1 j
0010300 o e l j o e l
0010320 4 3 4 J a n 1 8
0010340 2 3 : 1 3 . f s m - A 3 g J
0010360 K z 033 [ K 033 [ 1 6 ; 6 H - - - -
0010400 - - - 1 j o e l
0010420 j o e l
0010440 4 3 4 J a n 1 8 1 2 : 4 3
0010460 . f s m - C c O q S z 033 [ K 033
0010500 [ 1 7 ; 6 H - - - - - - -
0010520 1 j o e l j o e l
0010540 4 3 4 J a
0010560 n 1 9 0 0 : 2 0 . f s m -
0010600 L v 5 w W A 033 [ K 033 [ 1 8 ; 7 H
0010620 - - - - - - 1 j o e l
0010640 j o e l
0010660 4 3 4 J a n 1 8 1 1
0010700 : 2 7 . f s m - Q 6 h s e A 033
0010720 [ K 033 [ 1 9 ; 3 H - r w - - - -
0010740 - - - 1 j o e l
0010760 j o e l
0011000 4 3 4 J a n 1 8 2 3 : 2 9
0011020 . f s m - Z J K h s u 033 [ 2 0
0011040 ; 4 2 H 4 3 4 J a n 1 8 1
0011060 2 : 0 6 . f s m - Z f e O v f
0011100 033 [ 2 1 ; 4 2 H 4 3 4 J a n
0011120 1 9 0 0 : 1 9 . f s m - a 3
0011140 V c h A 033 [ 2 2 ; 4 2 H 4 3 4
0011160 J a n 1 8 1 2 : 5 7 . f s
0011200 m - e A c J l 4 \n \b \b \b \b 033 [ 7
0011220 m 5 4 - - 2 5 033 [ 0 m 033 [ 3 9 ;
0011240 4 9 m 033 [ 2 7 m 033 [ H \n 033 [ ? 2
0011260 5 h 033 [ ? 2 5 h 033 [ 2 ; 4 2 H 033
0011300 [ ? 2 5 l 4 3 4 J a n 1 9
0011320 0 0 : 1 9 . f s m - a 3 V c h
0011340 A 033 [ 3 ; 4 2 H 4 3 4 J a n
0011360 1 8 1 2 : 5 7 . f s m - e A
0011400 c J l 4 033 [ 4 ; 4 2 H 4 3 4 J
0011420 a n 1 8 1 9 : 3 4 . f s m
0011440 - j F M c p s 033 [ 5 ; 4 2 H 4 3
0011460 4 J a n 1 9 0 0 : 2 4 .
0011500 f s m - m l P V V c 033 [ 6 ; 4 2
0011520 H 4 3 4 J a n 1 8 1 2 : 1
0011540 0 . f s m - p b J d G U 033 [ 7
0011560 ; 5 1 H 9 2 2 : 1 1 . f s m
0011600 - s Z P Y O x 033 [ 8 ; 4 4 H 6
0011620 J a n 1 8 1 3 : 5 8 . f s
0011640 m - t 2 w W p b 033 [ 9 ; 5 3 H 1
0011660 2 : 4 0 . f s m - z P Q A J S
0011700 033 [ 1 0 ; 3 H d r w x r w x r -
0011720 x 3 j o e l
0011740 j o e l 4 0 9
0011760 6 J u l 2 0 2 0 0 3 033
0012000 [ 1 m 033 [ 3 4 m . f u l l c i r
0012020 c l e 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0012040 [ 1 1 ; 3 H d r w x r w x r - x
0012060 3 j o e l j
0012100 o e l 4 0 9 6
0012120 J a n 1 9 0 0 : 2 6 033 [
0012140 1 m 033 [ 3 4 m . f v w m 033 [ 0 m
0012160 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 2 ;
0012200 7 H r w - r - - 1 j o
0012220 e l j o e l
0012240 3 3 1 3 7 J a n 1 9
0012260 0 0 : 2 6 . f v w m 2 r c 033 [
0012300 K 033 [ 1 3 ; 7 H r w - r - -
0012320 1 j o e l j o e
0012340 l 2 5 8 6 6 J
0012360 a n 8 2 3 : 2 9 . f v w
0012400 m 2 r c . c u r r e n t 033 [ 1 4
0012420 ; 7 H r w - r - - 1 j
0012440 o e l j o e l
0012460 2 4 0 9 1 J a n 4
0012500 1 7 : 3 7 . f v w m 2 r c .
0012520 o l d 033 [ 1 5 ; 7 H r w - r - -
0012540 1 j o e l j
0012560 o e l 3 3 1 3 9
0012600 J a n 1 9 0 0 : 2 4 033 [
0012620 3 2 m . f v w m 2 r c ~ 033 [ 3 9
0012640 ; 4 9 m 033 [ K 033 [ 1 6 ; 3 H d r
0012660 w x - - - - - - 2 j o
0012700 e l j o e l
0012720 4 0 9 6 O c t 1 3
0012740 1 0 : 4 4 033 [ 1 m 033 [ 3 4 m .
0012760 g a i m 033 [ 0 m 033 [ 3 9 ; 4 9 m
0013000 033 [ K \r \n \t \t \t \t \t 1 4 6 5 O
0013020 c t 1 3 1 0 : 3 5 . g a i
0013040 m r c 033 [ K 033 [ 1 8 ; 3 H d r w
0013060 x - - - - - - 4 j o e
0013100 l j o e l
0013120 4 0 9 6 J a n 1 9 2
0013140 2 : 1 0 033 [ 1 m 033 [ 3 4 m . g
0013160 c o n f 033 [ 0 m 033 [ 3 9 ; 4 9 m
0013200 033 [ K 033 [ 1 9 ; 3 H d r w x - -
0013220 - - - - 2 j o e l
0013240 j o e l
0013260 4 0 9 6 J a n 1 9 2 2 : 1
0013300 2 033 [ 1 m 033 [ 3 4 m . g c o n
0013320 f d 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0013340 K 033 [ 2 0 ; 3 H d r w x r w x r
0013360 - x 1 7 j o e l
0013400 j o e l 4 0
0013420 9 6 J a n 1 7 1 5 : 2 8
0013440 033 [ 1 m 033 [ 3 4 m . g i m p - 1
0013460 . 2 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0013500 K 033 [ 2 1 ; 3 H d r w x - - - -
0013520 - - 7 j o e l
0013540 j o e l 4 0
0013560 9 6 S e p 1 8 1 9 : 4 7
0013600 033 [ 1 m 033 [ 3 4 m . g n o m e 033
0013620 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [
0013640 2 2 ; 3 H d r w x r - x r - x
0013660 2 j o e l j o
0013700 e l 4 0 9 6
0013720 D e c 1 9 2 2 : 1 5 033 [ 1
0013740 m 033 [ 3 4 m . g n o m e - d e s
0013760 k t o p 033 [ 0 m 033 [ 3 9 ; 4 9 m
0014000 033 [ 2 3 ; 6 6 H 033 [ 7 m 7 3 - -
0014020 3 4 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0014040 2 7 m 033 [ H \n 033 [ ? 2 5 h 033 [ ?
0014060 2 5 h 033 [ 2 ; 3 H 033 [ ? 2 5 l d
0014100 r w x - - - - - - 7 j
0014120 o e l j o e l
0014140 4 0 9 6 S e p 1 8
0014160 1 9 : 4 7 033 [ 1 m 033 [ 3 4 m
0014200 . g n o m e 033 [ 0 m 033 [ 3 9 ; 4
0014220 9 m 033 [ K 033 [ 3 ; 3 H d r w x r
0014240 - x r - x 2 j o e l
0014260 j o e l
0014300 4 0 9 6 D e c 1 9 2 2 :
0014320 1 5 033 [ 1 m 033 [ 3 4 m . g n o
0014340 m e - d e s k t o p 033 [ 0 m 033 [
0014360 3 9 ; 4 9 m 033 [ 4 ; 3 H d r w x
0014400 r - x r - x 7 j o e l
0014420 j o e l
0014440 4 0 9 6 J a n 1 9 2 1
0014460 : 1 8 033 [ 1 m 033 [ 3 4 m . g n
0014500 o m e 2 033 [ 0 m 033 [ 3 9 ; 4 9 m
0014520 033 [ K 033 [ 5 ; 3 H d r w x - - -
0014540 - - - 2 j o e l
0014560 j o e l 4
0014600 0 9 6 J a n 4 1 2 : 0 1
0014620 033 [ 1 m 033 [ 3 4 m . g n o m e
0014640 2 _ p r i v a t e 033 [ 0 m 033 [ 3
0014660 9 ; 4 9 m 033 [ 6 ; 3 H d r w x -
0014700 - - - - - 2 j o e l
0014720 j o e l
0014740 4 0 9 6 F e b 1 2 2 0
0014760 0 3 033 [ 1 m 033 [ 3 4 m . g n o
0015000 m e _ p r i v a t e 033 [ 0 m 033 [
0015020 3 9 ; 4 9 m 033 [ 7 ; 7 H r w - r
0015040 - - 1 j o e l
0015060 j o e l 2
0015100 1 4 D e c 9 2 1 : 5 9
0015120 . g n u s 033 [ K 033 [ 8 ; 7 H r w
0015140 - r - - 1 j o e l
0015160 j o e l
0015200 6 0 D e c 8 2 0 : 0
0015220 0 033 [ 3 2 m . g n u s ~ 033 [ 3
0015240 9 ; 4 9 m 033 [ K 033 [ 9 ; 3 H d r
0015260 w x - - - - - - 2 j o
0015300 e l j o e l
0015320 4 0 9 6 D e c 1 4
0015340 1 5 : 5 9 033 [ 1 m 033 [ 3 4 m .
0015360 g p h o t o 033 [ 0 m 033 [ 3 9 ; 4
0015400 9 m 033 [ K \r \n \t \b - x r - x
0015420 4 j o e l j o e
0015440 l 4 0 9 6 J
0015460 u n 1 4 2 0 0 3 033 [ 1 m
0015500 033 [ 3 4 m . g q v i e w 033 [ 0 m
0015520 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 1 ;
0015540 3 H - r w - r w - r - -
0015560 1 j o e l j o e l
0015600 1 2 3 7 J a n
0015620 1 0 2 1 : 2 6 . g r i p 033
0015640 [ 1 2 ; 3 H d r w x r - x r - x
0015660 2 j o e l j
0015700 o e l 4 0 9 6
0015720 J a n 5 2 2 : 3 3 033 [
0015740 1 m 033 [ 3 4 m . g s t r e a m e
0015760 r 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 1
0016000 3 ; 4 0 H 1 8 3 D e c 1
0016020 4 2 3 : 3 6 . g t i c k r c
0016040 033 [ K \r \n \t \b - - r - -
0016060 1 j o e l j o e l
0016100 1 2 0 F e b
0016120 9 2 0 0 3 . g t k r c
0016140 033 [ K 033 [ 1 5 ; 4 0 H 1 3 5
0016160 J a n 1 7 2 1 : 3 9 . g
0016200 t k r c - 1 . 2 - g n o m e 2 033
0016220 [ 1 6 ; 7 H r w x r - x
0016240 2 j o e l j o e l
0016260 4 0 9 6 J u n
0016300 5 2 0 0 3 033 [ 1 m 033 [
0016320 3 4 m . h y p e r b 033 [ 0 m 033 [
0016340 3 9 ; 4 9 m 033 [ 1 7 ; 3 H d r w
0016360 x r w x r - x 2 j o e
0016400 l j o e l
0016420 4 0 9 6 D e c 2 3 2
0016440 3 : 2 4 033 [ 1 m 033 [ 3 4 m . i
0016460 c o n s 033 [ 0 m 033 [ 3 9 ; 4 9 m
0016500 033 [ K 033 [ 1 8 ; 3 H - r w - r w
0016520 - r - - 1 j o e l
0016540 j o e l
0016560 2 7 9 8 J u n 1 5 2 0 0
0016600 3 . i n f o d o c k 033 [ 1 9 ;
0016620 3 H - r w - r w - r - -
0016640 1 j o e l j o e l
0016660 2 7 7 2 J u n
0016700 9 2 0 0 3 033 [ 3 2 m .
0016720 i n f o d o c k ~ 033 [ 3 9 ; 4 9
0016740 m 033 [ 2 0 ; 7 H - - - - - -
0016760 3 j o e l j o e
0017000 l 4 0 9 6 F
0017020 e b 9 2 0 0 3 033 [ 1 m
0017040 033 [ 3 4 m . k d e 033 [ 0 m 033 [ 3
0017060 9 ; 4 9 m 033 [ K 033 [ 2 1 ; 3 H -
0017100 r w - r w - r - - 1 j
0017120 o e l j o e l
0017140 4 0 2 7 J a n 4
0017160 1 1 : 5 6 . m a i l c a p 033
0017200 [ 2 2 ; 4 6 H F e b 9 2
0017220 0 0 3 033 [ 1 m 033 [ 3 4 m . m c
0017240 o p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0017260 K 033 [ 2 3 ; 6 6 H 033 [ 7 m 9 2 -
0017300 - 4 3 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0017320 [ 2 7 m 033 [ H \n 033 [ ? 2 5 h 033 [
0017340 ? 2 5 h 033 [ 2 ; 3 H 033 [ ? 2 5 l
0017360 - r w - r w - r - - 1
0017400 j o e l j o e l
0017420 4 0 2 7 J a n
0017440 4 1 1 : 5 6 . m a i l c a p
0017460 033 [ 3 ; 4 6 H F e b 9 2
0017500 0 0 3 033 [ 1 m 033 [ 3 4 m . m c
0017520 o p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0017540 K 033 [ 4 ; 7 H - - - - - -
0017560 3 j o e l j o e l
0017600 4 0 9 6 F e
0017620 b 9 2 0 0 3 033 [ 1 m 033
0017640 [ 3 4 m . m e t a c i t y 033 [ 0
0017660 m 033 [ 3 9 ; 4 9 m 033 [ 5 ; 3 H -
0017700 r w - r w - r - - 1 j
0017720 o e l j o e l
0017740 5 6 D e c 8
0017760 1 5 : 1 3 . m h _ p r o f i
0020000 l e 033 [ K 033 [ 6 ; 3 H - r w - r
0020020 w - r - - 1 j o e l
0020040 j o e l
0020060 1 7 4 7 J a n 4 1 1 :
0020100 5 6 . m i m e . t y p e s 033 [
0020120 K 033 [ 7 ; 3 H d r w x r w x r -
0020140 x 6 j o e l
0020160 j o e l 4 0 9
0020200 6 J u l 2 0 2 0 0 3 033
0020220 [ 1 m 033 [ 3 4 m . m o z i l l a
0020240 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 8 ;
0020260 3 H d r w x r w x r - x
0020300 2 j o e l j o e l
0020320 4 0 9 6 D e c
0020340 8 2 3 : 1 8 033 [ 1 m 033 [
0020360 3 4 m . m p l a y e r 033 [ 0 m 033
0020400 [ 3 9 ; 4 9 m 033 [ 9 ; 7 H r - x
0020420 r - x 4 j o e l
0020440 j o e l 4
0020460 0 9 6 J u n 2 3 2 0 0 3
0020500 033 [ 1 m 033 [ 3 4 m . n a u t i
0020520 l u s 033 [ 0 m 033 [ 3 9 ; 4 9 m \r
0020540 \n \t \b w x r - x 3 j o
0020560 e l j o e l
0020600 4 0 9 6 F e b 9
0020620 2 0 0 3 033 [ 1 m 033 [ 3 4 m .
0020640 n e t s c a p e 033 [ 0 m 033 [ 3 9
0020660 ; 4 9 m 033 [ 1 1 ; 4 0 H 1 1 6 9
0020700 8 J a n 1 9 2 2 : 5 8 .
0020720 n e w s r c 033 [ 1 2 ; 3 H - r w
0020740 - r w - r - - 1 j o e
0020760 l j o e l
0021000 1 8 8 D e c 1 0 2
0021020 0 : 0 5 033 [ 3 2 m . n e w s r
0021040 c - d r i b b l e ~ 033 [ 3 9 ; 4
0021060 9 m 033 [ 1 3 ; 4 0 H 1 8 9 4 3
0021100 J a n 1 9 2 2 : 5 8 . n e
0021120 w s r c . e l d \r \n \t \b w - r -
0021140 - 1 j o e l
0021160 j o e l 1 8 9 4
0021200 1 J a n 1 8 2 3 : 1 1 033
0021220 [ 3 2 m . n e w s r c . e l d ~
0021240 033 [ 3 9 ; 4 9 m 033 [ 1 5 ; 4 0 H
0021260 1 1 7 1 5 J a n 1 8 2 3 :
0021300 1 1 033 [ 3 2 m . n e w s r c ~
0021320 033 [ 3 9 ; 4 9 m 033 [ K \r \n \t \t 5
0021340 j o e l j o e l
0021360 4 0 9 6 J a n
0021400 4 1 1 : 5 6 033 [ 1 m 033 [ 3
0021420 4 m . o p e n o f f i c e 033 [ 0
0021440 m 033 [ 3 9 ; 4 9 m 033 [ 1 7 ; 5 0
0021460 H 1 9 0 8 : 0 8 033 [ 1 m 033 [
0021500 3 4 m . q t 033 [ 0 m 033 [ 3 9 ; 4
0021520 9 m 033 [ K 033 [ 1 8 ; 3 H d r w x
0021540 r - x r - x 2 j o e l
0021560 j o e l
0021600 4 0 9 6 J u l 7 2
0021620 0 0 3 033 [ 1 m 033 [ 3 4 m . r e
0021640 a l n e t w o r k s 033 [ 0 m 033 [
0021660 3 9 ; 4 9 m 033 [ 1 9 ; 7 H - - -
0021700 - - - 1 j o e l
0021720 j o e l
0021740 5 0 J a n 1 4 2 0 : 1 6
0021760 . r e c e n t l y - u s e d \r
0022000 \n \t \t 2 j o e l j o
0022020 e l 4 0 9 6
0022040 J a n 8 1 8 : 4 2 033 [ 1
0022060 m 033 [ 3 4 m . r h n - a p p l e
0022100 t 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0022120 1 ; 3 9 H 2 7 1 0 6 9 D e c
0022140 1 6 1 8 : 4 8 . r h n - a p
0022160 p l e t . c a c h e 033 [ 2 2 ; 3
0022200 H - r w - - - - - - - 1
0022220 j o e l j o e l
0022240 5 1 8 J a n
0022260 1 8 0 0 : 3 9 . r h n - a p
0022300 p l e t . c o n f 033 [ 2 3 ; 6 6
0022320 H 033 [ 7 m 1 1 1 - - 5 2 % 033 [ 0
0022340 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [
0022360 H \n 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0022400 2 ; 3 9 H 033 [ ? 2 5 l 2 7 1 0 6
0022420 9 D e c 1 6 1 8 : 4 8 .
0022440 r h n - a p p l e t . c a c h e
0022460 033 [ 3 ; 3 H - r w - - - - - - -
0022500 1 j o e l j
0022520 o e l 5 1 8
0022540 J a n 1 8 0 0 : 3 9 . r
0022560 h n - a p p l e t . c o n f 033 [
0022600 4 ; 3 H - r w - r w - r - -
0022620 1 j o e l j o e
0022640 l 5 7 8 4 J
0022660 u n 1 4 2 0 0 3 . r o l
0022700 o . o t l 033 [ 5 ; 4 1 H 5 8 9 1
0022720 D e c 2 0 1 0 : 1 1 . r
0022740 o l o d e x . o t l . b a k 033 [
0022760 6 ; 3 H d r w x r w x - - -
0023000 3 j o e l j o e
0023020 l 4 0 9 6 D
0023040 e c 1 4 2 2 : 0 9 033 [ 1 m
0023060 033 [ 3 4 m . s a n e 033 [ 0 m 033 [
0023100 3 9 ; 4 9 m 033 [ K 033 [ 7 ; 3 H -
0023120 r w - r w - r - - 1 j
0023140 o e l j o e l
0023160 4 4 J u n 7
0023200 2 0 0 3 . s a v e s - 1 4
0023220 2 3 - l o c a l h o s t \ \r \n .
0023240 l o c a l d o m a i n 033 [ K 033 [
0023260 9 ; 3 H - r w - r w - r - -
0023300 1 j o e l j o e
0023320 l 1 4 8 D
0023340 e c 7 1 6 : 4 0 . s n d
0023360 033 [ K 033 [ 1 0 ; 3 H - r w x r -
0023400 x r - x 1 j o e l
0023420 j o e l
0023440 6 3 J a n 4 1 1 : 5
0023460 6 . s v e r s i o n r c 033 [ 1
0023500 1 ; 3 H d r w x r w x r - x
0023520 2 j o e l j o e
0023540 l 4 0 9 6 D
0023560 e c 2 3 2 3 : 2 4 033 [ 1 m
0023600 033 [ 3 4 m . t h e m e s 033 [ 0 m
0023620 033 [ 3 9 ; 4 9 m 033 [ 1 2 ; 3 H d
0023640 r w x - - - - - - 3 j
0023660 o e l j o e l
0023700 4 0 9 6 D e c 2 5
0023720 1 5 : 3 7 033 [ 1 m 033 [ 3 4 m
0023740 . t h u m b n a i l s 033 [ 0 m 033
0023760 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 3 ; 3
0024000 H d r w x r w x r - x 2
0024020 j o e l j o e l
0024040 4 0 9 6 S e p
0024060 1 6 2 2 : 0 0 033 [ 1 m 033 [ 3
0024100 4 m . t u x r a c e r 033 [ 0 m 033
0024120 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 4 ; 5
0024140 H - - r - - r - - 1 j
0024160 o e l j o e l
0024200 2 4 5 7 J a n 1 2
0024220 2 0 0 3 . v c r r c 033 [ K
0024240 033 [ 1 5 ; 3 H d r w x - - - - -
0024260 - 2 j o e l
0024300 j o e l 4 0 9
0024320 6 J u n 6 2 0 0 3 033
0024340 [ 1 m 033 [ 3 4 m . w i n e 033 [ 0
0024360 m 033 [ 3 9 ; 4 9 m 033 [ K \r \n \t \t
0024400 3 j o e l j o e l
0024420 4 0 9 6 J a n
0024440 1 9 0 0 : 2 9 033 [ 1 m 033 [
0024460 3 4 m . w m - i c o n s 033 [ 0 m
0024500 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 7 ;
0024520 3 H - r - - r - - r - -
0024540 1 j o e l j o e l
0024560 2 9 4 8 J a n
0024600 1 5 2 2 : 4 1 . x a w t v
0024620 033 [ 1 8 ; 7 H - - - - - -
0024640 2 j o e l j o e l
0024660 4 0 9 6 S e
0024700 p 1 8 1 9 : 4 9 033 [ 1 m 033
0024720 [ 3 4 m . x c h a t 033 [ 0 m 033 [
0024740 3 9 ; 4 9 m 033 [ K 033 [ 1 9 ; 3 H
0024760 d r w x r w x r - x 2
0025000 j o e l j o e l
0025020 4 0 9 6 J u n 2
0025040 3 2 0 0 3 033 [ 1 m 033 [ 3 4
0025060 m . x e m a c s 033 [ 0 m 033 [ 3 9
0025100 ; 4 9 m 033 [ K 033 [ 2 0 ; 7 H r -
0025120 x r - x 2 j o e l
0025140 j o e l
0025160 4 0 9 6 F e b 2 1 2 0 0
0025200 3 033 [ 1 m 033 [ 3 4 m . x i n e
0025220 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033
0025240 [ 2 1 ; 3 H d r w x r - x r - x
0025260 4 j o e l j
0025300 o e l 4 0 9 6
0025320 F e b 1 5 2 0 0 3 033 [
0025340 1 m 033 [ 3 4 m . x m m s 033 [ 0 m
0025360 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 2 2 ;
0025400 7 H r w - r - - 1 j o
0025420 e l j o e l
0025440 1 0 0 9 4 J a n 1 7
0025460 2 1 : 3 8 . x s c r e e n s a
0025500 v e r 033 [ K \n \b \b \b \b \b 033 [ 7 m
0025520 3 0 - - 6 0 033 [ 0 m 033 [ 3 9 ; 4
0025540 9 m 033 [ 2 7 m 033 [ H \n 033 [ ? 2 5
0025560 h 033 [ ? 2 5 h 033 [ 2 ; 3 H 033 [ ?
0025600 2 5 l d r w x r - x r - x
0025620 4 j o e l j o e l
0025640 4 0 9 6 F e
0025660 b 1 5 2 0 0 3 033 [ 1 m 033
0025700 [ 3 4 m . x m m s 033 [ 0 m 033 [ 3
0025720 9 ; 4 9 m 033 [ K 033 [ 3 ; 7 H r w
0025740 - r - - 1 j o e l
0025760 j o e l 1
0026000 0 0 9 4 J a n 1 7 2 1 : 3
0026020 8 . x s c r e e n s a v e r 033
0026040 [ K \r \n \t \b - - r - - 1
0026060 j o e l j o e l
0026100 2 0 0 0 5 4 J a n
0026120 1 9 2 2 : 3 2 . x s e s s i
0026140 o n - e r r o r s 033 [ 5 ; 3 H d
0026160 r w x r w x r - x 2 j
0026200 o e l j o e l
0026220 4 0 9 6 J a n 1 0
0026240 1 8 : 3 2 033 [ 1 m 033 [ 3 4 m
0026260 A l s a 033 [ 0 m 033 [ 3 9 ; 4 9 m
0026300 033 [ K 033 [ 6 ; 1 0 H r w x
0026320 2 j o e l j o e l
0026340 4 0 9 6 D e
0026360 c 1 9 2 1 : 5 9 033 [ 1 m 033
0026400 [ 3 4 m C h r i s t m a s 033 [ 0
0026420 m 033 [ 3 9 ; 4 9 m 033 [ 7 ; 3 H d
0026440 r w x r w x r w x 2 j
0026460 o e l j o e l
0026500 4 0 9 6 J a n 1 7
0026520 1 2 : 1 4 033 [ 1 m 033 [ 3 4 m
0026540 C o m m a n d s 033 [ 0 m 033 [ 3 9
0026560 ; 4 9 m 033 [ K \r \n d r w x r
0026600 - x r - x 2 j o e l
0026620 j o e l
0026640 4 0 9 6 D e c 2 0 1 1 :
0026660 1 7 033 [ 1 m 033 [ 3 4 m D e s k
0026700 t o p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0026720 [ 9 ; 3 H d r w x r w x r - x
0026740 2 j o e l j o
0026760 e l 4 0 9 6
0027000 J a n 1 1 2 0 : 1 9 033 [ 1
0027020 m 033 [ 3 4 m D i r e c t i o n s
0027040 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 1 0
0027060 ; 3 H d r w x r w x r - x
0027100 9 j o e l j o e l
0027120 8 1 9 2 J a
0027140 n 1 8 2 2 : 0 8 033 [ 1 m 033
0027160 [ 3 4 m D o w n l o a d s 033 [ 0
0027200 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 1
0027220 ; 5 0 H 1 1 0 9 : 4 3 033 [ 1
0027240 m 033 [ 3 4 m E m a i l 033 [ 0 m 033
0027260 [ 3 9 ; 4 9 m 033 [ K 033 [ 1 2 ; 7
0027300 H r w x r w x 9 j o e
0027320 l j o e l
0027340 4 0 9 6 J a n 1 1 2
0027360 0 : 4 3 033 [ 1 m 033 [ 3 4 m F r
0027400 e n c h 033 [ 0 m 033 [ 3 9 ; 4 9 m
0027420 033 [ K 033 [ 1 3 ; 4 6 H J a n 1
0027440 6 2 2 : 1 3 033 [ 1 m 033 [ 3 4
0027460 m F v w m 033 [ 0 m 033 [ 3 9 ; 4 9
0027500 m 033 [ K 033 [ 1 4 ; 3 H d r w x r
0027520 w x r w x 2 j o e l
0027540 j o e l
0027560 4 0 9 6 F e b 1 1 2 0
0027600 0 3 033 [ 1 m 033 [ 3 4 m G a m e
0027620 s 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K
0027640 033 [ 1 5 ; 7 H r w x r w x
0027660 3 j o e l j o e l
0027700 4 0 9 6 M a
0027720 r 1 7 2 0 0 3 033 [ 1 m 033
0027740 [ 3 4 m G n u 033 [ 0 m 033 [ 3 9 ;
0027760 4 9 m 033 [ K 033 [ 1 6 ; 3 H - r w
0030000 - r w - r - - 1 j o e
0030020 l j o e l
0030040 1 4 9 8 0 J u n 2 8
0030060 2 0 0 3 H Y - R E A D M E 033 [
0030100 1 7 ; 3 H d r w x r w x r - x
0030120 2 j o e l j o
0030140 e l 4 0 9 6
0030160 J u n 7 2 0 0 3 033 [ 1
0030200 m 033 [ 3 4 m I n f o D o c k 033 [
0030220 0 m 033 [ 3 9 ; 4 9 m 033 [ 1 8 ; 7
0030240 H r w x r w x 1 0 9 j o e
0030260 l j o e l
0030300 8 1 9 2 J a n 1 1 2
0030320 0 : 1 8 033 [ 1 m 033 [ 3 4 m J o
0030340 b s 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0030360 K 033 [ 1 9 ; 1 1 H w x 3
0030400 j o e l j o e l
0030420 4 0 9 6 J a n
0030440 1 1 2 1 : 5 2 033 [ 1 m 033 [ 3
0030460 4 m L i n u x H e l p 033 [ 0 m 033
0030500 [ 3 9 ; 4 9 m \r \n \t \b w x r w x
0030520 2 j o e l j
0030540 o e l 4 0 9 6
0030560 M a r 7 2 0 0 3 033 [
0030600 1 m 033 [ 3 4 m M P 3 033 [ 0 m 033 [
0030620 3 9 ; 4 9 m 033 [ K 033 [ 2 1 ; 7 H
0030640 - - - - - - 1 2 j o e l
0030660 j o e l
0030700 4 0 9 6 J a n 1 9 1 1
0030720 : 2 2 033 [ 1 m 033 [ 3 4 m M a i
0030740 l 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K
0030760 033 [ 2 2 ; 3 H d r w x r w x r w
0031000 x 2 j o e l
0031020 j o e l 4 0 9
0031040 6 F e b 1 1 2 0 0 3 033
0031060 [ 1 m 033 [ 3 4 m M a k e C D 033 [
0031100 0 m 033 [ 3 9 ; 4 9 m 033 [ K \n 033 [
0031120 C 033 [ C 033 [ 7 m 4 8 - - 6 9 033 [
0031140 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0031160 [ H \n 033 [ ? 2 5 h 033 [ ? 2 5 h \t
0031200 \b \b 033 [ ? 2 5 l - - - - - -
0031220 1 2 j o e l j o e
0031240 l 4 0 9 6 J
0031260 a n 1 9 1 1 : 2 2 033 [ 1 m
0031300 033 [ 3 4 m M a i l 033 [ 0 m 033 [ 3
0031320 9 ; 4 9 m 033 [ K 033 [ 3 ; 3 H d r
0031340 w x r w x r w x 2 j o
0031360 e l j o e l
0031400 4 0 9 6 F e b 1 1
0031420 2 0 0 3 033 [ 1 m 033 [ 3 4 m M
0031440 a k e C D 033 [ 0 m 033 [ 3 9 ; 4 9
0031460 m 033 [ K 033 [ 4 ; 3 H d r w x r w
0031500 x r - x 4 j o e l
0031520 j o e l
0031540 4 0 9 6 J u l 1 2 2 0 0
0031560 3 033 [ 1 m 033 [ 3 4 m M o z i l
0031600 l a 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0031620 K 033 [ 5 ; 1 1 H w x 4
0031640 j o e l j o e l
0031660 4 0 9 6 D e c 1
0031700 5 2 1 : 3 6 033 [ 1 m 033 [ 3 4
0031720 m M u s i c 033 [ 0 m 033 [ 3 9 ; 4
0031740 9 m 033 [ 6 ; 1 1 H - x 3
0031760 j o e l j o e l
0032000 4 0 9 6 J u l
0032020 1 9 2 0 0 3 033 [ 1 m 033 [ 3
0032040 4 m N e t s c a p e 033 [ 0 m 033 [
0032060 3 9 ; 4 9 m 033 [ K 033 [ 7 ; 5 1 H
0032100 1 2 0 : 3 5 033 [ 1 m 033 [ 3 4
0032120 m N e w m i s c 033 [ 0 m 033 [ 3 9
0032140 ; 4 9 m 033 [ K \r \n \t \b w x r - x
0032160 3 j o e l j
0032200 o e l 4 0 9 6
0032220 F e b 1 7 2 0 0 3 033 [
0032240 1 m 033 [ 3 4 m N e w s 033 [ 0 m 033
0032260 [ 3 9 ; 4 9 m 033 [ K 033 [ 9 ; 5 6
0032300 H 2 4 033 [ 1 m 033 [ 3 4 m P i c
0032320 t u r e s 033 [ 0 m 033 [ 3 9 ; 4 9
0032340 m 033 [ K 033 [ 1 0 ; 3 H - r w - r
0032360 w - r - - 1 j o e l
0032400 j o e l
0032420 1 8 3 J u n 2 0 2 0
0032440 0 3 R M A I L 033 [ K 033 [ 1 1 ;
0032460 3 H - r w - r w - r - -
0032500 1 j o e l j o e l
0032520 5 5 6 2 J u n
0032540 2 0 2 0 0 3 033 [ 3 2 m R
0032560 M A I L ~ 033 [ 3 9 ; 4 9 m 033 [ 1
0032600 2 ; 1 1 H - x 3 j o e
0032620 l j o e l
0032640 4 0 9 6 J u l 2 0
0032660 2 0 0 3 033 [ 1 m 033 [ 3 4 m R e
0032700 a l P l a y e r D o w n l o a d
0032720 s 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 1
0032740 3 ; 1 1 H w x 2 j o e
0032760 l j o e l
0033000 4 0 9 6 D e c 2 5 1
0033020 3 : 5 7 033 [ 1 m 033 [ 3 4 m R e
0033040 c i p e s 033 [ 0 m 033 [ 3 9 ; 4 9
0033060 m 033 [ 1 4 ; 1 1 H - x 2
0033100 j o e l j o e l
0033120 4 0 9 6 D e c
0033140 1 1 1 2 : 3 8 033 [ 1 m 033 [ 3
0033160 4 m S e n d m a i l 033 [ 0 m 033 [
0033200 3 9 ; 4 9 m 033 [ 1 5 ; 1 1 H - x
0033220 3 j o e l j
0033240 o e l 4 0 9 6
0033260 J a n 1 0 2 1 : 1 4 033 [
0033300 1 m 033 [ 3 4 m T e m p 033 [ 0 m 033
0033320 [ 3 9 ; 4 9 m 033 [ 1 6 ; 3 H d r
0033340 w x r w x r - x 2 j o
0033360 e l j o e l
0033400 4 0 9 6 A u g 2
0033420 1 8 : 2 7 033 [ 1 m 033 [ 3 4 m U
0033440 M U C - R T C 033 [ 0 m 033 [ 3 9 ;
0033460 4 9 m 033 [ K 033 [ 1 7 ; 5 0 H 1 3
0033500 2 0 0 3 033 [ 1 m 033 [ 3 4 m
0033520 V M 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0033540 K 033 [ 1 8 ; 1 1 H - x 3
0033560 j o e l j o e l
0033600 4 0 9 6 F e b
0033620 1 8 2 0 0 3 033 [ 1 m 033 [ 3
0033640 4 m W i n e D o c s 033 [ 0 m 033 [
0033660 3 9 ; 4 9 m 033 [ 1 9 ; 1 1 H - x
0033700 4 j o e l j
0033720 o e l 4 0 9 6
0033740 A u g 2 5 2 0 : 1 8 033 [
0033760 1 m 033 [ 3 4 m W o r k 033 [ 0 m 033
0034000 [ 3 9 ; 4 9 m 033 [ K 033 [ 2 0 ; 1
0034020 1 H - x 2 j o e l
0034040 j o e l
0034060 4 0 9 6 O c t 1 9 0 9 : 2
0034100 2 033 [ 1 m 033 [ 3 4 m b i n 033 [
0034120 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 1 ; 3
0034140 H - r w - r w - r - - 1
0034160 j o e l j o e l
0034200 2 3 1 0 J a n
0034220 1 7 2 2 : 1 5 c o m p a r e
0034240 - a t e r m - v a r i a b l \ \r
0034260 \n e s . t x t 033 [ K 033 [ 2 3 ; 6
0034300 7 H 033 [ 7 m 6 7 - - 7 7 033 [ 0 m
0034320 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ H
0034340 \n 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2
0034360 ; 3 H 033 [ ? 2 5 l - r w - r w -
0034400 r - - 1 j o e l
0034420 j o e l 2
0034440 3 1 0 J a n 1 7 2 2 : 1 5
0034460 c o m p a r e - a t e r m - v
0034500 a r i a b l \ \r \n e s . t x t 033
0034520 [ K \n \b \b \b \b - r w - r w - r -
0034540 - 1 j o e l
0034560 j o e l 3 4 1 2
0034600 2 J a n 1 7 2 2 : 3 4 c
0034620 o m p a r e - m u l e - d i a g
0034640 - a t e \ \r \n r m . t x t 033 [ K
0034660 \n \b \b \b \b - r w - r w - r - -
0034700 1 j o e l j o
0034720 e l 3 4 1 2 2
0034740 J a n 1 7 2 2 : 3 3 c o m
0034760 p a r e - m u l e - d i a g - x
0035000 t e \ \r \n r m . t x t 033 [ K \n \b
0035020 \b \b \b - r w - r w - r - -
0035040 1 j o e l j o e l
0035060 2 2 6 4 J a
0035100 n 1 7 2 2 : 1 6 c o m p a
0035120 r e - x t e r m - v a r i a b l
0035140 \ \r \n e s . t x t 033 [ K 033 [ 1 0
0035160 ; 1 1 H w - 1 j o e l
0035200 j o e l
0035220 2 8 1 4 D e c 7 0 9
0035240 : 5 5 d i a r y 033 [ 1 1 ; 1 1
0035260 H w - 1 j o e l
0035300 j o e l 1
0035320 9 2 9 J u l 7 2 0 0 3
0035340 033 [ 3 2 m d i a r y 033 [ 3 9 ;
0035360 4 9 m 033 [ 1 2 ; 7 H - - - - - -
0035400 5 j o e l j
0035420 o e l 4 0 9 6
0035440 D e c 1 0 1 1 : 3 8 033 [
0035460 1 m 033 [ 3 4 m e v o l u t i o n
0035500 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033
0035520 [ 1 3 ; 1 1 H - x 3 j
0035540 o e l j o e l
0035560 4 0 9 6 J u l 1
0035600 2 0 0 3 033 [ 1 m 033 [ 3 4 m
0035620 f m t o o l 033 [ 0 m 033 [ 3 9 ; 4
0035640 9 m \r \n \t \t 4 j o e l
0035660 j o e l 4 0
0035700 9 6 J a n 1 1 2 0 : 3 5
0035720 033 [ 1 m 033 [ 3 4 m h y p e r b o
0035740 l e 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0035760 1 5 ; 3 H - r w x r w x r w x
0036000 1 j o e l j o
0036020 e l 1 3 0 6 3
0036040 F e b 2 0 2 0 0 3 i d 3
0036060 _ e l . h t m 033 [ 1 6 ; 3 H - r
0036100 w - - - - - - - 1 j o
0036120 e l j o e l
0036140 3 5 9 7 7 J u n 2 1
0036160 2 0 0 3 j w p c e f r e n c
0036200 h . z i p 033 [ 1 7 ; 3 H - r w -
0036220 r w - r - - 1 j o e l
0036240 j o e l
0036260 1 9 3 8 5 J u n 2 1 2
0036300 0 0 3 k o u t l i n e . h e l
0036320 p . t x t 033 [ 1 8 ; 3 H - r w -
0036340 r w - r - - 1 j o e l
0036360 j o e l
0036400 1 9 8 3 7 J u n 1 7 2
0036420 0 0 3 k o u t l i n e . t x t
0036440 033 [ 1 9 ; 3 H - r w - r w - r -
0036460 - 1 j o e l
0036500 j o e l 1 0 4 1
0036520 2 F e b 2 4 2 0 0 3 m
0036540 i m e i n s t a l l . r e s u l
0036560 t s \r \n \t \t 5 j o e l
0036600 j o e l 4 0
0036620 9 6 D e c 2 5 1 6 : 1 8
0036640 033 [ 1 m 033 [ 3 4 m o g g 033 [ 0 m
0036660 033 [ 3 9 ; 4 9 m 033 [ 2 1 ; 3 H d
0036700 r w x r - x r - x 2 j
0036720 o e l j o e l
0036740 4 0 9 6 M a r 2 8
0036760 2 0 0 3 033 [ 1 m 033 [ 3 4 m
0037000 o g l e - f a q _ f i l e s 033 [
0037020 0 m 033 [ 3 9 ; 4 9 m 033 [ K \r \n
0037040 - r w - - - - - - - 1
0037060 j o e l j o e l
0037100 6 2 1 7 9 A u g
0037120 2 5 0 7 : 3 7 p a p e r - c
0037140 h i l d r e n - r d - 1 . t \ \r
0037160 \n 033 [ 2 3 ; 6 7 H 033 [ 7 m 8 6 -
0037200 - 8 6 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0037220 [ 2 7 m 033 [ H \n 033 [ ? 2 5 h 033 [
0037240 ? 2 5 h 033 [ 2 ; 3 H 033 [ ? 2 5 l
0037260 d r w x r - x r - x 2
0037300 j o e l j o e l
0037320 4 0 9 6 M a r 2
0037340 8 2 0 0 3 033 [ 1 m 033 [ 3 4
0037360 m o g l e - f a q _ f i l e s 033
0037400 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K \r \n
0037420 - r w - - - - - - -
0037440 1 j o e l j o e l
0037460 6 2 1 7 9 A u g
0037500 2 5 0 7 : 3 7 p a p e r -
0037520 c h i l d r e n - r d - 1 . t \
0037540 \r \n e x 033 [ K \r \n - r w - r
0037560 w - r - - 1 j o e l
0037600 j o e l
0037620 1 6 7 3 S e p 1 3 0 6 :
0037640 3 4 r e d h a t - e r r o r .
0037660 t x t 033 [ 6 ; 4 0 H 5 9 9 8
0037700 J a n 1 4 1 9 : 5 1 r o l
0037720 o d e x . x r o l o 033 [ K \r \n
0037740 - r w - r w - r - - 1
0037760 j o e l j o e l
0040000 5 8 9 1 J a n
0040020 2 2 3 : 2 4 r o l o d e x
0040040 . x r o l o . b a k 033 [ 8 ; 4 1
0040060 H 6 1 1 7 J a n 1 1 1 :
0040100 2 3 033 [ 3 2 m r o l o d e x .
0040120 x r o l o ~ 033 [ 3 9 ; 4 9 m 033 [
0040140 K \r \n - r w - r w - r - -
0040160 1 j o e l j o
0040200 e l 7 1
0040220 J a n 1 8 0 9 : 3 6 t e s
0040240 t - a c c e n t s - a t e r m -
0040260 d e \ \r \n f a u l t - c o d i n
0040300 g . t x t 033 [ K \n \b \b \b \b \b \b -
0040320 - 1 j o e l
0040340 j o e l 7
0040360 2 J a n 1 8 0 9 : 3 4 t
0040400 e s t - a c c e n t s - a t e r
0040420 m . t x \ \r \n t 033 [ K \n 033 [ C -
0040440 r w - r w - r - - 1 j
0040460 o e l j o e l
0040500 1 0 8 7 J a n 1 9
0040520 2 3 : 0 3 t e s t - l a n g
0040540 u a g e - x t e r m . t \ \r \n x
0040560 t 033 [ K 033 [ 1 5 ; 6 H - r w - r
0040600 - - 1 j o e l
0040620 j o e l 9 8
0040640 8 7 J a n 1 9 2 3 : 0 4
0040660 t e s t - t e r m s c r i p t -
0040700 x t e r m \ \r \n . t x t 033 [ K 033
0040720 [ 1 7 ; 4 0 H 4 7 5 J u n
0040740 2 1 2 0 0 3 t h i n g s
0040760 - 2 - d o . 0 6 2 1 . t x t 033 [
0041000 1 8 ; 4 0 H 1 3 3 7 J u l
0041020 1 2 0 0 3 t k r a d i o
0041040 033 [ K 033 [ 1 9 ; 4 0 H 8 9 4 8
0041060 J u n 2 1 2 0 0 3 u s
0041100 i n g - r p m . t x t 033 [ K 033 [
0041120 2 0 ; 3 H - r w - r w - r - -
0041140 1 j o e l j o
0041160 e l 1 6 3 9
0041200 J u n 1 5 2 0 0 3 x e m
0041220 a c s . m a i l \r \n 033 [ K \n 033 [
0041240 K 033 [ 2 3 ; 6 6 H 033 [ 7 m 2 0 1
0041260 - - B o t 033 [ 0 m 033 [ 3 9 ; 4 9
0041300 m 033 [ 2 7 m 033 [ H \n 033 [ ? 2 5 h
0041320 033 [ ? 2 5 h \a 033 [ 2 4 d 033 [ ? 2
0041340 5 l E n d o f b u f f e r 033
0041360 [ H \n 033 [ ? 2 5 h 033 [ ? 2 5 h \a
0041400 \a \a \a 033 [ 1 ; 2 2 r 033 [ 2 ; 1 H
0041420 033 [ 1 1 L 033 [ 1 ; 2 4 r 033 [ 2 4
0041440 ; 1 H 033 [ K 033 [ 2 d 033 [ ? 2 5 l
0041460 - r w - r w - r w -
0041500 1 j o e l j o e l
0041520 2 8 1 4 D e c
0041540 7 0 9 : 5 5 d i a r y 033
0041560 [ K \r \n - r w - r w - r w -
0041600 1 j o e l j
0041620 o e l 1 9 2 9
0041640 J u l 7 2 0 0 3 033 [
0041660 3 2 m d i a r y ~ 033 [ 3 9 ; 4 9
0041700 m 033 [ K \r \n d r w x - - - -
0041720 - - 5 j o e l
0041740 j o e l 4 0
0041760 9 6 D e c 1 0 1 1 : 3 8
0042000 033 [ 1 m 033 [ 3 4 m e v o l u t i
0042020 o n 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0042040 K \r \n d r w x r w x r - x
0042060 3 j o e l j o
0042100 e l 4 0 9 6
0042120 J u l 1 2 0 0 3 033 [ 1
0042140 m 033 [ 3 4 m f m t o o l s 033 [ 0
0042160 m 033 [ 3 9 ; 4 9 m 033 [ K \r \n
0042200 d r w x r w x r - x 4
0042220 j o e l j o e l
0042240 4 0 9 6 J a n 1
0042260 1 2 0 : 3 5 033 [ 1 m 033 [ 3 4
0042300 m h y p e r b o l e 033 [ 0 m 033 [
0042320 3 9 ; 4 9 m 033 [ K \r \n - r w
0042340 x r w x r w x 1 j o e
0042360 l j o e l
0042400 1 3 0 6 3 F e b 2 0
0042420 2 0 0 3 i d 3 _ e l . h t m 033
0042440 [ K \r \n - r w - - - - - - -
0042460 1 j o e l j
0042500 o e l 3 5 9 7 7
0042520 J u n 2 1 2 0 0 3 j w
0042540 p c e f r e n c h . z i p 033 [ K
0042560 \r \n - r w - r w - r - -
0042600 1 j o e l j o e
0042620 l 1 9 3 8 5 J
0042640 u n 2 1 2 0 0 3 k o u t
0042660 l i n e . h e l p . t x t 033 [ K
0042700 \r \n - r w - r w - r - -
0042720 1 j o e l j o e
0042740 l 1 9 8 3 7 J
0042760 u n 1 7 2 0 0 3 k o u t
0043000 l i n e . t x t 033 [ K \r \n -
0043020 r w - r w - r - - 1 j
0043040 o e l j o e l
0043060 1 0 4 1 2 F e b 2 4
0043100 2 0 0 3 m i m e i n s t a
0043120 l l . r e s u l t s 033 [ K \r \n
0043140 d r w x r w x r - x 5
0043160 j o e l j o e l
0043200 4 0 9 6 D e c
0043220 2 5 1 6 : 1 8 033 [ 1 m 033 [ 3
0043240 4 m o g g 033 [ 0 m 033 [ 3 9 ; 4 9
0043260 m 033 [ K 033 [ 2 3 ; 6 8 H 033 [ 7 m
0043300 0 - - 8 8 % 033 [ 0 m 033 [ 3 9 ; 4
0043320 9 m 033 [ 2 7 m 033 [ 1 2 ; 5 9 H 033
0043340 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0043360 6 8 H 033 [ ? 2 5 l 033 [ 7 m 1 033 [
0043400 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0043420 [ 1 3 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0043440 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0043460 l 033 [ 7 m 2 033 [ 0 m 033 [ 3 9 ; 4
0043500 9 m 033 [ 2 7 m 033 [ 1 4 ; 5 9 H 033
0043520 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0043540 6 8 H 033 [ ? 2 5 l 033 [ 7 m 3 033 [
0043560 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0043600 [ 1 6 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0043620 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0043640 l 033 [ 7 m 4 033 [ 0 m 033 [ 3 9 ; 4
0043660 9 m 033 [ 2 7 m 033 [ 1 7 ; 5 9 H 033
0043700 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0043720 6 8 H 033 [ ? 2 5 l 033 [ 7 m 5 033 [
0043740 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0043760 [ 1 8 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0044000 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0044020 l 033 [ 7 m 6 033 [ 0 m 033 [ 3 9 ; 4
0044040 9 m 033 [ 2 7 m 033 [ 1 9 ; 5 9 H 033
0044060 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0044100 6 8 H 033 [ ? 2 5 l 033 [ 7 m 7 033 [
0044120 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0044140 [ 2 0 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0044160 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0044200 l 033 [ 7 m 8 033 [ 0 m 033 [ 3 9 ; 4
0044220 9 m 033 [ 2 7 m 033 [ 2 2 ; 5 9 H 033
0044240 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 1 ; 2
0044260 2 r 033 [ 2 ; 1 H 033 [ 1 1 M 033 [ 1
0044300 ; 2 4 r 033 [ 1 2 ; 1 H 033 [ ? 2 5
0044320 l t 033 [ K \n \b - r w - r w -
0044340 r - - 1 j o e l
0044360 j o e l 1
0044400 0 8 7 J a n 1 9 2 3 : 0 3
0044420 t e s t - l a n g u a g e - x
0044440 t e r m . t \ \r \n 033 [ A \n x t 033
0044460 [ K \r \n - r w - r w - r - -
0044500 1 j o e l j
0044520 o e l 9 8 8 7
0044540 J a n 1 9 2 3 : 0 4 t e
0044560 s t - t e r m s c r i p t - x t
0044600 e r m \ \r \n 033 [ A \n . t x t 033 [
0044620 K \r \n - r w - r w - r - -
0044640 1 j o e l j o
0044660 e l 4 7 5
0044700 J u n 2 1 2 0 0 3 t h i
0044720 n g s - 2 - d o . 0 6 2 1 . t x
0044740 t 033 [ K \r \n - r w - r w - r
0044760 - - 1 j o e l
0045000 j o e l 1 3
0045020 3 7 J u l 1 2 0 0 3
0045040 t k r a d i o 033 [ K \r \n - r
0045060 w - r w - r - - 1 j o
0045100 e l j o e l
0045120 8 9 4 8 J u n 2 1
0045140 2 0 0 3 u s i n g - r p m .
0045160 t x t 033 [ K \r \n - r w - r w
0045200 - r - - 1 j o e l
0045220 j o e l
0045240 1 6 3 9 J u n 1 5 2 0 0
0045260 3 x e m a c s . m a i l 033 [ K
0045300 \r \n 033 [ K \n 033 [ K 033 [ 2 3 ; 6 8
0045320 H 033 [ 7 m 9 - - B o t 033 [ 0 m 033
0045340 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 1 3
0045360 ; 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h
0045400 033 [ 2 3 ; 6 7 H 033 [ ? 2 5 l 033 [
0045420 7 m 1 0 033 [ 0 m 033 [ 3 9 ; 4 9 m
0045440 033 [ 2 7 m 033 [ 1 5 ; 5 9 H 033 [ ?
0045460 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ; 6 8
0045500 H 033 [ ? 2 5 l 033 [ 7 m 1 033 [ 0 m
0045520 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 1
0045540 7 ; 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5
0045560 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5 l 033
0045600 [ 7 m 2 033 [ 0 m 033 [ 3 9 ; 4 9 m
0045620 033 [ 2 7 m 033 [ 1 8 ; 5 9 H 033 [ ?
0045640 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ; 6 8
0045660 H 033 [ ? 2 5 l 033 [ 7 m 3 033 [ 0 m
0045700 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 1
0045720 9 ; 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5
0045740 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5 l 033
0045760 [ 7 m 4 033 [ 0 m 033 [ 3 9 ; 4 9 m
0046000 033 [ 2 7 m 033 [ 2 0 ; 5 9 H 033 [ ?
0046020 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ; 6 8
0046040 H 033 [ ? 2 5 l 033 [ 7 m 5 033 [ 0 m
0046060 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 2
0046100 1 ; 1 H 033 [ ? 2 5 h 033 [ ? 2 5 h
0046120 \a \n \n \n 033 [ ? 2 5 l E n d o f
0046140 b u f f e r 033 [ 2 1 ; 1 H 033 [
0046160 ? 2 5 h 033 [ ? 2 5 h \a \a \a \n \n \n
0046200 033 [ K 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0046220 l 033 [ 7 m 4 033 [ 0 m 033 [ 3 9 ; 4
0046240 9 m 033 [ 2 7 m 033 [ 2 0 ; 5 9 H 033
0046260 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0046300 6 8 H 033 [ ? 2 5 l 033 [ 7 m 3 033 [
0046320 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0046340 [ 1 9 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0046360 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0046400 l 033 [ 7 m 2 033 [ 0 m 033 [ 3 9 ; 4
0046420 9 m 033 [ 2 7 m 033 [ 1 8 ; 5 9 H 033
0046440 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0046460 6 8 H 033 [ ? 2 5 l 033 [ 7 m 1 033 [
0046500 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0046520 [ 1 7 ; 5 9 H 033 [ ? 2 5 h 033 [ ?
0046540 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2 5
0046560 l 033 [ 7 m 0 033 [ 0 m 033 [ 3 9 ; 4
0046600 9 m 033 [ 2 7 m 033 [ 1 5 ; 5 9 H 033
0046620 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 3 ;
0046640 6 7 H 033 [ ? 2 5 l 033 [ 7 m 0 9 033
0046660 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0046700 033 [ 1 3 ; 5 9 H 033 [ ? 2 5 h 033 [
0046720 ? 2 5 h 033 [ 2 3 ; 6 8 H 033 [ ? 2
0046740 5 l 033 [ 7 m 8 033 [ 0 m 033 [ 3 9 ;
0046760 4 9 m 033 [ 2 7 m 033 [ 1 1 ; 5 9 H
0047000 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 1 ;
0047020 3 3 H 033 [ ? 2 5 l 033 [ 7 m H e l
0047040 p
0047060
0047100 033 [ 0 m 033 [ 3 9 ; 4
0047120 9 m 033 [ 2 7 m \r \n v o i l 303 240
0047140 m a t e x t e q u i e s t
0047160 303 251 c r i t e a v e c d e
0047200 s c h a r a c t 303 250 r e s q
0047220 u i o n t d e s a c c e n
0047240 t s . 033 [ K \r \n 033 [ K \n 033 [ K \n
0047260 033 [ K \n 033 [ K \n 033 [ K \n 033 [ K \n
*
0047340 033 [ K \n 033 [ K \n 033 [ K \n 033 [ K 033
0047360 [ 2 3 ; 4 H 033 [ 7 m 1 : - - - F
0047400 1 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0047420 [ 2 7 m 033 [ 7 m 033 [ 1 m t e s t
0047440 - a c c e n t s - a t e r m . t
0047460 x t 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0047500 2 7 m 033 [ 7 m 1 1 : 0 4 P
0047520 M 0 . 0 1 ( T e x t F
0047540 i l l ) - - L 1 - - A l l - 033 [
0047560 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0047600 [ H \n 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0047620 [ 2 4 d 033 [ ? 2 5 l K i l l b
0047640 u f f e r : ( d e f a u l t
0047660 t e s t - a c c e n t s - a t e
0047700 r m . t x t ) 033 [ 1 ; 3 3 H 033 [
0047720 7 m M i n i b u f H e l p 033 [
0047740 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0047760 [ 2 4 ; 4 7 H 033 [ ? 2 5 h 033 [ ?
0050000 2 5 h \r 033 [ K 033 [ 1 ; 3 3 H 033 [
0050020 ? 2 5 l 033 [ 7 m O p e r a t e
0050040 M a r k R e g e x p I m m e
0050060 d i a t e S u b d i r H e l
0050100 p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0050120 7 m \r \n d r w x r - x r - x
0050140 2 j o e l j
0050160 o e l 4 0 9 6
0050200 M a r 2 8 2 0 0 3 033 [
0050220 1 m 033 [ 3 4 m o g l e - f a q _
0050240 f i l e s 033 [ 0 m 033 [ 3 9 ; 4 9
0050260 m 033 [ 3 ; 3 H - r w - - - - - -
0050300 - 1 j o e l
0050320 j o e l 6 2 1 7
0050340 9 A u g 2 5 0 7 : 3 7 p
0050360 a p e r - c h i l d r e n - r d
0050400 - 1 . t \ \r \n e x \n - r w - r w
0050420 - r - - 1 j o e l
0050440 j o e l
0050460 1 6 7 3 S e p 1 3 0 6 : 3
0050500 4 r e d h a t - e r r o r . t
0050520 x t 033 [ 6 ; 3 H - r w - r w - r
0050540 - - 1 j o e l
0050560 j o e l 5 9
0050600 9 8 J a n 1 4 1 9 : 5 1
0050620 r o l o d e x . x r o l o 033 [ 7
0050640 ; 3 H - r w - r w - r - -
0050660 1 j o e l j o e l
0050700 5 8 9 1 J a
0050720 n 2 2 3 : 2 4 r o l o d
0050740 e x . x r o l o . b a k 033 [ 8 ;
0050760 3 H - r w - r w - r - -
0051000 1 j o e l j o e l
0051020 6 1 1 7 J a n
0051040 1 1 1 : 2 3 033 [ 3 2 m r
0051060 o l o d e x . x r o l o ~ 033 [ 3
0051100 9 ; 4 9 m 033 [ 9 ; 3 H - r w - r
0051120 w - r - - 1 j o e l
0051140 j o e l
0051160 7 1 J a n 1 8 0 9 :
0051200 3 6 t e s t - a c c e n t s -
0051220 a t e r m - d e \ \r \n f a u l t
0051240 - c o d i n g . t x t 033 [ 1 1 ;
0051260 3 H - r w - r w - r - -
0051300 1 j o e l j o e l
0051320 7 2 J a n
0051340 1 8 0 9 : 3 4 t e s t - a
0051360 c c e n t s - a t e r m . t x \
0051400 \r \n t \n 033 [ C - r w - r w - r -
0051420 - 1 j o e l
0051440 j o e l 1 0 8
0051460 7 J a n 1 9 2 3 : 0 3 t
0051500 e s t - l a n g u a g e - x t e
0051520 r m . t \ \r \n x t \n - r w - r w
0051540 - r - - 1 j o e l
0051560 j o e l
0051600 9 8 8 7 J a n 1 9 2 3 : 0
0051620 4 t e s t - t e r m s c r i p
0051640 t - x t e r m \ \r \n . t x t \n \b
0051660 \b - r w - r w - r - - 1
0051700 j o e l j o e l
0051720 4 7 5 J u n
0051740 2 1 2 0 0 3 t h i n g s -
0051760 2 - d o . 0 6 2 1 . t x t 033 [ 1
0052000 8 ; 3 H - r w - r w - r - -
0052020 1 j o e l j o e
0052040 l 1 3 3 7 J
0052060 u l 1 2 0 0 3 t k r a
0052100 d i o 033 [ 1 9 ; 3 H - r w - r w
0052120 - r - - 1 j o e l
0052140 j o e l
0052160 8 9 4 8 J u n 2 1 2 0 0
0052200 3 u s i n g - r p m . t x t 033
0052220 [ 2 0 ; 3 H - r w - r w - r - -
0052240 1 j o e l j
0052260 o e l 1 6 3 9
0052300 J u n 1 5 2 0 0 3 x e
0052320 m a c s . m a i l 033 [ 2 3 ; 4 H
0052340 033 [ 7 m u : % % - F 1 033 [ 0
0052360 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [
0052400 7 m 033 [ 1 m ~
0052420 033 [ 0 m 033 [ 3 9 ;
0052440 4 9 m 033 [ 2 7 m 033 [ 7 m 1
0052460 1 : 0 4 P M 0 . 0 1 ( D
0052500 i r e d b y n a m e ) - - L
0052520 2 0 8 - - B o t 033 [ 0 m 033 [ 3 9
0052540 ; 4 9 m 033 [ 2 7 m 033 [ 1 1 ; 5 9
0052560 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 1
0052600 ; 3 3 H 033 [ ? 2 5 l 033 [ 7 m H e
0052620 l p
0052640
0052660 033 [ 0 m 033 [ 3 9 ;
0052700 4 9 m 033 [ 2 7 m \r \n v o i l 303 240
0052720 m a t e x t e q u i e s
0052740 t 303 251 c r i t e a v e c d
0052760 e s c h a r a c t 303 250 r e s
0053000 q u i o n t d e s a c c e
0053020 n t s . 033 [ K \r \n 033 [ K \n 033 [ K
0053040 \n 033 [ K \n 033 [ K \n 033 [ K \n 033 [ K
*
0053140 033 [ 2 3 ; 4 H 033 [ 7 m 1 : - - -
0053160 F 1 033 [ 0 m 033 [ 3 9 ; 4 9 m
0053200 033 [ 2 7 m 033 [ 7 m 033 [ 1 m t e s
0053220 t - a c c e n t s - a t e r m .
0053240 t x t 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0053260 [ 2 7 m 033 [ 7 m 1 1 : 0 4
0053300 P M 0 . 0 1 ( T e x t
0053320 F i l l ) - - L 1 - - A l l - 033
0053340 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0053360 033 [ H \n 033 [ ? 2 5 h 033 [ ? 2 5 h
0053400 033 [ 2 4 d 033 [ ? 2 5 l M - x 033 [
0053420 1 ; 3 3 H 033 [ 7 m M i n i b u f
0053440 H e l p 033 [ 0 m 033 [ 3 9 ; 4 9
0053460 m 033 [ 2 7 m 033 [ 2 4 ; 5 H 033 [ ?
0053500 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l d
0053520 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2
0053540 5 l e 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0053560 [ ? 2 5 l s 033 [ ? 2 5 h 033 [ ? 2
0053600 5 h 033 [ ? 2 5 l c 033 [ ? 2 5 h 033
0053620 [ ? 2 5 h 033 [ ? 2 5 l r 033 [ ? 2
0053640 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l i 033
0053660 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5
0053700 l b 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0053720 ? 2 5 l e 033 [ ? 2 5 h 033 [ ? 2 5
0053740 h 033 [ ? 2 5 l - 033 [ ? 2 5 h 033 [
0053760 ? 2 5 h 033 [ ? 2 5 l l 033 [ ? 2 5
0054000 h 033 [ ? 2 5 h 033 [ ? 2 5 l a 033 [
0054020 ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l
0054040 n 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ?
0054060 2 5 l g 033 [ ? 2 5 h 033 [ ? 2 5 h
0054100 033 [ ? 2 5 l u a g e - e n v i r
0054120 o n m e n t 033 [ ? 2 5 h 033 [ ? 2
0054140 5 h \r 033 [ ? 2 5 l D e s c r i b
0054160 e l a n g u a g e e n v i r
0054200 o n m e n t ( d e f a u l t ,
0054220 c u r r e n t c h o i c e )
0054240 : 033 [ C 033 [ ? 2 5 h 033 [ ? 2 5 h
0054260 \r 033 [ ? 2 5 l P r e p a r i n g
0054300 d i a r y . . . 033 [ K 033 [ ? 2
0054320 5 h 033 [ ? 2 5 h 033 [ 2 3 ; 4 2 H
0054340 033 [ ? 2 5 l 033 [ 7 m 5 P M
0054360 ( T e x t F i l l ) - - L 1 -
0054400 - A l l - - - - - 033 [ 0 m 033 [ 3
0054420 9 ; 4 9 m 033 [ 2 7 m 033 [ 2 4 ; 1
0054440 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h \r 033
0054460 [ K 033 [ 1 ; 3 3 H 033 [ ? 2 5 l 033
0054500 [ 7 m H e l p 033
0054520 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0054540 033 [ 1 2 ; 1 H 033 [ 7 m - u u 1 :
0054560 - - - F 1 033 [ 0 m 033 [ 3 9 ;
0054600 4 9 m 033 [ 2 7 m 033 [ 7 m 033 [ 1 m
0054620 t e s t - a c c e n t s - a t e
0054640 r m . t x t 033 [ 0 m 033 [ 3 9 ; 4
0054660 9 m 033 [ 2 7 m 033 [ 7 m 1 1
0054700 : 0 5 P M ( T e x t F i
0054720 l l ) - - L 1 - - A l l - - - -
0054740 - - - - - - - - - 033 [ 0 m 033 [ 3
0054760 9 ; 4 9 m 033 [ 2 7 m \r \n U T F -
0055000 8 l a n g u a g e e n v i r
0055020 o n m e n t \r \n \n T h i s l a
0055040 n g u a g e e n v i r o n m e
0055060 n t i s a g e n e r i c
0055100 o n e f o r a s u b s e t
0055120 o f t h e U n i c o d e \r
0055140 \n c h a r a c t e r s e t e
0055160 n c o d e d i n U T F - 8 .
0055200 \r \n \n I n p u t m e t h o d s
0055220 ( d e f a u l t , r f c 1 3
0055240 4 5 ) : 033 [ 1 9 ; 3 H 033 [ 4 m T
0055260 e X 033 [ 0 m ( " \ " i n
m
0055300 o d e l i n e ) \r \n \n C h a r
0055320 a c t e r s e t s : 033 [ 2 2 ;
0055340 3 H n o t h i n g s p e c i f
0055360 i c t o U T F - 8 033 [ 2 3 ;
0055400 4 H 033 [ 7 m u : % % - F 1 033
0055420 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0055440 033 [ 7 m 033 [ 1 m * H e l p *
0055460 033 [ 0 m 033 [ 3 9 ; 4 9 m
0055500 033 [ 2 7 m 033 [ 7 m 1 1 : 0
0055520 5 P M ( H e l p V i e w
0055540 ) - - L 1 - - T o p - - - - - -
0055560 - - - - 033 [ 0 m 033 [ 3 9 ; 4 9 m
0055600 033 [ 2 7 m 033 [ H \n 033 [ ? 2 5 h 033
0055620 [ ? 2 5 h 033 [ 2 4 d 033 [ ? 2 5 l
0055640 Y o u c a n r u n t h e
0055660 c o m m a n d ` d e s c r i b
0055700 e - l a n g u a g e - e n v i r
0055720 o n m e n t ' w i t h C - h
0055740 L 033 [ H \n 033 [ ? 2 5 h 033 [ ? 2
0055760 5 h 033 [ 2 4 d 033 [ K 033 [ 1 3 d 033
0056000 [ 2 4 d 033 [ ? 2 5 l W r i t e
0056020 f i l e : ~ / 033 [ 1 ; 3 3 H 033
0056040 [ 7 m M i n i b u f H e l p 033
0056060 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0056100 033 [ 2 4 ; 1 5 H 033 [ ? 2 5 h 033 [
0056120 ? 2 5 h 033 [ ? 2 5 l t 033 [ ? 2 5
0056140 h 033 [ ? 2 5 h 033 [ ? 2 5 l e 033 [
0056160 ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l
0056200 s 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ?
0056220 2 5 l t 033 [ ? 2 5 h 033 [ ? 2 5 h
0056240 033 [ ? 2 5 l - 033 [ ? 2 5 h 033 [ ?
0056260 2 5 h 033 [ ? 2 5 l l 033 [ ? 2 5 h
0056300 033 [ ? 2 5 h 033 [ ? 2 5 l a 033 [ ?
0056320 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l u
0056340 033 [ ? 2 5 h 033 [ ? 2 5 h \a \t \b 033
0056360 [ ? 2 5 l [ N o m a t c h ] 033
0056400 [ 2 4 ; 2 3 H 033 [ ? 2 5 h 033 [ ?
0056420 2 5 h 033 [ K \r 033 [ ? 2 5 l N o t
0056440 e : f i l e i s w r i t e
0056460 p r o t e c t e d 033 [ ? 2 5 h
0056500 033 [ ? 2 5 h \r 033 [ ? 2 5 l L o a
0056520 d i n g o u t l i n e . . . 033
0056540 [ K 033 [ ? 2 5 h 033 [ ? 2 5 h \r \t
0056560 033 [ ? 2 5 l e a s y - m m o d e
0056600 . . . 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0056620 [ ? 2 5 l d o n e 033 [ ? 2 5 h 033
0056640 [ ? 2 5 h \r \t 033 [ ? 2 5 l o u t
0056660 l i n e . . . d o n e 033 [ K 033 [
0056700 ? 2 5 h 033 [ ? 2 5 h \a \r 033 [ ? 2
0056720 5 l W r i t e f i l e : ~ /
0056740 t e s t - l a 033 [ K 033 [ ? 2 5 h
0056760 033 [ ? 2 5 h \b 033 [ K 033 [ ? 2 5 l
0057000 a n g u a g e - x t e r m . t x
0057020 t 033 [ ? 2 5 h 033 [ ? 2 5 h \b \b \b
0057040 \b \b \b \b \b \b 033 [ ? 2 5 l t e r m
0057060 . t x t 033 [ K 033 [ 2 4 ; 2 9 H 033
0057100 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5
0057120 l a t e r m . t x t 033 [ 2 4 ; 3
0057140 0 H 033 [ ? 2 5 h 033 [ ? 2 5 h \r 033
0057160 [ C 033 [ C 033 [ ? 2 5 l o t e /
0057200 h o m e / j 033 [ 3 @ o e l 033 [ 1
0057220 3 ; 1 H 033 [ ? 2 5 h 033 [ ? 2 5 h
0057240 033 [ 1 ; 3 3 H 033 [ ? 2 5 l 033 [ 7
0057260 m H e l p 033 [ 0
0057300 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [
0057320 2 3 ; 6 H 033 [ 7 m - - - F 1
0057340 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7
0057360 m 033 [ 7 m 033 [ 1 m t e s t - l a
0057400 n g u a g e - a t e r m . t x t
0057420 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7
0057440 m 033 [ 7 m 1 1 : 0 5 P M
0057460 ( T e x t F i l l ) - - L
0057500 1 - - T o p 033 [ 0 m 033 [ 3 9 ; 4
0057520 9 m 033 [ 2 7 m 033 [ 1 3 ; 1 H 033 [
0057540 ? 2 5 h 033 [ ? 2 5 h 033 [ 2 4 d 033
0057560 [ K 033 [ 1 3 d 033 [ 2 4 d 033 [ ? 2
0057600 5 l K i l l b u f f e r : (
0057620 d e f a u l t t e s t - l a n
0057640 g u a g e - a t e r m . t x t )
0057660 033 [ 1 ; 3 3 H 033 [ 7 m M i n i b
0057700 u f H e l p 033 [ 0 m 033 [ 3 9 ;
0057720 4 9 m 033 [ 2 7 m 033 [ 2 4 ; 4 8 H
0057740 033 [ ? 2 5 h 033 [ ? 2 5 h \r 033 [ K
0057760 033 [ 1 ; 3 3 H 033 [ ? 2 5 l 033 [ 7
0060000 m O p e r a t e M a r k R e
0060020 g e x p I m m e d i a t e S
0060040 u b d i r H e l p 033 [ 0 m 033 [
0060060 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 1 3 ;
0060100 1 H d r w x r - x r - x
0060120 2 j o e l j o e
0060140 l 4 0 9 6 M
0060160 a r 2 8 2 0 0 3 033 [ 1 m
0060200 033 [ 3 4 m o g l e - f a q _ f i
0060220 l e s 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0060240 [ 1 4 ; 3 H - r w - - - - - - -
0060260 1 j o e l j
0060300 o e l 6 2 1 7 9
0060320 A u g 2 5 0 7 : 3 7 p a
0060340 p e r - c h i l d r e n - r d -
0060360 1 . t \ \r \n e x 033 [ K \r \n -
0060400 r w - r w - r - - 1 j
0060420 o e l j o e l
0060440 1 6 7 3 S e p 1 3
0060460 0 6 : 3 4 r e d h a t - e r
0060500 r o r . t x t 033 [ 1 7 ; 3 H - r
0060520 w - r w - r - - 1 j o
0060540 e l j o e l
0060560 5 9 9 8 J a n 1 4
0060600 1 9 : 5 1 r o l o d e x . x r
0060620 o l o \r \n - r w - r w - r -
0060640 - 1 j o e l
0060660 j o e l 5 8 9
0060700 1 J a n 2 2 3 : 2 4 r
0060720 o l o d e x . x r o l o . b a k
0060740 033 [ 1 9 ; 3 H - r w - r w - r -
0060760 - 1 j o e l
0061000 j o e l 6 1 1
0061020 7 J a n 1 1 1 : 2 3 033
0061040 [ 3 2 m r o l o d e x . x r o l
0061060 o ~ 033 [ 3 9 ; 4 9 m 033 [ 2 0 ; 3
0061100 H - r w - r w - r - - 1
0061120 j o e l j o e l
0061140 7 1 J a n
0061160 1 8 0 9 : 3 6 t e s t - a c
0061200 c e n t s - a t e r m - d e \ \r
0061220 \n f a u l t - c o d i n g . t x
0061240 t 033 [ 2 2 ; 3 H - r w - r w - r
0061260 - - 1 j o e l
0061300 j o e l
0061320 7 2 J a n 1 8 0 9 : 3 4
0061340 t e s t - a c c e n t s - a t e
0061360 r m . t x \ \r \n 033 [ 2 3 ; 6 H 033
0061400 [ 7 m % % - F 1 033 [ 0 m 033 [
0061420 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m 033
0061440 [ 1 m ~
0061460 033 [ 0 m 033 [ 3 9 ; 4 9 m
0061500 033 [ 2 7 m 033 [ 7 m 1 1 : 0
0061520 5 P M ( D i r e d b y
0061540 n a m e ) - - L 2 0 8 - - 9 3 %
0061560 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7
0061600 m 033 [ 2 2 ; 5 9 H 033 [ ? 2 5 h 033
0061620 [ ? 2 5 h \r \n \n 033 [ ? 2 5 l ( N
0061640 o f i l e s n e e d s a v
0061660 i n g ) 033 [ 2 2 ; 5 9 H 033 [ ? 2
0061700 5 h 033 [ ? 2 5 h \r \n \n 033 [ K 033 [
0061720 ? 1 l 033 > 033 [ ? 2 5 h 033 [ ? 1 0
0061740 4 7 l 033 [ ? 1 0 4 8 l 033 [ 3 9 ;
0061760 4 9 m \r
0061764
- ------- =_aaaaaaaaaa0
Content-Type: text/plain; name="test-od-output-xterm.txt";
charset="us-ascii"
Content-ID: <1703.1074573406.7@localhost.localdomain>
0000000 033 [ K 033 [ 1 ; 3 3 H 033 [ ? 2 5 l
0000020 033 [ 7 m H e l p
0000040 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7
0000060 m \r \n \n \n 033 [ ? 2 5 h 033 [ ? 2 5
0000100 h 033 [ 1 ; 3 3 H 033 [ ? 2 5 l 033 [
0000120 7 m O p e r a t e M a r k R
0000140 e g e x p I m m e d i a t e
0000160 S u b d i r H e l p 033 [ 0 m 033
0000200 [ 3 9 ; 4 9 m 033 [ 2 7 m \r \n 033 [
0000220 C 033 [ 3 2 m / h o m e / j o e
0000240 l 033 [ 3 9 ; 4 9 m : 033 [ K \r \n 033
0000260 [ C u s e d 1 7 9 2 a v a
0000300 i l a b l e 9 8 5 5 1 0 8 033 [
0000320 K \r \n - r w - r w - r w -
0000340 1 j o e l j o
0000360 e l 2 1 3 5
0000400 F e b 1 1 2 0 0 3 033 [ 3
0000420 2 m % b a c k u p % ~ 033 [ 3 9 ;
0000440 4 9 m 033 [ 5 ; 3 H d r w x - - -
0000460 - - - 8 5 j o e l
0000500 j o e l 8
0000520 1 9 2 J a n 1 9 2 3 : 0 2
0000540 033 [ 1 m 033 [ 3 4 m . 033 [ 0 m 033
0000560 [ 3 9 ; 4 9 m \r \n 033 [ C d r w
0000600 x r - x r - x 5 r o o
0000620 t r o o t
0000640 4 0 9 6 J a n 1 8 2
0000660 3 : 2 1 033 [ 1 m 033 [ 3 4 m . .
0000700 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 7 ;
0000720 3 H - r w - - - - - - -
0000740 1 j o e l j o e l
0000760 1 1 7 9 6 J a n
0001000 1 9 2 2 : 1 1 . I C E a u
0001020 t h o r i t y 033 [ 8 ; 3 H - r w
0001040 - r w - r - - 1 j o e
0001060 l j o e l
0001100 0 J u n 7
0001120 2 0 0 3 . I N F O D O C K - F
0001140 I R S T - U S E 033 [ 9 ; 3 H - r
0001160 w - r w - r - - 1 j o
0001200 e l j o e l
0001220 0 J u n 2 7
0001240 2 0 0 3 . I N F O D O C K -
0001260 L A S T - U S E 033 [ 1 0 ; 3 H -
0001300 r w - - - - - - - 1 j
0001320 o e l j o e l
0001340 3 9 5 F e b 1 8
0001360 2 0 0 3 . R e a l N e t w
0001400 o r k s _ R e a l C o o \ \r \n k
0001420 i e s _ 6 0 \n \b \b \b \b \b - r w -
0001440 r w - r - - 1 j o e l
0001460 j o e l
0001500 2 3 2 8 2 D e c 2 8 2 1
0001520 : 1 0 . R e a l N e t w o r k
0001540 s _ R e a l M e d \ \r \n i a S D
0001560 K _ 6 0 033 [ 1 4 ; 3 H - r w - r
0001600 w - r - - 1 j o e l
0001620 j o e l
0001640 1 3 5 9 D e c 2 8 2 1 :
0001660 1 0 . R e a l N e t w o r k s
0001700 _ R e a l P l a \ \r \n y e r _ 6
0001720 0 \n \b \b \b \b - r w - r w - r - -
0001740 1 j o e l j
0001760 o e l 1 1 2
0002000 J u l 1 9 2 0 0 3 . R
0002020 e a l N e t w o r k s _ R e a l
0002040 S h a \ \r \n r e d _ 0 0 \n \b \b \b
0002060 \b - r w - - - - - - - 1
0002100 j o e l j o e l
0002120 1 1 5 J a n
0002140 1 9 2 2 : 1 0 . X a u t h o
0002160 r i t y 033 [ 1 9 ; 3 H - r w x r
0002200 - x r - x 1 j o e l
0002220 j o e l
0002240 1 8 8 D e c 1 3 1 0 :
0002260 4 2 . X c l i e n t s 033 [ 2 0
0002300 ; 3 H - r w x r - x r - x
0002320 1 j o e l j o e l
0002340 5 7 D e
0002360 c 1 3 1 1 : 1 9 . X c l i
0002400 e n t s - d e f a u l t 033 [ 2 1
0002420 ; 3 H - r w - r w - r - -
0002440 1 j o e l j o e l
0002460 8 4 D e
0002500 c 7 1 1 : 1 7 . a s o u
0002520 n d r c 033 [ 2 2 ; 3 H - r w - r
0002540 w - r - - 1 j o e l
0002560 j o e l
0002600 1 2 8 A p r 1 8 2 0
0002620 0 3 . a s o u n d r c - o l d
0002640 033 [ 2 3 ; 7 H 033 [ 7 m % - F 1
0002660 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0002700 7 m 033 [ 7 m 033 [ 1 m ~
0002720 033 [ 0 m 033
0002740 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m
0002760 1 1 : 0 3 P M 0 . 0 5
0003000 ( D i r e d b y n a m e
0003020 ) - - L 3 - - T o p 033 [ 0 m 033 [
0003040 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 4 ; 5
0003060 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0003100 2 4 ; 1 H 033 [ ? 2 5 l I - s e a
0003120 r c h : 033 [ 4 ; 5 9 H 033 [ ? 2 5
0003140 h 033 [ ? 2 5 h 033 [ 2 3 ; 6 2 H 033
0003160 [ ? 2 5 l 033 [ 7 m I s e a r c
0003200 h ) - - L 3 - - T o p 033 [ 0 m 033
0003220 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 4 ;
0003240 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0003260 [ 2 4 ; 1 1 H 033 [ ? 2 5 l t 033 [
0003300 ? 2 5 h 033 [ ? 2 5 h 033 [ 4 ; 5 9
0003320 H 033 [ 6 ; 2 2 H 033 [ ? 2 5 l 033 [
0003340 3 6 m 033 [ 4 5 m t 033 [ 3 9 ; 4 9
0003360 m 033 [ 2 3 ; 7 4 H 033 [ 7 m 5 033 [
0003400 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0003420 [ 6 ; 2 3 H 033 [ ? 2 5 h 033 [ ? 2
0003440 5 h 033 [ 2 4 ; 1 2 H 033 [ ? 2 5 l
0003460 e 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 6
0003500 ; 2 3 H 033 [ 2 ; 3 H 033 [ ? 2 5 l
0003520 - r w - r w - r - - 1
0003540 j o e l j o e l
0003560 2 4 0 9 1 J a n
0003600 4 1 7 : 3 7 . f v w m 2 r c
0003620 . o l d 033 [ 3 ; 3 H - r w - r w
0003640 - r - - 1 j o e l
0003660 j o e l 3
0003700 3 1 3 9 J a n 1 9 0 0 : 2
0003720 4 033 [ 3 2 m . f v w m 2 r c ~
0003740 033 [ 3 9 ; 4 9 m 033 [ 4 ; 3 H d r
0003760 w x - - - - - - 2 j o
0004000 e l j o e l
0004020 4 0 9 6 O c t 1 3
0004040 1 0 : 4 4 033 [ 1 m 033 [ 3 4 m .
0004060 g a i m 033 [ 0 m 033 [ 3 9 ; 4 9 m
0004100 033 [ K 033 [ 5 ; 3 H - r w - - - -
0004120 - - - 1 j o e l
0004140 j o e l 1
0004160 4 6 5 O c t 1 3 1 0 : 3 5
0004200 . g a i m r c 033 [ 6 ; 7 H - -
0004220 - - - - 4 j o e l
0004240 j o e l
0004260 4 0 9 6 J a n 1 9 2 2 : 1
0004300 0 033 [ 1 m 033 [ 3 4 m . g c o n
0004320 f 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 7
0004340 ; 3 H d r w x - - - - - -
0004360 2 j o e l j o e l
0004400 4 0 9 6 J a
0004420 n 1 9 2 2 : 1 2 033 [ 1 m 033
0004440 [ 3 4 m . g c o n f d 033 [ 0 m 033
0004460 [ 3 9 ; 4 9 m 033 [ K 033 [ 8 ; 3 H
0004500 d r w x r w x r - x 1 7
0004520 j o e l j o e l
0004540 4 0 9 6 J a n 1
0004560 7 1 5 : 2 8 033 [ 1 m 033 [ 3 4
0004600 m . g i m p - 1 . 2 033 [ 0 m 033 [
0004620 3 9 ; 4 9 m 033 [ K 033 [ 9 ; 3 H d
0004640 r w x - - - - - - 7 j
0004660 o e l j o e l
0004700 4 0 9 6 S e p 1 8
0004720 1 9 : 4 7 033 [ 1 m 033 [ 3 4 m
0004740 . g n o m e 033 [ 0 m 033 [ 3 9 ; 4
0004760 9 m 033 [ K 033 [ 1 0 ; 3 H d r w x
0005000 r - x r - x 2 j o e l
0005020 j o e l
0005040 4 0 9 6 D e c 1 9 2 2
0005060 : 1 5 033 [ 1 m 033 [ 3 4 m . g n
0005100 o m e - d e s k t o p 033 [ 0 m 033
0005120 [ 3 9 ; 4 9 m 033 [ K \r \n d r
0005140 w x r - x r - x 7 j o
0005160 e l j o e l
0005200 4 0 9 6 J a n 1 9
0005220 2 1 : 1 8 033 [ 1 m 033 [ 3 4 m .
0005240 g n o m e 2 033 [ 0 m 033 [ 3 9 ; 4
0005260 9 m 033 [ 1 2 ; 3 H d r w x - - -
0005300 - - - 2 j o e l
0005320 j o e l 4
0005340 0 9 6 J a n 4 1 2 : 0 1
0005360 033 [ 1 m 033 [ 3 4 m . g n o m e
0005400 2 _ p r i v a 033 [ 0 m 033 [ 3 9 ;
0005420 4 9 m 033 [ 1 m 033 [ 3 6 m 033 [ 4 5
0005440 m t e 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0005460 [ K \r \n d r w x - - - - - -
0005500 2 j o e l j
0005520 o e l 4 0 9 6
0005540 F e b 1 2 2 0 0 3 033 [
0005560 1 m 033 [ 3 4 m . g n o m e _ p r
0005600 i v a t e 033 [ 0 m 033 [ 3 9 ; 4 9
0005620 m \r \n \t \t \t \t \t 2 1 4 D e c
0005640 9 2 1 : 5 9 . g n u s 033
0005660 [ K \r \n - r w - r w - r - -
0005700 1 j o e l j
0005720 o e l 6 0
0005740 D e c 8 2 0 : 0 0 033 [
0005760 3 2 m . g n u s ~ 033 [ 3 9 ; 4 9
0006000 m 033 [ 1 6 ; 3 H d r w x - - - -
0006020 - - 2 j o e l
0006040 j o e l 4 0
0006060 9 6 D e c 1 4 1 5 : 5 9
0006100 033 [ 1 m 033 [ 3 4 m . g p h o t o
0006120 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K \r
0006140 \n d r w x r - x r - x
0006160 4 j o e l j o e l
0006200 4 0 9 6 J u
0006220 n 1 4 2 0 0 3 033 [ 1 m 033
0006240 [ 3 4 m . g q v i e w 033 [ 0 m 033
0006260 [ 3 9 ; 4 9 m 033 [ 1 8 ; 7 H r w
0006300 - r - - 1 j o e l
0006320 j o e l
0006340 1 2 3 7 J a n 1 0 2 1 : 2
0006360 6 . g r i p 033 [ K 033 [ 1 9 ; 3
0006400 H d r w x r - x r - x 2
0006420 j o e l j o e l
0006440 4 0 9 6 J a n
0006460 5 2 2 : 3 3 033 [ 1 m 033 [ 3
0006500 4 m . g s t r e a m e r 033 [ 0 m
0006520 033 [ 3 9 ; 4 9 m 033 [ 2 0 ; 6 H -
0006540 r w - r - - 1 j o e l
0006560 j o e l
0006600 1 8 3 D e c 1 4 2 3
0006620 : 3 6 . g t i c k r c 033 [ K \r
0006640 \n \t \b - - r - - 1 j o
0006660 e l j o e l
0006700 1 2 0 F e b 9
0006720 2 0 0 3 . g t k r c 033 [ K 033
0006740 [ 2 2 ; 4 3 H 3 5 J a n 1 7
0006760 2 1 : 3 9 . g t k r c - 1 .
0007000 2 - g n o m e 2 \n \b \b 033 [ 7 m 9
0007020 5 - - 4 0 % 033 [ 0 m 033 [ 3 9 ; 4
0007040 9 m 033 [ 2 7 m \r \n 033 [ 1 2 ; 7 4
0007060 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2
0007100 4 ; 1 3 H 033 [ ? 2 5 l s 033 [ ? 2
0007120 5 h 033 [ ? 2 5 h 033 [ 1 2 ; 7 4 H
0007140 033 [ 2 ; 4 0 H 033 [ ? 2 5 l 1 9 8
0007160 3 7 J u n 1 7 2 0 0 3
0007200 k o u t l i n e . t x t 033 [ 3 ;
0007220 4 0 H 1 0 4 1 2 F e b 2 4
0007240 2 0 0 3 m i m e i n s t a l
0007260 l . r e s u l t s 033 [ 4 ; 7 H r
0007300 w x r - x 5 j o e l
0007320 j o e l
0007340 4 0 9 6 D e c 2 5 1 6 :
0007360 1 8 033 [ 1 m 033 [ 3 4 m o g g 033
0007400 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ K 033 [
0007420 5 ; 3 H d r w x r - x r - x
0007440 2 j o e l j o e
0007460 l 4 0 9 6 M
0007500 a r 2 8 2 0 0 3 033 [ 1 m
0007520 033 [ 3 4 m o g l e - f a q _ f i
0007540 l e s 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0007560 [ 6 ; 3 H - r w - - - - - - -
0007600 1 j o e l j o
0007620 e l 6 2 1 7 9
0007640 A u g 2 5 0 7 : 3 7 p a p
0007660 e r - c h i l d r e n - r d - 1
0007700 . t \ \r \n e x 033 [ K \n - r w - r
0007720 w - r - - 1 j o e l
0007740 j o e l
0007760 1 6 7 3 S e p 1 3 0 6 :
0010000 3 4 r e d h a t - e r r o r .
0010020 t x t 033 [ 9 ; 3 H - r w - r w -
0010040 r - - 1 j o e l
0010060 j o e l 5
0010100 9 9 8 J a n 1 4 1 9 : 5 1
0010120 r o l o d e x . x r o l o 033 [
0010140 1 0 ; 3 H - r w - r w - r - -
0010160 1 j o e l j o
0010200 e l 5 8 9 1
0010220 J a n 2 2 3 : 2 4 r o l
0010240 o d e x . x r o l o . b a k 033 [
0010260 1 1 ; 3 H - r w - r w - r - -
0010300 1 j o e l j o
0010320 e l 6 1 1 7
0010340 J a n 1 1 1 : 2 3 033 [ 3
0010360 2 m r o l o d e x . x r o l o ~
0010400 033 [ 3 9 ; 4 9 m 033 [ 1 2 ; 3 H -
0010420 r w - r w - r - - 1 j
0010440 o e l j o e l
0010460 7 1 J a n 1 8
0010500 0 9 : 3 6 033 [ 3 6 m 033 [ 4 5
0010520 m t e s 033 [ 3 9 ; 4 9 m t - a c
0010540 c e n t s - a t e r m - d e \ \r
0010560 \n f a u l t - c o d i n g . t x
0010600 t 033 [ K 033 [ 1 4 ; 4 2 H 7 2
0010620 J a n 1 8 0 9 : 3 4 t e s
0010640 t - a c c e n t s - a t e r m .
0010660 t x \ \r \n t 033 [ K \n 033 [ C - r w
0010700 - r w - r - - 1 j o e
0010720 l j o e l
0010740 4 7 5 J u n 2 1
0010760 2 0 0 3 t h i n g s - 2 - d o
0011000 . 0 6 2 1 . t x t 033 [ 1 7 ; 3 H
0011020 - r w - r w - r - - 1
0011040 j o e l j o e l
0011060 1 3 3 7 J u l
0011100 1 2 0 0 3 t k r a d i o \r
0011120 \n \t \t \t \t \t 8 9 4 8 J u n 2
0011140 1 2 0 0 3 u s i n g - r p
0011160 m . t x t 033 [ 1 9 ; 3 H - r w -
0011200 r w - r - - 1 j o e l
0011220 j o e l
0011240 1 6 3 9 J u n 1 5 2
0011260 0 0 3 x e m a c s . m a i l \r
0011300 \n 033 [ K \n 033 [ K \n 033 [ K 033 [ 2 3
0011320 ; 7 4 H 033 [ 7 m 2 0 7 - - B o 033
0011340 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m
0011360 \r \n 033 [ 1 2 ; 6 2 H 033 [ ? 2 5 h
0011400 033 [ ? 2 5 h 033 [ 2 4 ; 1 4 H 033 [
0011420 ? 2 5 l t 033 [ ? 2 5 h 033 [ ? 2 5
0011440 h 033 [ 1 2 ; 6 2 H 033 [ ? 2 5 l 033
0011460 [ 3 6 m 033 [ 4 5 m t 033 [ 3 9 ; 4
0011500 9 m 033 [ ? 2 5 h 033 [ ? 2 5 h \n \n
0011520 \b \b \b \b 033 [ ? 2 5 l 033 [ 4 6 m t
0011540 e s t 033 [ 3 9 ; 4 9 m 033 [ 1 2 d
0011560 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 4
0011600 ; 1 H 033 [ K 033 [ 1 2 ; 6 3 H 033 [
0011620 2 4 ; 1 H 033 [ ? 2 5 l M a r k
0011640 s a v e d w h e r e s e a r
0011660 c h s t a r t e d 033 [ 1 2 ; 6
0011700 3 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0011720 2 4 ; 1 H 033 [ K 033 [ 1 2 ; 5 9 H
0011740 033 [ ? 2 5 l t e s t \n \n \b \b \b \b
0011760 t e s t 033 [ 2 3 ; 6 2 H 033 [ 7 m
0012000 ) - - L 2 0 8 - - B o t - - - -
0012020 - - - 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0012040 [ 2 7 m \r \n 033 [ 1 4 ; 5 9 H 033 [
0012060 ? 2 5 h 033 [ ? 2 5 h 033 [ 1 ; 3 3
0012100 H 033 [ ? 2 5 l 033 [ 7 m H e l p
0012120
*
0012160 033 [ 0 m 033 [ 3 9 ; 4 9 m
0012200 033 [ 2 7 m \r \n v o i l 303 240 m a
0012220 t e x t e q u i e s t 303
0012240 251 c r i t e a v e c d e s
0012260 c h a r a c t 303 250 r e s q u i
0012300 o n t d e s a c c e n t s
0012320 . \r \n 033 [ K \n 033 [ K \n 033 [ K \n 033
0012340 [ K \n 033 [ K \n 033 [ K \n 033 [ K \n 033
*
0012420 [ K \n 033 [ K 033 [ 2 3 ; 4 H 033 [ 7
0012440 m 1 : - - - F 1 033 [ 0 m 033 [
0012460 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m 033
0012500 [ 1 m t e s t - a c c e n t s -
0012520 a t e r m . t x t 033 [ 0 m 033 [ 3
0012540 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m
0012560 1 1 : 0 3 P M 0 . 0 5
0012600 ( T e x t F i l l ) - - L 1 -
0012620 - A l l - 033 [ 0 m 033 [ 3 9 ; 4 9
0012640 m 033 [ 2 7 m 033 [ H \n 033 [ ? 2 5 h
0012660 033 [ ? 2 5 h 033 [ 2 4 d 033 [ ? 2 5
0012700 l C - x 033 [ H \n 033 [ ? 2 5 h 033 [
0012720 ? 2 5 h 033 [ 2 4 ; 4 H 033 [ ? 2 5
0012740 l - 033 [ H \n 033 [ ? 2 5 h 033 [ ? 2
0012760 5 h \a 033 [ 2 4 d 033 [ K 033 [ 2 d 033
0013000 [ 2 4 d 033 [ ? 2 5 l Z a p t o
0013020 c h a r : 033 [ H \n 033 [ ? 2 5 h
0013040 033 [ ? 2 5 h 033 [ 2 4 d 033 [ K 033 [
0013060 2 d \a 033 [ 2 4 d 033 [ ? 2 5 l Q u
0013100 i t 033 [ H \n 033 [ ? 2 5 h 033 [ ? 2
0013120 5 h 033 [ 2 4 d 033 [ K 033 [ 2 d 033 [
0013140 2 4 d 033 [ ? 2 5 l M - x 033 [ 1 ;
0013160 3 3 H 033 [ 7 m M i n i b u f H
0013200 e l p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0013220 [ 2 7 m 033 [ 2 4 ; 5 H 033 [ ? 2 5
0013240 h 033 [ ? 2 5 h 033 [ ? 2 5 l d 033 [
0013260 ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l
0013300 e 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ?
0013320 2 5 l s 033 [ ? 2 5 h 033 [ ? 2 5 h
0013340 033 [ ? 2 5 l c 033 [ ? 2 5 h 033 [ ?
0013360 2 5 h 033 [ ? 2 5 l r 033 [ ? 2 5 h
0013400 033 [ ? 2 5 h 033 [ ? 2 5 l i 033 [ ?
0013420 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l b
0013440 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2
0013460 5 l e - 033 [ ? 2 5 h 033 [ ? 2 5 h
0013500 033 [ ? 2 5 l l 033 [ ? 2 5 h 033 [ ?
0013520 2 5 h 033 [ ? 2 5 l a 033 [ ? 2 5 h
0013540 033 [ ? 2 5 h 033 [ ? 2 5 l n 033 [ ?
0013560 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l g
0013600 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2
0013620 5 l u a g e - e n v i r o n m e
0013640 n t 033 [ ? 2 5 h 033 [ ? 2 5 h \r 033
0013660 [ ? 2 5 l D e s c r i b e l a
0013700 n g u a g e e n v i r o n m e
0013720 n t ( d e f a u l t , c u r
0013740 r e n t c h o i c e ) : 033 [ C
0013760 033 [ ? 2 5 h 033 [ ? 2 5 h \r 033 [ ?
0014000 2 5 l L o a d i n g v i e w .
0014020 . . 033 [ K 033 [ H \n 033 [ ? 2 5 h 033
0014040 [ ? 2 5 h 033 [ 2 4 ; 1 6 H 033 [ ?
0014060 2 5 l d o n e 033 [ H \n 033 [ ? 2 5
0014100 h 033 [ ? 2 5 h 033 [ 1 ; 3 3 H 033 [
0014120 ? 2 5 l 033 [ 7 m H e l p
0014140 033 [ 0 m 033 [ 3 9 ; 4 9 m
0014160 033 [ 2 7 m 033 [ 1 2 ; 1 H 033 [ 7 m
0014200 - u u 1 : - - - F 1 033 [ 0 m
0014220 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 7
0014240 m 033 [ 1 m t e s t - a c c e n t
0014260 s - a t e r m . t x t 033 [ 0 m 033
0014300 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m
0014320 1 1 : 0 3 P M 0 . 0 5
0014340 ( T e x t F i l l ) - - L
0014360 1 - - A l l - - - - - - - - 033 [
0014400 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m \r
0014420 \n U T F - 8 l a n g u a g e
0014440 e n v i r o n m e n t \r \n \n T h
0014460 i s l a n g u a g e e n v i
0014500 r o n m e n t i s a g e n
0014520 e r i c o n e f o r a s
0014540 u b s e t o f t h e U n i
0014560 c o d e \r \n c h a r a c t e r
0014600 s e t e n c o d e d i n U
0014620 T F - 8 . \r \n \n I n p u t m e
0014640 t h o d s ( d e f a u l t ,
0014660 r f c 1 3 4 5 ) : 033 [ 1 9 ; 3 H
0014700 033 [ 4 m T e X 033 [ 0 m ( " \ "
0014720 i n m o d e l i n e ) \r \n
0014740 \n C h a r a c t e r s e t s :
0014760 033 [ 2 2 ; 3 H n o t h i n g s
0015000 p e c i f i c t o U T F - 8
0015020 033 [ 2 3 ; 4 H 033 [ 7 m u : % % -
0015040 F 1 033 [ 0 m 033 [ 3 9 ; 4 9 m
0015060 033 [ 2 7 m 033 [ 7 m 033 [ 1 m * H e
0015100 l p * 033 [ 0 m 033 [ 3
0015120 9 ; 4 9 m 033 [ 2 7 m 033 [ 7 m
0015140 1 1 : 0 3 P M 0 . 0 5
0015160 ( H e l p V i e w ) - - L 1 -
0015200 - T o p - - - - - - - - - - 033 [
0015220 0 m 033 [ 3 9 ; 4 9 m 033 [ 2 7 m 033
0015240 [ H \n 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0015260 [ 2 4 d 033 [ ? 2 5 l Y o u c a
0015300 n r u n t h e c o m m a n
0015320 d ` d e s c r i b e - l a n g
0015340 u a g e - e n v i r o n m e n t
0015360 ' w i t h C - h L 033 [ H \n
0015400 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2 4
0015420 d 033 [ ? 2 5 l L o a d i n g v
0015440 i e w . . . d o n e 033 [ K 033 [ H
0015460 \n 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ 2
0015500 4 d 033 [ K 033 [ 1 3 d 033 [ 2 4 d 033
0015520 [ ? 2 5 l W r i t e f i l e :
0015540 ~ / 033 [ 1 ; 3 3 H 033 [ 7 m M i
0015560 n i b u f H e l p 033 [ 0 m 033 [
0015600 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 2 4 ;
0015620 1 5 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0015640 [ ? 2 5 l t 033 [ ? 2 5 h 033 [ ? 2
0015660 5 h 033 [ ? 2 5 l e 033 [ ? 2 5 h 033
0015700 [ ? 2 5 h 033 [ ? 2 5 l s 033 [ ? 2
0015720 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l t 033
0015740 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5
0015760 l - 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0016000 ? 2 5 l l 033 [ ? 2 5 h 033 [ ? 2 5
0016020 h 033 [ ? 2 5 l a 033 [ ? 2 5 h 033 [
0016040 ? 2 5 h 033 [ ? 2 5 l n 033 [ ? 2 5
0016060 h 033 [ ? 2 5 h 033 [ ? 2 5 l g 033 [
0016100 ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l
0016120 u 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ?
0016140 2 5 l a 033 [ ? 2 5 h 033 [ ? 2 5 h
0016160 033 [ ? 2 5 l g 033 [ ? 2 5 h 033 [ ?
0016200 2 5 h 033 [ ? 2 5 l e 033 [ ? 2 5 h
0016220 033 [ ? 2 5 h 033 [ ? 2 5 l - 033 [ ?
0016240 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l x
0016260 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2
0016300 5 l t 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0016320 [ ? 2 5 l e 033 [ ? 2 5 h 033 [ ? 2
0016340 5 h 033 [ ? 2 5 l r 033 [ ? 2 5 h 033
0016360 [ ? 2 5 h 033 [ ? 2 5 l m 033 [ ? 2
0016400 5 h 033 [ ? 2 5 h 033 [ ? 2 5 l . 033
0016420 [ ? 2 5 h 033 [ ? 2 5 h 033 [ ? 2 5
0016440 l t 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0016460 ? 2 5 l x 033 [ ? 2 5 h 033 [ ? 2 5
0016500 h 033 [ ? 2 5 l t 033 [ ? 2 5 h 033 [
0016520 ? 2 5 h \r 033 [ C 033 [ C 033 [ ? 2 5
0016540 l o t e / h o m e / j 033 [ 3 @
0016560 o e l 033 [ 1 3 ; 1 H 033 [ ? 2 5 h
0016600 033 [ ? 2 5 h 033 [ 1 ; 3 3 H 033 [ ?
0016620 2 5 l 033 [ 7 m H e l p
0016640 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0016660 [ 2 7 m 033 [ 2 3 ; 6 H 033 [ 7 m -
0016700 - - F 1 033 [ 0 m 033 [ 3 9 ; 4
0016720 9 m 033 [ 2 7 m 033 [ 7 m 033 [ 1 m t
0016740 e s t - l a n g u a g e - x t e
0016760 r m . t x t 033 [ 0 m 033 [ 3 9 ; 4
0017000 9 m 033 [ 2 7 m 033 [ 7 m 1 1
0017020 : 0 3 P M 0 . 0 5 ( T e
0017040 x t F i l l ) - - L 1 - - T o
0017060 p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0017100 7 m 033 [ 1 3 ; 1 H 033 [ ? 2 5 h 033
0017120 [ ? 2 5 h 033 [ 2 4 d 033 [ K 033 [ 1
0017140 3 d 033 [ 2 4 d 033 [ ? 2 5 l K i l
0017160 l b u f f e r : ( d e f a u
0017200 l t t e s t - l a n g u a g e
0017220 - x t e r m . t x t ) 033 [ 1 ; 3
0017240 3 H 033 [ 7 m M i n i b u f H e
0017260 l p 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0017300 2 7 m 033 [ 2 4 ; 4 8 H 033 [ ? 2 5
0017320 h 033 [ ? 2 5 h 033 [ 1 2 ; 4 2 H 033
0017340 [ ? 2 5 l 033 [ 7 m 4 P M 0 . 0
0017360 2 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [ 2
0017400 7 m 033 [ 2 3 ; 4 3 H 033 [ 7 m 4 P
0017420 M 0 . 0 2 033 [ 0 m 033 [ 3 9 ; 4
0017440 9 m 033 [ 2 7 m \n \b \b \b 033 [ ? 2 5
0017460 h 033 [ ? 2 5 h \r 033 [ K 033 [ 1 ; 3
0017500 3 H 033 [ ? 2 5 l 033 [ 7 m O p e r
0017520 a t e M a r k R e g e x p
0017540 I m m e d i a t e S u b d i r
0017560 H e l p 033 [ 0 m 033 [ 3 9 ; 4 9
0017600 m 033 [ 2 7 m 033 [ 1 3 ; 1 H -
0017620 r w - r w - r - - 1 j
0017640 o e l j o e l
0017660 5 9 9 8 J a n 1 4
0017700 1 9 : 5 1 r o l o d e x . x
0017720 r o l o 033 [ 1 4 ; 3 H - r w - r
0017740 w - r - - 1 j o e l
0017760 j o e l
0020000 5 8 9 1 J a n 2 2 3 :
0020020 2 4 r o l o d e x . x r o l o
0020040 . b a k \r \n - r w - r w - r
0020060 - - 1 j o e l
0020100 j o e l 6 1
0020120 1 7 J a n 1 1 1 : 2 3
0020140 033 [ 3 2 m r o l o d e x . x r o
0020160 l o ~ 033 [ 3 9 ; 4 9 m \r \n -
0020200 r w - r w - r - - 1 j
0020220 o e l j o e l
0020240 7 1 J a n 1 8
0020260 0 9 : 3 6 t e s t - a c c e
0020300 n t s - a t e r m - d e \ \r \n f
0020320 a u l t - c o d i n g . t x t \r
0020340 \n - r w - r w - r - -
0020360 1 j o e l j o e l
0020400 7 2 J a
0020420 n 1 8 0 9 : 3 4 t e s t -
0020440 a c c e n t s - a t e r m . t x
0020460 \ \r \n t 033 [ K \n 033 [ C - r w - r
0020500 w - r - - 1 j o e l
0020520 j o e l
0020540 4 7 5 J u n 2 1 2 0
0020560 0 3 t h i n g s - 2 - d o . 0
0020600 6 2 1 . t x t \r \n - r w - r
0020620 w - r - - 1 j o e l
0020640 j o e l
0020660 1 3 3 7 J u l 1 2 0
0020700 0 3 t k r a d i o 033 [ 2 2 ; 3
0020720 H - r w - r w - r - - 1
0020740 j o e l j o e l
0020760 8 9 4 8 J u n
0021000 2 1 2 0 0 3 u s i n g - r
0021020 p m . t x t 033 [ 2 3 ; 6 H 033 [ 7
0021040 m % % - F 1 033 [ 0 m 033 [ 3 9
0021060 ; 4 9 m 033 [ 2 7 m 033 [ 7 m 033 [ 1
0021100 m ~
0021120 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0021140 2 7 m 033 [ 7 m 1 1 : 0 4 P
0021160 M 0 . 0 2 ( D i r e d
0021200 b y n a m e ) - - L 2 0 8 - -
0021220 9 6 % 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0021240 [ 2 7 m 033 [ 1 8 ; 5 9 H 033 [ ? 2
0021260 5 h 033 [ ? 2 5 h 033 [ 2 4 ; 1 H 033
0021300 [ ? 2 5 l R e a d i n g d i r
0021320 e c t o r y / h o m e / j o e
0021340 l / . . . 033 [ 1 8 ; 5 9 H 033 [ ?
0021360 2 5 h 033 [ ? 2 5 h 033 [ 2 4 ; 3 3
0021400 H 033 [ ? 2 5 l d o n e 033 [ 1 8 ;
0021420 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0021440 [ 2 0 ; 4 1 H 033 [ ? 2 5 l 1 0 8
0021460 7 J a n 1 9 2 3 : 0 3 t
0021500 e s t - l a n g u a g e - x t e
0021520 r m . t \ \r \n x t 033 [ K 033 [ 2 2
0021540 ; 4 3 H 5 3 J a n 1 9 2 3
0021560 : 0 4 t e s t - t e r m s c r
0021600 i p t - x t e r m \ \r \n 033 [ 2 3
0021620 ; 7 2 H 033 [ 7 m 5 033 [ 0 m 033 [ 3
0021640 9 ; 4 9 m 033 [ 2 7 m 033 [ 1 8 ; 5
0021660 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033 [
0021700 2 4 ; 1 H 033 [ K 033 [ 2 3 ; 6 8 H
0021720 033 [ ? 2 5 l 033 [ 7 m 9 033 [ 0 m 033
0021740 [ 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 2 0
0021760 ; 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h
0022000 033 [ 2 3 ; 6 7 H 033 [ ? 2 5 l 033 [
0022020 7 m 1 0 033 [ 0 m 033 [ 3 9 ; 4 9 m
0022040 033 [ 2 7 m 033 [ 2 2 ; 5 9 H 033 [ ?
0022060 2 5 h 033 [ ? 2 5 h 033 [ 1 ; 2 2 r
0022100 033 [ 1 3 ; 1 H 033 [ 5 M 033 [ 1 ; 2
0022120 4 r 033 [ 1 8 ; 1 H 033 [ ? 2 5 l .
0022140 t x t 033 [ K \r \n - r w - r w
0022160 - r - - 1 j o e l
0022200 j o e l
0022220 4 7 5 J u n 2 1 2 0 0
0022240 3 t h i n g s - 2 - d o . 0 6
0022260 2 1 . t x t 033 [ K \r \n - r w
0022300 - r w - r - - 1 j o e
0022320 l j o e l
0022340 1 3 3 7 J u l 1
0022360 2 0 0 3 t k r a d i o 033 [ K \r
0022400 \n - r w - r w - r - -
0022420 1 j o e l j o e l
0022440 8 9 4 8 J u
0022460 n 2 1 2 0 0 3 u s i n g
0022500 - r p m . t x t 033 [ K \r \n -
0022520 r w - r w - r - - 1 j
0022540 o e l j o e l
0022560 1 6 3 9 J u n 1 5
0022600 2 0 0 3 x e m a c s . m a
0022620 i l 033 [ K \n \b \b 033 [ 7 m 1 - - B
0022640 o t 033 [ 0 m 033 [ 3 9 ; 4 9 m 033 [
0022660 2 7 m 033 [ 1 9 ; 5 9 H 033 [ ? 2 5
0022700 h 033 [ ? 2 5 h 033 [ 2 3 ; 6 8 H 033
0022720 [ ? 2 5 l 033 [ 7 m 0 033 [ 0 m 033 [
0022740 3 9 ; 4 9 m 033 [ 2 7 m 033 [ 1 7 ;
0022760 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0023000 [ 2 3 ; 6 7 H 033 [ ? 2 5 l 033 [ 7
0023020 m 0 9 033 [ 0 m 033 [ 3 9 ; 4 9 m 033
0023040 [ 2 7 m 033 [ 1 5 ; 5 9 H 033 [ ? 2
0023060 5 h 033 [ ? 2 5 h 033 [ 2 4 ; 1 H 033
0023100 [ ? 2 5 l ( N o f i l e s n
0023120 e e d s a v i n g ) 033 [ 1 5 ;
0023140 5 9 H 033 [ ? 2 5 h 033 [ ? 2 5 h 033
0023160 [ 2 4 ; 1 H 033 [ K 033 [ ? 1 l 033 >
0023200 033 [ ? 2 5 h 033 [ ? 1 0 4 7 l 033 [
0023220 ? 1 0 4 8 l 033 [ 3 9 ; 4 9 m \r
0023237
- ------- =_aaaaaaaaaa0--
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 20:52 emacs -nw and accented characters Joel Smith
2004-01-17 22:44 ` Jason Rumney
2004-01-17 23:10 ` Jesper Harder
@ 2004-01-20 16:54 ` Stefan Monnier
2004-01-21 4:00 ` Joel Smith
3 siblings, 0 replies; 14+ messages in thread
From: Stefan Monnier @ 2004-01-20 16:54 UTC (permalink / raw)
>> Try setting the terminal coding system (C-x RET t) to something
>> sensible.
> The coding system is iso-latin-1-unix.
Based on the rest of the messages you posted, I assume you did not
understand the menaing of "terminal coding system" and asumed there's only
one coding system active at any one time, rather than one for saving files,
one for reading files, one for displaying chars, one for reading chars from
the keyboard, ...
So I suggest you try again C-x RET t latin-1 RET
This will probably mess up the output in xterm, but should fix it in aterm.
Stefan
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-20 4:48 ` Joel Smith
@ 2004-01-20 19:13 ` Eli Zaretskii
0 siblings, 0 replies; 14+ messages in thread
From: Eli Zaretskii @ 2004-01-20 19:13 UTC (permalink / raw)
> From: "Joel Smith" <joelvsmith@earthlink.net>
> Newsgroups: gnu.emacs.help
> Date: Tue, 20 Jan 2004 04:48:03 GMT
>
> the following attachments contain the output of the
> describe-language-environment, open-termscript, and od -c commands
> each in aterm and xterm.
Please have mercy on my poor soul ;-) You've just dumped 200KB of
semi-binary garbage on me that looks like a window that displayed a
large Dired buffer.
At the very least, please tell what parts of this have accented
letters, cause in casual scan I couldn't find any. Or show those
parts of text explicitly.
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
2004-01-17 20:52 emacs -nw and accented characters Joel Smith
` (2 preceding siblings ...)
2004-01-20 16:54 ` Stefan Monnier
@ 2004-01-21 4:00 ` Joel Smith
3 siblings, 0 replies; 14+ messages in thread
From: Joel Smith @ 2004-01-21 4:00 UTC (permalink / raw)
that worked. before i tried to looked at anything i hit C-x RET t
latin-1 RET. the file looks fine. thanks.
joel
^ permalink raw reply [flat|nested] 14+ messages in thread
* Re: emacs -nw and accented characters
@ 2004-02-01 0:17 Joel Smith
0 siblings, 0 replies; 14+ messages in thread
From: Joel Smith @ 2004-02-01 0:17 UTC (permalink / raw)
I'm very sorry Eli. I fixed the problem according to someone's
suggestion to type in
control-x ret t, then use latin-1 before editing or looking at a
file. it works fine. sorry.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2004-02-01 0:17 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-17 20:52 emacs -nw and accented characters Joel Smith
2004-01-17 22:44 ` Jason Rumney
2004-01-17 23:10 ` Jesper Harder
2004-01-18 4:03 ` Joel Smith
2004-01-18 7:32 ` Eli Zaretskii
[not found] ` <mailman.850.1074411076.928.help-gnu-emacs@gnu.org>
2004-01-18 14:56 ` Joel Smith
2004-01-18 17:11 ` Eli Zaretskii
[not found] ` <mailman.858.1074446140.928.help-gnu-emacs@gnu.org>
2004-01-20 4:48 ` Joel Smith
2004-01-20 19:13 ` Eli Zaretskii
2004-01-20 16:54 ` Stefan Monnier
2004-01-21 4:00 ` Joel Smith
-- strict thread matches above, loose matches on Subject: below --
2004-02-01 0:17 Joel Smith
2004-01-17 14:17 Joel Smith
2004-01-17 18:36 ` Eli Zaretskii
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).