[kde-doc-english]hi all
Anders Lund
anders at alweb.dk
Mon Feb 11 00:48:32 CET 2002
Hi everybody
I have taken on the job of writing a usable manual for the kate text editor.
I have a lot of uncomitted work on my local pc, as i have not comitted so
close th the release.
But imho that is wrong, as a usable manual, even if only available in inglish,
is better than no manual. But if you could give me some guidance on this, i
would be glad.
-anders
--
Kmail filter regexp generation HOWTO
-------------------------------------------------------------------------------
KMail fails to privide an "insensitive" option for its filters, here's how to
fast create a regexp for a (pop Subject) filter:
[anders at pluto anders]$ perl -e 'for (@ARGV) { $word = $_ ; $word =~
s/(\w)/[\U$1\L$1]/g ; push @words, $word }; print q#\b(#, join ("|", @words),
q#)\b#, "\n"' mortage credit buisness market free cheap valentine insurance
"hair loss"
\b([Mm][Oo][Rr][Tt][Aa][Gg][Ee]|[Cc][Rr][Ee][Dd][Ii][Tt]|[Bb][Uu][Ii][Ss][Nn]
[Ee][Ss][Ss]|[Mm][Aa][Rr][Kk][Ee][Tt]|[Ff][Rr][Ee][Ee]|[Cc][Hh][Ee][Aa][Pp]|
[Vv][Aa][Ll][Ee][Nn][Tt][Ii][Nn][Ee]|[Ii][Nn][Ss][Uu][Rr][Aa][Nn][Cc][Ee]|[Hh]
[Aa][Ii][Rr] [Ll][Oo][Ss][Ss])\b
[anders at pluto anders]$
More information about the kde-doc-english
mailing list