Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > de.alt.folklore.computer > #40024
| From | Hermann Riemann <nospam.ng@hermann-riemann.de> |
|---|---|
| Newsgroups | de.alt.folklore.computer |
| Subject | Re: EMACS |
| Date | 2023-05-27 15:16 +0200 |
| Message-ID | <kdee63F3giiU1@mid.individual.net> (permalink) |
| References | (8 earlier) <slrnu6vac0.up1f.hjp-usenet3@trintignant.hjp.at> <kdao4qFgfp6U2@mid.individual.net> <slrnu72519.13s18.hjp-usenet3@trintignant.hjp.at> <kde5ekF2bg8U2@mid.individual.net> <slrnu73qdh.16lld.hjp-usenet3@trintignant.hjp.at> |
Am 27.05.23 um 13:29 schrieb Peter J. Holzer:
> <th> year set</th>
> Wenn ich jede Tabellenzeile in einer Zeile unterbringen möchte, so dass
> die Zellen einer Spalte wirklich untereinanderstehen, müsste ich das so
> schreiben:
>
> <table class="wide">
> <tr> <th> year written <th> year set <th> author <th> title <th> quote <th> note
> <tr> <td> 1968 <td> 2010 <td> John Brunner <td> Stand On Zanzibar <td> Eighteen inches high, diameter at the base eleven inches, and it's the world's largest computer thanks to GT's patented and registered system known as Micryogenecs. <td> Pretty small. (Although there are a lot of peripherals around it)
> <tr> <td> 1968 <td> 2010 <td> John Brunner <td> Stand On Zanzibar <td> You don't memorize log and sine tables; You buy a slide-rule or learn to punch a public computer! <td> No PCs, but apparently public computers are ubiquitous enough that people would prefer their use to logarithm tables and possibly slide-rules. I'm not sure what Brunner means by "punching a computer", but elsewhere somebody "punches an encyclopedia connection on his phone", so maybe public computers can be accessed by telephone? An early vision of the Cloud?
> </table>
html behandelt Zeilenwechsel wie Leerzeichen. In dm Fall würde ich
<table class="wide">
<tr><th>year written<th>year set<th> author <th>title
<th>quote
<th>note
<tr><td>1968 <td> 2010 <td> John Brunner <td>Stand On Zanzibar
<td>Eighteen inches high, diameter .. Micryogenecs.
<td>Pretty small. (Although there are a lot of peripherals around it)
<tr><td> 1968 <td> 2010 <td> John Brunner <td>Stand On Zanzibar
<td>You don't memorize ..
<td>No PCs, but apparently ..
nehmen.
Ansonsten würde noch eine Art csv mit Indirektion verwenden.
!|year written|year set|author |title|quote|note
1|1968 |2010 |John Brunner|$t1 |$q1 |$n1
2|..
$t1 Stand On Zanzibar
$q1 Eighteen inches high, diameter at the base eleven inches,
and it's the world's largest computer thanks to GT's patented
and registered system known as Micryogenecs.
$n1 Pretty small. (Although there are a lot of peripherals around it)
$t2 ..
wobei die mit $ und Leerzeichen beginnende Zeilen in einer
anderen Datei stehen wüden, damit Schreib und Lesbarkeit einfach wird.
Zusammensetzen und nach html umsetzten dann mit einem Python Programm.
Hermann
mit der Erfahrung, das html und Python gut zusammenarbeiten
--
http://www.hermann-riemann.de
Back to de.alt.folklore.computer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
EMACS "Markus Liewer" <feed@liewer-gr.de> - 2023-05-24 23:39 +0200
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-24 21:59 +0000
Re: EMACS poc@pocnet.net - 2023-05-25 09:18 +0000
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 09:28 +0000
Re: EMACS Andreas Karrer <ak-7a@gmx.ch> - 2023-05-25 10:54 +0000
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 12:59 +0200
Re: EMACS Andreas Karrer <ak-7a@gmx.ch> - 2023-05-25 14:41 +0000
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 17:00 +0200
Re: EMACS mlelstv@serpens.de (Michael van Elst) - 2023-05-25 15:37 +0000
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 11:52 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 16:17 +0200
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-25 16:25 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 16:03 +0000
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-25 19:09 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 17:20 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 20:13 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 20:24 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 20:05 +0200
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-26 01:18 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 16:09 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 20:31 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 05:42 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-26 22:18 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-27 12:47 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-27 13:29 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-27 15:16 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-27 15:37 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-27 19:38 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 18:17 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2023-05-25 16:40 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 19:54 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 04:10 -0400
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 15:17 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 19:06 -0400
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-21 09:00 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-05-21 09:10 +0200
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-28 09:29 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2024-05-28 14:32 +0000
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-28 18:39 +0200
Re: EMACS Stefan+Usenet@Froehlich.Priv.at (Stefan Froehlich) - 2024-05-30 07:07 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2024-05-21 09:50 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-05-21 19:11 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-05-21 19:57 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-05-21 21:07 +0200
Re: EMACS Christian Corti <use@reply.to> - 2024-05-22 12:36 +0200
Re: EMACS Christian Weisgerber <naddy@mips.inka.de> - 2024-06-02 15:31 +0000
Re: EMACS Ignatios Souvatzis <u502sou@bnhb484.de> - 2024-05-22 08:17 +0000
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-28 09:31 +0200
Re: EMACS Harold Winter <SJJADEWRWQAX@spammotel.com> - 2024-05-22 08:00 +0000
Re: EMACS Christian Weisgerber <naddy@mips.inka.de> - 2024-06-02 13:32 +0000
Re: EMACS Thomas Klix <wotokl@web.de> - 2024-06-02 16:52 +0200
Re: EMACS Thomas Koenig <tkoenig@netcologne.de> - 2024-06-02 15:33 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-06-02 18:21 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2024-06-03 09:23 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-06-02 18:16 +0200
Re: EMACS Thomas Koenig <tkoenig@netcologne.de> - 2024-05-21 17:07 +0000
Re: EMACS Marco Scholz <tool@disroot.org> - 2024-05-21 19:16 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2024-05-22 07:53 +0200
Re: EMACS poc@pocnet.net - 2024-05-22 13:10 +0000
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-28 09:34 +0200
Re: EMACS Andreas Karrer <ak-4a@gmx.ch> - 2024-05-21 21:46 +0000
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-28 09:36 +0200
Re: EMACS Stefan Reuther <stefan.news@arcor.de> - 2023-05-25 18:18 +0200
Text Zeilenweise im Speicher (was: EMACS) Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 00:20 -0400
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 17:56 +0200
Re: EMACS Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-05-25 21:14 +0000
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-25 16:23 +0000
Re: EMACS poc@pocnet.net - 2023-05-25 16:58 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 19:58 +0200
Re: EMACS nobody@nowhere.invalid (Marc Olschok) - 2023-05-26 12:27 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-05 13:15 +0200
Re: EMACS nobody@nowhere.invalid (Marc Olschok) - 2023-06-05 15:26 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-05 23:22 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-06-05 23:06 -0400
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-07 20:08 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-06-07 22:00 -0400
Re: EMACS Frank Nitzschner <nospam@nitzschner.de> - 2023-06-08 06:24 +0200
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-08 19:18 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-08 06:46 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 20:34 +0200
Re: EMACS poc@pocnet.net - 2023-05-25 20:34 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-25 23:59 +0200
Re: EMACS poc@pocnet.net - 2023-05-26 12:05 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-26 21:53 +0200
Re: EMACS poc@pocnet.net - 2023-05-27 18:07 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-05 13:20 +0200
Re: EMACS Marc Haber <mh+usenetspam1118@zugschl.us> - 2024-05-21 09:04 +0200
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-25 12:13 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 12:41 +0200
Re: EMACS Marco Moock <mo01@posteo.de> - 2023-05-25 17:53 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 18:02 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 18:19 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 18:25 +0200
Re: EMACS Stefan Möding <May2023.5.kill-9@spamgourmet.com> - 2023-05-25 18:42 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 18:53 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 19:42 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-25 20:08 +0200
Re: EMACS poc@pocnet.net - 2023-05-25 20:25 +0000
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 01:40 -0400
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 14:36 +0200
Re: EMACS Stefan Möding <May2023.5.kill-9@spamgourmet.com> - 2023-05-26 15:17 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-27 12:51 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 18:16 -0400
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-26 22:21 +0200
Re: EMACS Andreas Eder <a_eder_muc@web.de> - 2023-05-29 19:43 +0200
Re: EMACS Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-05-29 19:31 +0000
Re: EMACS poc@pocnet.net - 2023-05-29 20:33 +0000
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-30 06:40 +0200
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-30 13:06 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-30 13:47 +0200
Re: EMACS poc@pocnet.net - 2023-05-30 13:17 +0000
Re: EMACS Andreas Karrer <ak-7a@gmx.ch> - 2023-05-30 20:30 +0000
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-30 21:30 +0000
Re: EMACS poc@pocnet.net - 2023-05-30 11:32 +0000
Re: EMACS Bernd Laengerich <Bernd.Laengerich@web.de> - 2023-05-30 09:20 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-30 09:59 +0200
Re: EMACS poc@pocnet.net - 2023-05-30 11:33 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-02 23:27 +0200
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-25 17:17 +0000
Re: EMACS poc@pocnet.net - 2023-05-25 20:41 +0000
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 01:44 -0400
Re: EMACS nobody@nowhere.invalid (Marc Olschok) - 2023-05-26 12:37 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-26 22:03 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 19:02 -0400
Re: EMACS nobody@nowhere.invalid (Marc Olschok) - 2023-05-27 15:01 +0000
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-27 18:45 +0200
Re: EMACS Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-05-25 21:18 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 05:13 +0200
Re: EMACS poc@pocnet.net - 2023-05-26 12:08 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-09 14:07 +0200
Re: EMACS poc@pocnet.net - 2023-06-09 12:40 +0000
Re: EMACS poc@pocnet.net - 2023-05-25 20:24 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-07 19:56 +0200
Re: EMACS Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2023-06-07 20:29 +0200
Re: EMACS poc@pocnet.net - 2023-06-07 22:45 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-08 19:27 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-08 19:34 +0200
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-09 20:36 +0200
Re: EMACS poc@pocnet.net - 2023-06-09 22:32 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-10 00:58 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-10 12:26 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-10 18:38 +0200
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-11 17:53 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-11 18:07 +0200
Re: EMACS poc@pocnet.net - 2023-06-08 17:50 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-09 20:41 +0200
Re: EMACS poc@pocnet.net - 2023-06-09 22:35 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-10 01:14 +0200
Re: EMACS poc@pocnet.net - 2023-06-10 13:48 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-10 16:09 +0200
Re: EMACS poc@pocnet.net - 2023-06-10 16:26 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-10 22:36 +0200
Re: EMACS Markus Elsken <markus.elsken@ewetel.net> - 2023-06-12 11:03 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-12 13:19 +0200
Re: EMACS Markus Elsken <markus.elsken@ewetel.net> - 2023-06-12 16:54 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-12 18:10 +0200
Re: EMACS Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-12 18:28 +0200
Re: EMACS Arno Welzel <usenet@arnowelzel.de> - 2023-06-12 23:46 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-12 13:40 +0200
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-12 23:53 +0200
Re: EMACS Ignatios Souvatzis <u502sou@bnhb484.de> - 2023-06-21 15:13 +0000
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-22 00:14 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-06-10 18:28 -0400
Re: EMACS Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2023-06-08 20:47 +0200
Re: EMACS "Michael Kraemer @ home" <M.Kraemer@gsi.de> - 2023-05-26 10:50 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-26 11:11 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 14:49 +0200
xnedit (was: EMACS) Michael Bäuerle <michael.baeuerle@stz-e.de> - 2023-05-26 15:52 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-26 08:33 +0200
Re: EMACS Stefan Möding <May2023.5.kill-9@spamgourmet.com> - 2023-05-26 08:41 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-26 19:46 +0200
Re: EMACS poc@pocnet.net - 2023-05-26 12:27 +0000
Re: EMACS Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2023-05-26 16:11 +0200
Re: EMACS poc@pocnet.net - 2023-05-26 15:31 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-07 19:59 +0200
Re: EMACS Marco Moock <mo01@posteo.de> - 2023-05-25 17:52 +0200
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-25 16:16 +0000
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-25 19:26 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-26 08:52 +0200
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 14:58 +0200
Re: EMACS Markus Elsken <markus.elsken@ewetel.net> - 2023-05-28 15:04 +0200
Re: EMACS Hanno Foest <hurga-news2@tigress.com> - 2023-05-26 15:30 +0200
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 04:07 -0400
Re: EMACS Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-26 15:01 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-26 19:22 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-27 18:42 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 09:12 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-28 09:32 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 12:01 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-28 12:49 +0200
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 13:42 +0200
Re: EMACS poc@pocnet.net - 2023-05-28 11:06 +0000
Re: EMACS Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 14:10 +0200
Re: EMACS poc@pocnet.net - 2023-05-30 12:04 +0000
Re: EMACS Kay Martinen <usenet@martinen.de> - 2023-06-02 14:11 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 14:26 +0200
Re: EMACS Stefan Reuther <stefan.news@arcor.de> - 2023-06-03 11:15 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-03 18:33 +0200
Re: EMACS Stefan Reuther <stefan.news@arcor.de> - 2023-06-04 10:39 +0200
Re: EMACS Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-04 15:53 +0200
Re: EMACS Stefan Reuther <stefan.news@arcor.de> - 2023-06-06 16:16 +0200
Re: EMACS "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-06 17:20 +0200
Re: EMACS poc@pocnet.net - 2023-06-02 16:43 +0000
Re: EMACS Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-26 13:59 +0000
Re: EMACS Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 19:14 -0400
Alte PCs (was: EMACS) Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-26 19:21 +0200
Re: Alte PCs (was: EMACS) Hanno Foest <hurga-news2@tigress.com> - 2023-05-26 20:30 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-26 19:28 -0400
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-27 13:46 +0200
Re: Alte PCs poc@pocnet.net - 2023-05-27 18:50 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 09:41 +0200
Re: Alte PCs Marco Moock <mo01@posteo.de> - 2023-05-28 11:03 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 11:43 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-05-28 09:55 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 14:20 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-28 12:20 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-28 18:12 -0400
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-29 14:17 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-05-29 15:48 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-30 02:31 -0400
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-30 09:46 +0200
Re: Alte PCs Guido Grohmann <guido.grohmann@gmx.de> - 2023-05-30 18:26 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-30 19:15 +0200
Re: Alte PCs olaf <olaf@criseis.ruhr.de> - 2023-05-30 21:26 +0200
Re: Alte PCs Hanno Foest <hurga-news2@tigress.com> - 2023-05-30 23:06 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 07:59 +0200
Re: Alte PCs Hanno Foest <hurga-news2@tigress.com> - 2023-05-31 10:37 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 11:16 +0200
Re: Alte PCs Andreas Karrer <ak-7a@gmx.ch> - 2023-05-31 10:45 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 13:11 +0200
Re: Alte PCs Hanno Foest <hurga-news2@tigress.com> - 2023-05-31 13:55 +0200
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-31 16:27 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 22:23 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-03 13:22 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-03 16:48 -0400
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-03 22:55 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-04 23:09 -0400
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 13:26 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 13:32 +0200
Re: Alte PCs "Peter Heirich" <talk.usenet@info21.heirich.name> - 2023-06-03 21:44 +0000
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-04 23:44 -0400
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 07:28 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-31 03:15 -0400
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-03 14:00 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-03 17:12 -0400
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 13:51 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-05 22:43 -0400
Re: Alte PCs Andreas Eder <a_eder_muc@web.de> - 2023-06-10 16:30 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-10 18:41 +0200
Spaß mit alten Firmennamen (was: Alte PCs) Andreas Kohlbach <ank@spamfence.net> - 2023-06-10 18:16 -0400
Re: Spaß mit alten Firmennamen poc@pocnet.net - 2023-06-11 00:17 +0000
Re: Spaß mit alten Firmennamen Kay Martinen <usenet@martinen.de> - 2023-06-11 17:59 +0200
Re: Spaß mit alten Firmennamen (was: Alte PCs) Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-11 10:13 +0200
Re: Spaß mit alten Firmennamen Andreas Eder <a_eder_muc@web.de> - 2023-06-11 12:07 +0200
Re: Spaß mit alten Firmennamen Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-11 13:17 +0200
Re: Spaß mit alten Firmennamen Andreas Eder <a_eder_muc@web.de> - 2023-06-11 16:46 +0200
Re: Spaß mit alten Firmennamen (was: Alte PCs) Markus Elsken <markus.elsken@ewetel.net> - 2023-06-12 11:04 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-12 20:49 +0200
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-06-12 20:03 +0000
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-30 21:39 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-29 14:58 +0200
Re: Alte PCs poc@pocnet.net - 2023-05-28 11:19 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-28 14:38 +0200
Re: Alte PCs poc@pocnet.net - 2023-05-30 13:11 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-30 20:57 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-30 21:21 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-05-31 00:52 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 06:46 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 08:40 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-05-31 08:01 +0000
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-05-31 18:35 +0200
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-31 16:05 +0000
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-31 19:32 +0200
Re: Alte PCs poc@pocnet.net - 2023-05-31 17:45 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 08:11 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 11:12 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-31 16:38 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 17:32 +0200
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-31 15:55 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 18:04 +0200
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-05-31 17:23 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 19:52 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-01 22:04 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-01 23:59 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 06:52 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-31 18:54 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 23:10 +0200
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-31 19:38 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 20:00 +0200
Re: Alte PCs Stefan Möding <May2023.5.kill-9@spamgourmet.com> - 2023-05-31 20:13 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-05-31 22:37 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-01 22:15 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-02 00:07 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-03 20:00 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-03 17:26 -0400
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 13:54 +0200
Re: Alte PCs Markus Elsken <markus.elsken@ewetel.net> - 2023-06-05 15:32 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 23:31 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-05 22:57 +0000
Re: Alte PCs Markus Elsken <markus.elsken@ewetel.net> - 2023-06-06 15:01 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-07 20:20 +0200
Re: Alte PCs Markus Elsken <markus.elsken@ewetel.net> - 2023-06-06 14:59 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-07 20:17 +0200
Re: Alte PCs Michael Welle <mwe012008@gmx.net> - 2023-12-27 19:30 +0100
Re: Alte PCs "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2023-12-27 21:28 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-28 16:25 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2023-12-28 11:55 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-28 16:49 +0100
Re: Alte PCs Stefan Möding <Dec2023.5.kill-9@spamgourmet.com> - 2023-12-28 17:53 +0100
Re: Alte PCs poc@pocnet.net - 2023-12-28 20:00 +0000
Re: Alte PCs Christian Corti <use@reply.to> - 2023-12-29 12:30 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-12-28 18:30 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2023-12-29 12:24 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-29 21:38 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2023-12-31 15:57 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-31 17:12 +0100
Re: Alte PCs Michael Welle <mwe012008@gmx.net> - 2024-01-01 09:58 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-01 17:39 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-02 10:15 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-02 20:18 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-02 20:39 +0100
Re: Alte PCs Thomas Koenig <tkoenig@netcologne.de> - 2024-01-02 19:44 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-04 06:45 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 15:55 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-05 08:14 +0100
Re: Alte PCs "Peter J. Holzer" <hjp-usenet4@hjp.at> - 2024-01-05 11:02 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-06 18:28 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-02 20:47 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-03 17:05 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-03 17:14 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-03 19:31 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-03 19:40 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-03 23:15 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-02 10:14 +0100
Re: Alte PCs Michael Welle <mwe012008@gmx.net> - 2024-01-02 15:49 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-12-30 07:43 +0100
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-12-30 08:06 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-31 16:52 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-02 11:25 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-02 19:58 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-03 09:13 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-03 17:23 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-03 19:17 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 00:04 +0100
Re: Alte PCs Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2024-01-04 08:59 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 16:09 +0100
Re: Alte PCs Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2024-01-04 17:20 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 21:05 +0100
Re: Alte PCs Diedrich Ehlerding <diedrich.ehlerding@t-online.de> - 2024-01-05 09:13 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:42 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-05 12:02 +0000
Re: Alte PCs Stefan Möding <Jan2024.5.kill-9@spamgourmet.com> - 2024-01-05 17:38 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:36 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:27 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:24 +0100
Re: Alte Bandlaufwerke Christian Corti <use@reply.to> - 2024-01-05 11:47 +0100
Re: Alte Bandlaufwerke poc@pocnet.net - 2024-01-05 12:11 +0000
Re: Alte Bandlaufwerke Guido Grohmann <guido.grohmann@gmx.de> - 2024-01-05 21:27 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2023-12-31 15:51 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-31 16:55 +0100
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-12-31 18:09 -0500
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-01 01:49 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-02 21:04 +0000
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-03 09:42 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-03 17:25 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-04 07:55 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-04 11:17 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 16:18 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-04 21:03 +0000
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:49 +0100
Re: Alte PCs poc@pocnet.net - 2024-01-05 12:29 +0000
Re: Alte PCs Bernd Laengerich <Bernd.Laengerich@web.de> - 2024-01-02 20:45 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-02 21:12 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-02 21:19 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-03 09:48 +0100
Re: Alte PCs Bernd Laengerich <Bernd.Laengerich@web.de> - 2024-01-04 09:21 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-04 10:09 +0100
Re: Alte PCs Bernd Laengerich <Bernd.Laengerich@web.de> - 2024-01-04 10:44 +0100
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2024-01-04 11:36 +0100
Re: Alte PCs Christian Corti <use@reply.to> - 2024-01-05 10:52 +0100
Re: Alte PCs Bernd Laengerich <Bernd.Laengerich@web.de> - 2024-01-06 22:18 +0100
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2024-02-08 12:01 +0000
Re: Alte PCs Michael Welle <mwe012008@gmx.net> - 2024-01-01 09:52 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-01 20:09 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-28 16:20 +0100
Re: Alte PCs Andreas Bockelmann <xotzil@gmx.de> - 2023-12-28 21:06 +0100
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-12-29 10:18 +0000
Re: Alte PCs Andreas Eder <a_eder_muc@web.de> - 2023-12-29 11:51 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-29 21:42 +0100
Re: Alte PCs Arno Welzel <usenet@arnowelzel.de> - 2023-12-30 01:20 +0100
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-12-31 17:15 +0100
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2024-01-01 12:46 +0000
Re: Alte PCs Arno Welzel <usenet@arnowelzel.de> - 2024-01-01 15:26 +0100
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2024-01-01 15:13 +0000
Re: Alte PCs Michael Welle <mwe012008@gmx.net> - 2024-01-01 10:05 +0100
Sehr alte PCs Schmitty <Thomas.Heinrich.Schmidt@googlemail.com> - 2024-01-03 13:20 +0100
Re: Sehr alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-03 17:35 +0100
Re: Sehr alte PCs Schmitty <T.H.Schmidt@online.de> - 2024-01-04 08:29 +0100
Re: Sehr alte PCs Kay Martinen <usenet@martinen.de> - 2024-01-04 16:25 +0100
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-12-28 08:01 +0100
Re: Alte PCs poc@pocnet.net - 2023-06-02 00:06 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 07:00 +0200
Re: Alte PCs Gerald E¡scher <Spamer@fahr-zur-Hoelle.org> - 2023-06-02 19:54 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-03 18:29 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-03 14:56 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-03 20:26 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-03 20:20 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-03 19:42 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-04 09:05 +0200
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-04 14:07 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-04 19:35 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 14:11 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-05 19:19 +0000
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-05 22:29 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-05 23:35 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-05 22:58 +0000
Re: Alte PCs poc@pocnet.net - 2023-06-05 22:58 +0000
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-31 17:23 -0400
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-01 00:42 +0200
Re: Alte PCs Ingo Paschke <ipaschke@kareisha.lpclabs.de> - 2023-06-03 19:37 +0000
Re: Alte PCs mlelstv@serpens.de (Michael van Elst) - 2023-05-31 06:35 +0000
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-05-31 11:05 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-05-31 16:38 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-05-31 17:16 -0400
Re: Alte PCs poc@pocnet.net - 2023-05-31 08:37 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-05-31 11:20 +0200
Re: Alte PCs mlelstv@serpens.de (Michael van Elst) - 2023-05-31 12:21 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-01 00:34 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-01 06:47 +0200
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-01 18:38 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-01 17:37 +0000
Re: Alte PCs Marcel Mueller <news.5.maazl@spamgourmet.org> - 2023-06-03 20:29 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-03 19:42 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-01 20:22 +0200
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-01 21:27 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-01 21:36 +0200
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-01 21:45 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 06:42 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-02 07:53 +0000
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-02 09:56 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 10:04 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-02 09:51 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 12:56 +0200
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-02 13:12 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 13:21 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-02 11:58 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-02 14:02 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-02 14:57 -0400
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-02 21:59 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-03 17:11 -0400
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-04 01:02 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-06-04 09:46 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-04 09:59 +0200
Re: Alte PCs michaelnoeusenet@mac.com (Michael Noe) - 2023-06-04 11:54 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-04 11:00 +0000
Re: Alte PCs "Michael Kraemer @ home" <M.Kraemer@gsi.de> - 2023-06-04 13:06 +0200
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-04 15:42 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-04 19:16 +0000
Re: Alte PCs poc@pocnet.net - 2023-06-04 19:57 +0000
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-04 20:16 +0000
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-04 21:32 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-04 23:22 -0400
Re: Alte PCs Hermann Riemann <nospam.ng@hermann-riemann.de> - 2023-06-05 13:57 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-05 21:29 -0400
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-04 16:00 +0200
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-04 13:26 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-04 11:37 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-10 21:41 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-10 21:07 +0000
Re: Alte PCs poc@pocnet.net - 2023-06-11 00:20 +0000
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-11 09:43 +0000
Re: Alte PCs poc@pocnet.net - 2023-06-11 12:39 +0000
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-11 21:43 +0000
Re: Alte PCs Ignatios Souvatzis <u502sou@bnhb484.de> - 2023-06-21 19:00 +0000
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-21 21:37 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-21 22:46 +0200
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-22 07:52 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-22 08:00 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-22 06:57 +0000
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-22 09:49 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-22 09:56 +0200
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-22 22:02 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-23 06:50 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-22 18:37 +0000
Quorum (was: Alte PCs) "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-22 13:53 +0200
Re: Quorum (was: Alte PCs) Kay Martinen <usenet@martinen.de> - 2023-06-22 22:19 +0200
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-11 09:56 +0200
Re: Alte PCs Dennis Grevenstein <dennis.grevenstein@gmail.com> - 2023-06-11 09:27 +0000
Re: Alte PCs Stefan Möding <Jun2023.5.kill-9@spamgourmet.com> - 2023-06-11 12:35 +0200
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-04 15:17 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-04 19:52 +0000
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-05 16:51 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-05 19:22 +0000
Re: Alte PCs Kay Martinen <usenet@martinen.de> - 2023-06-10 21:46 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-04 15:57 +0200
Re: Alte PCs poc@pocnet.net - 2023-06-04 19:47 +0000
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-04 23:12 -0400
Re: Alte PCs "Peter J. Holzer" <hjp-usenet3@hjp.at> - 2023-06-05 08:59 +0200
Re: Alte PCs Gerrit Heitsch <gerrit@laosinh.s.bawue.de> - 2023-06-05 09:35 +0200
Re: Alte PCs Andreas Kohlbach <ank@spamfence.net> - 2023-06-05 21:16 -0400
(Thread has 829 articles, showing 500 — browse group in flat view)
csiph-web