CINXE.COM

Der Wortklauber

<!DOCTYPE html> <html lang="de" class="group/html min-h-screen has-gray-scale-Slate " data-prismjs-copy="Kopieren" data-prismjs-copy-error="Fehler" data-prismjs-copy-success="Kopiert"> <head> <meta charset="UTF-8"> <meta name="HandheldFriendly" content="True" /> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Der Wortklauber</title> <link href="https://www.elfriedejelinek.com/assets/built/main.min.css?v=9a29493459" rel="stylesheet" type="text/css" /> <script src="https://www.elfriedejelinek.com/assets/built/main.min.js?v=9a29493459" defer data-manual></script> <meta name="description" content="Vorwort zum Buch &quot;Die letzten Tage der Menschheit&quot; von Karl Kraus."> <link rel="icon" href="https://www.elfriedejelinek.com/content/images/size/w256h256/2023/11/Bildschirmfoto-2023-11-01-um-19.45.58.png" type="image/png"> <link rel="canonical" href="https://www.elfriedejelinek.com/der-wortklauber"> <meta name="referrer" content="no-referrer-when-downgrade"> <meta property="og:site_name" content="Elfriede Jelinek"> <meta property="og:type" content="article"> <meta property="og:title" content="Der Wortklauber"> <meta property="og:description" content="Vorwort zum Buch &quot;Die letzten Tage der Menschheit&quot; von Karl Kraus."> <meta property="og:url" content="https://www.elfriedejelinek.com/der-wortklauber"> <meta property="article:published_time" content="2024-05-21T09:08:00.000Z"> <meta property="article:modified_time" content="2024-08-18T13:43:23.000Z"> <meta property="article:tag" content="2024"> <meta name="twitter:card" content="summary"> <meta name="twitter:title" content="Der Wortklauber"> <meta name="twitter:description" content="Vorwort zum Buch &quot;Die letzten Tage der Menschheit&quot; von Karl Kraus."> <meta name="twitter:url" content="https://www.elfriedejelinek.com/der-wortklauber"> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Elfriede Jelinek"> <meta name="twitter:label2" content="Filed under"> <meta name="twitter:data2" content="2024"> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "Article", "publisher": { "@type": "Organization", "name": "Elfriede Jelinek", "url": "https://www.elfriedejelinek.com/", "logo": { "@type": "ImageObject", "url": "https://www.elfriedejelinek.com/content/images/size/w256h256/2023/11/Bildschirmfoto-2023-11-01-um-19.45.58.png", "width": 60, "height": 60 } }, "author": { "@type": "Person", "name": "Elfriede Jelinek", "url": "https://www.elfriedejelinek.com/404/", "sameAs": [] }, "headline": "Der Wortklauber", "url": "https://www.elfriedejelinek.com/der-wortklauber/", "datePublished": "2024-05-21T09:08:00.000Z", "dateModified": "2024-08-18T13:43:23.000Z", "keywords": "2024", "description": "Ich bin wirklich keine Karl-Kraus-Expertin, die kultische Verehrung, die er bei vielen, auch großen Journalisten (Gremliza! Hermann L. Gremliza, Herausgeber der Zeitschrift »konkret«, Anm.) genossen hat und genießt, hat mich oft abgestoßen, als ein Akt der Fetischisierung. Aber natürlich war er der große Meister der Sprache, mittels Ironie und Sarkasmus, die viele ja gar nicht verstehen. Sie haben kein Organ dafür übrig. Für sie hat, was Karl Kraus sagt, buchstäblich keinen Sinn. Es ist ja selts", "mainEntityOfPage": "https://www.elfriedejelinek.com/der-wortklauber/" } </script> <meta name="generator" content="Ghost 5.101"> <link rel="alternate" type="application/rss+xml" title="Elfriede Jelinek" href="https://www.elfriedejelinek.com/rss/"> <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/sodo-search.min.js" data-key="db9c117966fb43b152db454171" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.5/umd/main.css" data-sodo-search="https://elfriedejelinek.ghost.io/" data-locale="de" crossorigin="anonymous"></script> <link href="https://www.elfriedejelinek.com/webmentions/receive/" rel="webmention"> <script defer src="/public/cards.min.js?v=9a29493459"></script><style>:root {--ghost-accent-color: #000000;}</style> <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=9a29493459"> <!-- 100% privacy-first analytics --> <script async defer src="https://scripts.simpleanalyticscdn.com/latest.js"></script> <noscript><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt="" referrerpolicy="no-referrer-when-downgrade" /></noscript> <script> window.Spiritix = window.Spiritix || {}; window.Spiritix.version = "2.3.0"; window.Spiritix.t = { "Toggle menu": 'Menü umschalten' }; </script> <script> if (localStorage && localStorage.theme) { document.documentElement.classList.toggle('dark', localStorage.theme === 'dark'); } </script> <script> window.Spiritix.hexToRgb = (hex) => { hex = hex.replace('#', ''); hex = hex.length === 3 ? hex.split().map(c => c + c).join() : hex; return [ parseInt(hex.substring(0,2), 16), parseInt(hex.substring(2,4), 16), parseInt(hex.substring(4,6), 16), ]; }; window.Spiritix.getContrastColor = (hex) => { const [r, g, b] = window.Spiritix.hexToRgb(hex); const yiq = ((r*299) + (g*587) + (b*114)) / 1000; return (yiq >= 128) ? '#000' : '#fff'; }; </script> <script> (function() { const hex = "#000000".trim(); const [r, g, b] = window.Spiritix.hexToRgb(hex); const contrastColor = window.Spiritix.getContrastColor(hex); document.documentElement.style.setProperty('--ghost-accent-color-light-rgb', `${r} ${g} ${b}`); document.documentElement.style.setProperty('--color-contrast-light', contrastColor); window.Spiritix.ghostAccentColorLightRgb = `${r} ${g} ${b}`; })(); </script> <style> :root { --color-contrast: var(--color-contrast-light); --ghost-accent-color-rgb: var(--ghost-accent-color-light-rgb); } </style> <script> (function() { const hexDark = "#ffffff".trim(); const [r, g, b] = window.Spiritix.hexToRgb(hexDark); const contrastColor = window.Spiritix.getContrastColor(hexDark); document.documentElement.style.setProperty('--ghost-accent-color-dark-rgb', `${r} ${g} ${b}`); document.documentElement.style.setProperty('--color-contrast-dark', contrastColor); window.Spiritix.ghostAccentColorDarkRgb = `${r} ${g} ${b}`; })(); </script> <style> .dark { --color-contrast: var(--color-contrast-dark); --ghost-accent-color-rgb: var(--ghost-accent-color-dark-rgb); --ghost-accent-color: #ffffff; } </style> <script> (function() { var open = XMLHttpRequest.prototype.open; XMLHttpRequest.prototype.open = function(data) { var method = arguments[0]; var url = arguments[1]; if (!method || !url || method.toUpperCase() !== "GET" || !url.includes('/ghost/api/content/posts/?')) { return open.apply(this, arguments); } var parsedUrl = new URL(url); if (parsedUrl.searchParams.get("limit") === "10000" && !parsedUrl.searchParams.has('filter')) { parsedUrl.searchParams.set('filter', 'tags:-hash-landing'); } arguments[1] = parsedUrl.href; return open.apply(this, arguments); } })(); </script> </head> <body class="post-template tag-hash-docs tag-2024 min-h-screen flex flex-col antialiased overflow-x-hidden text-gray-900 bg-white dark:text-gray-400 dark:bg-gray-900 [&.has-modal]:h-screen [&.has-modal]:overflow-hidden"> <div class="absolute right-0 top-0 -z-10 overflow-hidden"> <div class="relative w-[600px] h-[600px] -translate-y-2/3 translate-x-2/3 lg:-translate-y-1/2 lg:translate-x-1/2 bg-gradient-to-bl from-accent to-transparent rounded-full blur-[100px] opacity-50"></div> </div> <div id="viewport" class="min-h-screen flex flex-col"> <a href="#main" class="group sr-only focus:not-sr-only focus-within:not-sr-only outline-none"> <span class="relative flex items-center justify-center w-full h-12 font-semibold bg-gray-900 text-gray-50 text-sm group-focus-within:ring group-focus:ring ring-1 ring-inset ring-accent dark:bg-gray-800/60"> Zum Hauptinhalt springen </span> </a> <header data-header class="group sticky z-50 top-0 min-h-20 lg:h-20 flex flex-wrap flex-none items-center backdrop-blur border-b border-gray-900/5 transition-colors duration-300 [&.stuck]:bg-white/90 dark:border-gray-50/5 dark:bg-transparent dark:[&.stuck]:bg-gray-900/70 has-breadcrumbs " > <nav class="outer xl:outer-xl flex items-center w-full py-4 group-[.has-breadcrumbs]:lg:min-h-0 group-[.has-breadcrumbs]:min-h-20"> <div class="inner flex items-center min-h-10"> <a data-brand class="flex-shrink mr-8 font-bold text-lg text-gray-900 dark:text-gray-50 " href="https://www.elfriedejelinek.com" aria-label="Elfriede Jelinek"> Elfriede Jelinek </a> <ul class="navigation hidden lg:flex space-x-2 text-gray-700 dark:text-gray-200" role="list"> <li class="inline-flex " data-slug="startseite"> <a href="https://www.elfriedejelinek.com/" class="group px-3 py-1.5 inline-flex items-center font-semibold text-sm leading-6 whitespace-nowrap rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> Startseite <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> <script> (function() { var link = document.currentScript.parentElement; if (link.protocol !== "javascript:" && link.hostname !== location.hostname) { link.classList.add('external'); link.target = "_blank"; } })(); </script> </a> </li> <li class="inline-flex " data-slug="zur-alten-website"> <a href="https://original.elfriedejelinek.com/" class="group px-3 py-1.5 inline-flex items-center font-semibold text-sm leading-6 whitespace-nowrap rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> zur alten Website <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> <script> (function() { var link = document.currentScript.parentElement; if (link.protocol !== "javascript:" && link.hostname !== location.hostname) { link.classList.add('external'); link.target = "_blank"; } })(); </script> </a> </li> </ul> <div data-header-buttons class="hidden lg:flex items-center mx-5 pl-5 space-x-1 border-l text-gray-400 border-gray-900/10 dark:border-gray-50/10 "> <button data-theme-toggle class="h-9 w-9 flex items-center justify-center flex-shrink-0 rounded-lg hover:bg-gray-100 hover:text-gray-700 dark:hover:bg-gray-700 dark:hover:text-gray-300" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-6 h-6" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-6 h-6 relative -top-px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> </div> <div class="flex lg:hidden items-center ml-auto -mr-1.5 space-x-2 text-gray-400"> <button data-theme-toggle class="w-8 h-8 flex items-center justify-center" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-6 h-6 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-5 h-5 hover:text-gray-700 dark:hover:text-gray-100 relative -top-px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> <button data-mobile-menu-toggle class="w-8 h-8 flex items-center justify-center" title="Menü umschalten" aria-label="Menü umschalten"> <svg class="w-5 h-5 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M4 8h16M4 16h16" /> </svg> </button> </div> </div> </nav> <div data-breadcrumbs class="outer xl:outer-xl hidden group-[.has-breadcrumbs]:lg:hidden group-[.has-breadcrumbs]:flex items-center w-full h-10 text-2xs border-t border-gray-900/5 dark:border-gray-50/5 "> <div class="inner flex items-center overflow-hidden"> <button data-breadcrumbs-button class="flex-none flex items-center justify-center h-8 w-8 -ml-1.5 mr-1.5" aria-label="Menü umschalten"> <svg class="flex-none h-5 w-5 text-gray-400 hover:text-gray-700 dark:hover:text-gray-100" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M4 8h16M4 16h16" /> </svg> </button> <span data-breadcrumbs-section class="hidden flex-none truncate text-gray-500 dark:text-gray-400"> <span data-breadcrumbs-section-text></span> <span class="mx-2">/</span> </span> <span data-breadcrumbs-current class="hidden truncate font-semibold text-gray-900 dark:text-gray-200"></span> </div> </div> </header> <nav data-mobile-menu class="group invisible flex lg:hidden fixed inset-0 -z-10 [&.open]:visible [&.open]:z-50 "> <div data-mobile-menu-close class="fixed inset-0 bg-black/20 backdrop-blur-sm"></div> <div class="fixed top-0 right-0 bottom-0 w-full max-w-xs bg-white shadow-lg font-semibold text-gray-900 transition ease-out translate-x-full group-[.open]:translate-x-0 dark:bg-gray-800 dark:text-gray-200"> <div class="relative pl-9 pr-16 pb-6 pt-14 h-full overflow-y-scroll overflow-x-hidden"> <button data-mobile-menu-close aria-label="Schließen" class="fixed flex items-center justify-center top-4 right-3 p-2 text-gray-400 hover:text-gray-700 dark:hover:text-gray-200"> <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> <div class="flex flex-col min-h-full"> <ul class="navigation space-y-2 -mx-3"> <li data-slug="startseite"> <a href="https://www.elfriedejelinek.com/" class="group px-3 py-1.5 flex items-center font-semibold text-sm leading-6 rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> Startseite <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> <li data-slug="zur-alten-website"> <a href="https://original.elfriedejelinek.com/" class="group px-3 py-1.5 flex items-center font-semibold text-sm leading-6 rounded-lg hover:bg-gray-100 [&.current]:bg-gray-100 [&.current-parent]:bg-gray-100 dark:hover:bg-gray-700 dark:[&.current]:bg-gray-700 dark:[&.current-parent]:bg-gray-700"> zur alten Website <svg class="hidden group-[.external]:inline flex-shrink-0 w-4 h-4 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> </ul> <div class="mt-6 pt-4 border-t border-gray-900/10 dark:border-gray-50/5"> <div class="flex flex-wrap -ml-2 text-gray-400"> </div> </div> </div> </div> </div> </nav> <main id="main" tabindex="-1" class="flex-none outline-none"> <div class="outer xl:outer-xl"> <div class="inner"> <div class="group flex relative "> <div class="hidden lg:block absolute top-0 left-0 h-full w-screen -translate-x-full group-[.has-sidebar-transparent]/html:hidden"> <div class="sticky top-20 w-full h-[calc(100vh_-_theme(spacing.20))] bg-gray-50 dark:bg-gray-800 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark]/html:dark:bg-gray-950"></div> </div> <div data-docs-menu class="group fixed -left-full invisible lg:visible lg:h-[calc(100vh_-_theme(spacing.20))] lg:sticky lg:left-0 lg:top-20 flex-none overflow-hidden [&.open]:max-lg:visible [&.open]:max-lg:z-50 [&.open]:max-lg:inset-0 "> <div data-docs-menu-close class="hidden group-[.open]:max-lg:block fixed -z-10 inset-0 bg-black/20 backdrop-blur-sm"></div> <div class="docs-menu h-full w-full max-w-xs lg:w-72 px-10 lg:pl-0 py-16 relative z-10 bg-gray-50 dark:bg-gray-800 overflow-x-hidden overflow-y-auto max-lg:pl-8 max-lg:pr-12 max-lg:-translate-x-full group-[.open]:max-lg:translate-x-0 group-[.open]:max-lg:shadow-lg group-[.open]:max-lg:transition group-[.open]:max-lg:ease-out group-[.has-sidebar-transparent]/html:lg:bg-transparent group-[.has-sidebar-transparent]/html:lg:dark:bg-transparent group-[.has-sidebar-transparent]/html:lg:border-r group-[.has-sidebar-transparent]/html:lg:border-gray-900/5 group-[.has-sidebar-transparent]/html:lg:dark:border-gray-50/5 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark.dark]/html:bg-gray-950 "> <div class="sticky top-0 h-0 w-full z-10"> <button data-docs-menu-close aria-label="Schließen" class="-translate-y-12 translate-x-full hidden group-[.open]:max-lg:flex items-center justify-center p-2 ml-auto rounded-md text-gray-400 hover:text-gray-700 dark:hover:text-gray-100 bg-gray-50 dark:bg-gray-800 group-[.has-sidebar-dark]/html:bg-gray-900 group-[.has-sidebar-dark.dark]/html:bg-gray-950"> <svg class="h-5 w-5" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M6 18L18 6M6 6l12 12" /> </svg> </button> </div> <ul role="list" class="text-sm space-y-8 group-[.no-sections]:space-y-0"> <li data-docs-section> <ul class="space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/docs/" data-title="Startseite" class="group relative flex "> <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Startseite </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> 2024 <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/endsieg/" class="group relative flex scroll-m-10" data-section="2024" data-slug="endsieg" data-title="ENDSIEG" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> ENDSIEG </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/die-krone-des-adlers/" class="group relative flex scroll-m-10" data-section="2024" data-slug="die-krone-des-adlers" data-title="DIE KRONE DES ADLERS" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> DIE KRONE DES ADLERS </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/die-schutzbefohlenen/" class="group relative flex scroll-m-10" data-section="2024" data-slug="die-schutzbefohlenen" data-title="Die Schutzbefohlenen - Was danach geschah (2024)" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Die Schutzbefohlenen - Was danach geschah (2024) </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/der-wortklauber/" class="group relative flex scroll-m-10 current" data-section="2024" data-slug="der-wortklauber" data-title="Der Wortklauber" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Der Wortklauber </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/wiener-festwochen-2024/" class="group relative flex scroll-m-10" data-section="2024" data-slug="wiener-festwochen-2024" data-title="Freie Republik" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Freie Republik </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/das-waere-ja-gelacht/" class="group relative flex scroll-m-10" data-section="2024" data-slug="das-waere-ja-gelacht" data-title="Das wäre ja gelacht!" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Das wäre ja gelacht! </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/sonne-luft-asche/" class="group relative flex scroll-m-10" data-section="2024" data-slug="sonne-luft-asche" data-title="SONNE / LUFT / ASCHE" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> SONNE / LUFT / ASCHE </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/commandeur-de-lordre-des-arts-et-des-lettres/" class="group relative flex scroll-m-10" data-section="2024" data-slug="commandeur-de-lordre-des-arts-et-des-lettres" data-title="Im Sprech-Bus" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Im Sprech-Bus </span> </a> </li> <li class="relative"> <a href="https://www.elfriedejelinek.com/der-atem-automat/" class="group relative flex scroll-m-10" data-section="2024" data-slug="der-atem-automat" data-title="Der Atem-Automat" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Der Atem-Automat </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> 2023 <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/israel-hamas/" class="group relative flex scroll-m-10" data-section="2023" data-slug="israel-hamas" data-title="Kein Einer und kein Andrer mehr" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Kein Einer und kein Andrer mehr </span> </a> </li> </ul> </li> <li data-docs-section class="group/ds "> <h3 data-docs-section-heading class="group/dh relative w-full font-semibold dark:text-gray-50 group-[.no-sections]:hidden "> Archiv <button class=" hidden absolute top-0 right-0 w-5 h-5 rounded flex-shrink-0 items-center justify-center translate-x-full group-hover/dh:bg-gray-900/5 dark:group-hover/dh:bg-gray-50/10" aria-label="Menü umschalten"> <svg class="w-3.5 h-3.5 text-gray-500 dark:text-gray-400 group-[.open]/ds:rotate-90" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 5l7 7-7 7" /> </svg> </button> </h3> <ul class="group-[.open]/ds:block mt-5 space-y-4 border-l-2 border-gray-900/10 dark:border-gray-50/10 group-[.no-sections]:pt-4 group-[.no-sections]:mt-0" role="list"> <li class="relative"> <a href="https://www.elfriedejelinek.com/kitschliesl/" class="group relative flex scroll-m-10" data-section="Archiv" data-slug="kitschliesl" data-title="Kitschliesl" > <span class="h-5 flex-none mr-3 group-[.current]:mr-2 flex items-center"> <span class="flex-none w-4 h-0.5 group-[.current]:w-2 bg-gray-900/10 dark:bg-gray-50/10"></span> <span class="hidden group-[.current]:flex relative flex-none items-center justify-center w-3 h-3 rounded-full overflow-hidden before:block before:opacity-20 before:bg-accent before:absolute before:inset-0 after:block after:bg-accent after:w-1.5 after:h-1.5 after:rounded-full"></span> </span> <span class="leading-5 text-gray-500 hover:text-gray-600 group-[.current]:font-semibold group-[.current]:text-accent dark:text-gray-400 dark:hover:text-gray-300 group-[.current]:dark:hover:text-accent"> Kitschliesl </span> </a> </li> </ul> </li> </ul> </div> </div> <div class="relative flex flex-col flex-auto min-w-0 py-16"> <div class="grid grid-cols-1 xl:grid-cols-[auto_theme(spacing.56)]"> <div data-toc-src class="flex-auto min-w-0 px-0 lg:pl-8 xl:px-16"> <h2 id="___TOCBOT___" class="sr-only m-0"> <span aria-hidden="true">Der Wortklauber</span> </h2> <article class="overflow-x-hidden max-w-3xl mx-auto"> <header> <span class="block text-sm font-medium text-accent mt-0 mb-1 group-[.no-sections]:hidden"> 2024 </span> <h1 class="text-4xl leading-tight tracking-tight font-extrabold text-gray-900 dark:text-gray-50 js-toc-ignore"> Der Wortklauber </h1> </header> <div class="mt-8 content 4xl:content-lg"> <p></p><p>Ich bin wirklich keine Karl-Kraus-Expertin, die kultische Verehrung, die er bei vielen, auch großen Journalisten (Gremliza! Hermann L. Gremliza, Herausgeber der Zeitschrift »konkret«, Anm.) genossen hat und genießt, hat mich oft abgestoßen, als ein Akt der Fetischisierung. Aber natürlich war er der große Meister der Sprache, mittels Ironie und Sarkasmus, die viele ja gar nicht verstehen. Sie haben kein Organ dafür übrig. Für sie hat, was Karl Kraus sagt, buchstäblich keinen Sinn. Es ist ja seltsam: Er scheint ihnen zu fehlen, dieser Sinn für diese Brechung der Wirklichkeit, die erst die Klarheit eines Tatbestands herbeiführt. Und da ist natürlich noch viel mehr, das sie nicht kennen. Es fehlt einem aber nichts, wenn einem das fehlt.</p><p></p><p>So fängt es schon einmal an. Da aber die Wirklichkeit meist ungebrochen bleibt, auch wenn man sie noch so sehr biegt, muß das Wort sich immer eine zweifache Möglichkeit zu sprechen erlauben: erlauben!, das hier ist mein Platz!, sagt das Wort. Es besteht auf diesem Platz, denn dort hat es eben diese zweite Wirklichkeit aufgepfropft bekommen, dort wurde sie ausgegeben, mit Gewinn, das freut das Börsel. Das Wort darf sozusagen zweimal um sich selbst würfeln und damit noch ein, zwei Felder vorrücken, als bewaffnete Phalanx gegen eigene Schlamperei und Ungenauigkeit. Es kann nicht bloß gegen jemand verwendet werden, sondern das kann alles sofort, beinahe im selben Satz, im Sprachgericht, das ständig tagt, sogar bei Nacht, gegen sich selbst verwendet werden, damit das Gericht, das bei Karl Kraus nicht kalt werden darf, in seinem Urteil noch mehr Sprachgewicht erhält, als es sich hätte ausdenken können. Häuptling Wort spricht mit gespaltener Zunge. Karl Kraus verwendet in seinen Spalten gleichzeitig beide Hälften, eine steht gegen die andre auf, wie zwei Schlangen, die sich aneinander aufrichten, um sich gegenseitig totzubeißen. Doch wir habens auch ein bisserl kleiner: Die Welt will ihr Colportagebedürfnis befriedigt sehen, bevor der Zug des Herzens unter großer Anteilnahme in der Ferne verschwunden ist, es waren ohnedies nur noch Stehplätze vorhanden: Wird die Mutterliebe von Prinzessin Louise siegen oder nicht? Nein, sie wird nicht gesiegt haben. Und aus dem Schweizer Sanatorium, in das die Hoheit aus ihrem Hoheitsgebiet verbracht wird, sprießt sofort das Werbebäumchen, denn das ist natürlich Anlaß für Reklame für?, fürs Sanatorium. Und der Sprache ist natürlich nichts heilig, und Karl Kraus schon gleich gar nichts. Die "Kaiserliche Wiener Zeitung" (für die wir vor kurzem noch so gekämpft haben, aber nicht füs Kaiserliche, sondern nur für das, was uns vom Tage übrigblieb, was ist uns andres übriggeblieben?) hat etwas noch nie Dagewesenes zu bieten: Sie wird nicht unter Druck, nein, die Rotationspresse wird dieses Blatt vielmehr unter Hochdruck herausdrücken, damit viele Menschen sich ausdrücken können. Das ist viel mehr, als wir sonst bekommen. Die Espresse (ich glaube, die Zunge hat sich jetzt schon drei-, nicht zweigeteilt, schauen wir mal, ob es noch mehr Teile werden, die wir aus dieser Presse herauspressen können) wird in Gang gesetzt, ein Phänomen, das man vorher noch nie gesehen hat, und "die Betriebskraft wird durch den Flügelschlag des Doppeladlers erzeugt" (der Adler hat sich also auch verdoppelt, ein Naturwunder!), unter seinen stolzen Fittichen hat das kaiserliche Wappentier 120 Seiten textlicher Reclame ausgeschieden, die Aufnahmebedingungen in diesen exklusiven Orden wurden an die österr. Industriellen verschickt, plus Preisliste, die alle Angebote genauestens auflisten wird; schließlich geht es ja um die List einer Liste, die die Leute ausnehmen will, was sie natürlich nicht so deutlich sagt, damit die Bedeutenden, die wissen, was das bedeutet, sich als Ausnahmemenschen fühlen dürfen: als Speerspitze des Unternehmergeists in Österreich am Beginn des zwanzigsten Jahrhunderts. Die Zeitung wird von hohem culturhistorischem Wert sein, "es wird mindestens für 80.000 Kronen österreichische Zeitungscultur in ihr stecken". Und ich habe hier auch kräftig was hineingesteckt, was mir sicher nichts einbringen wird, wie ich zu meinem Bedauern feststellen werde müssen. Und weiter geht es mit folgendem Wortlaut, damit ich dem Wort zumindest eine seiner Zungen ausschneiden und im Buch der blöden Sprüche einkleben kann:</p><p></p><p>Durch Karl Kraus bleiben die Dinge, die er entlarvt, quasi ewig so stehen, gerade indem er sie entfernen bzw. richtigstellen will. Da das nicht möglich ist, kehrt er jedes Ding gegen sich selbst, und dann wie gesagt jedes einzelne Wort, das den Autor zum Kuppler macht, weil er es mit einem andren zusammenkuppelt, das wiederum scharf auf das nächste ist, das sieht man dem Wort an, da muß man ihm nicht eigens sagen, was es sagen soll. Kein Wunder, daß Karl Kraus so heftig gegen den Kuppeleiparagraphen polemisiert. Der Autor konnte wie immer nicht anders, weil er es immer anders auch konnte. Aber die Sprache, seine Sprache, die das Liebespaar Wort und Sprache aus den Absteigequartieren treibt, in das sie sich zu verkriechen suchten (und auch diese Absteige ist gespalten, vorn dient sie der Volksbildung, hinten der Vermittlung von Körpern), die Sprache also kann wie immer alles, sie treibt Ästchen um Ästchen heraus, wie Gott (der ist nur dreigeteilt, dann ist Schluß mit lustig). Sie kann sich durch sich selbst erklären, auch ihre Abgründe der Infamie, die manche so produzieren, wenn der Tag zu lang ist. Die Sprache könnte auch anders, aber sie kann halt oft nicht anders. Dafür hat sie jede Menge Werkzeug, aber keine Lehrlinge, wie soll sie da jemanden ausbilden, der nicht Karl Kraus bereits ist? Und oft kann sie gar nichts. Das ist auch so gewollt. Wer sie schändet, der schändet die Welt, die ja aus Sprache besteht. Und statt etwas zu sagen, hätten die Ziele der Krausschen Spottlust besser nichts gesagt, geschwiegen, was ihm aber auch nicht gefallen hätte, denn dann hätte er auch nichts dazu sagen können. Aber er hat auch sehr viel anderes gesagt, das uns bleibt, wenn uns schon nichts andres übrigbleibt, als Blödsinn zu reden.</p><p></p><p>So. Jetzt sage ich was andres auch noch, es ist mein Bedürfnis, etwas zu sagen, das andre nicht sagen würden, jedenfalls so nicht: Das Fleisch ist Wort geworden und hat in dieser Form besonders gemütlich unter uns gewohnt, weil ihm das Gewohnte nicht mehr gegönnt werden soll, es will endlich was Besseres, etwas Grenzenloses. Das Fleisch sollte besser einen Schritt vor dem Wort zurücktreten und noch einmal oder ein paarmal überprüfen, ob das Wort ihm noch paßt, oder ob es zu eng, zu weit, zu klein, zu groß geworden ist, oder ob es sich gleich ein neues anlegen, zulegen (oder kaufen) soll, das es dann vielleicht behalten wird. Das alte hat es ja zu sich selbst verwandelt, es ist jetzt viel mehr, als Wort kann es viel mehr anfangen, es kommt herum! Der Sieger behält alles. Ich schlage die "Fackel" an einer beliebigen Stelle auf, verbrenne mich sofort, aber eine Fackel kann man nicht dimmen, wie es einem gefällt, man kann sie nur brennen lassen oder auslöschen, und was in einer großen Zeit, die Kraus zum Glück nicht mehr erlebt (und ein großer Teil seiner Familie nicht überlebt) hat, im Bemühen, ihre Kleinheit immer wieder darzustellen, da hingestellt gelassen hat, das bleibt auch da picken; ich schlage sie auf, die Zeit, ich schlage nicht zu, das haben andre gemacht, ich schlage sie also auf und lese: "Und wieder einmal zerbrach sich — am 30. Jänner — der Börsenwöchner den Kopf über das Schicksal der Exkronprinzessin Louise, und wieder einmal constatierte er: ‹auch auf den Thronen rühren sich die mächtigen Instincte, auch unter dem Purpur schlagen fehlbare Herzen›". Ja, die Blitze der Leidenschaften, wohin sollen wir sie jetzt ableiten? Und Wortklauber Kraus fährt, zuckend unter seiner schweren Last, er fährt mit Nestroy, einem seiner nahen Verwandten, fort, ohne wirklich fortfahren zu wollen, denn es geht ja immer weiter, fahren muß man gar nicht, um hinzukommen, wo man punktgenau landen will, das Fleisch ist schließlich genauso haltbar wie das Wort, in das es sich verwandelt hat, und das nie bleiben will, wo man es hingeschrieben hat; das Fleisch also bietet sein Wort auf, es kann nicht anders, denn es ist jetzt Wort, es ist alle Worte, die ihm einfallen, es hat sich ja in Wort verwandelt, ohne irgendwas verwandeln zu müssen, es bleibt doch alles, wie es ist, trotz heftigster Deformationen, Nestroy also, in Übersetzung der krönenden Leidenschaften: "Auch der Commis hat Stunden, wo er sich auf ein Zuckerfass lahnt und in süße Träumereien versinkt". Das verstehen wir, aber ist es auch verständlich? Lassen wir unser Bewußtsein prüfen, aber es prüft nicht, da es selbst ständig geprüft wird und lernen muß, alles auszusprechen, wirklich alles, was gedacht werden kann, so wirds gemacht, denn das Wort ist immer auch Gedanke, falls es sich dieses Kleid, unabhängig von Mama Fleisch, anziehen möchte. Es prüft, es strudelt sich Nahrung zu wie ein Pantoffeltierchen, es vergleicht den Gegenstand mit der Gegenständlichkeit, der Gedanke hat seinen Auftritt, das Wort eilt auf ihn zu, um nichts zu versäumen, denn es soll ja den Gedanken in der Welt ordentlich vertreten, das Wort vertritt sich die Beine des Gedankens, na, kommt da noch was?, und es tritt zur Prüfung nicht an, das ist zu gefährlich, zu anstrengend, zu mühsam, es versteift sich, gemeinsam mit dem Bewußtsein, auf das bloße Meinen, das nun wirklich nackt und bloß daliegt, vor Königsthronen oder vor Greißlereien, Gemischtwarenhandlungen, welches das Wort vorgeschickt hat, um das Meinen zu studieren und an den Mann zu bringen, wie man sagt, und das Bewußtsein versteift sich, es versteift sich auf das Meinen, weil jeder zu den Königsthronen sagen kann: meins!, könnte auch meins sein!, sollte meins sein!, warum sage ich es dann nicht, okay, ich sage es, und das Wahre wird ungeprüft als Ware, gedruckt, in Flammenschrift auf Bildschirmen, verlautbart wieder von andren Schirmen, die es vielleicht gar nicht auf dem Schirm gehabt hätten, als das absolut und einzig Wahre ausgegeben. Wir stehen schon am Schalter und warten, daß wir wieder etwas ausgeben können, das dann das Unsrige ist, ohne einen ausgeben zu müssen. "Wir haben auf allzu noblem Fuß gelebt, und wir verlangen endlich wieder den befreienden Ruf zu hören: ‹der Zinsfuß ist mit uns!›" Das Fleisch hat sich auf die Füße gestellt und das Wort wieder in sich zurückverwandelt. Jetzt kann es endlich sagen, was es will. Karl Kraus lebt hier nicht mehr.</p><hr><p><strong><em>Vorwort zum Buch "Die letzten Tage der Menschheit" von Karl Kraus - Dramatische Chronik des Ersten Weltkriegs in 1500 Photographien und 431 Zitaten, hsg.: Paulus Manker<br>Erscheinungstermin: 2.9. 2024</em></strong></p><hr><p><em>Veröffentlicht am 09.06.2024 auf elfriedejelinek.com</em></p> </div> <div class="mt-16 flex flex-col lg:flex-row max-lg:space-y-4 lg:space-x-4"> <a href="#" class="docs-prev invisible flex basis-1/2 items-center p-4 border border-gray-900/10 rounded-md no-underline hover:bg-gray-50 dark:border-gray-50/10 dark:hover:bg-gray-800"> <svg class="w-5 h-5 mr-4 flex-none text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M7 16l-4-4m0 0l4-4m-4 4h18" /> </svg> <div class="flex flex-col w-full text-right"> <span class="text-2xs font-normal text-gray-500 dark:text-gray-400"> Zurück <span class="docs-prev-section group-[.no-sections]:hidden"></span> </span> <span class="docs-prev-title text-sm font-semibold text-gray-700 dark:text-gray-300"></span> </div> </a> <a href="#" class="docs-next invisible flex basis-1/2 items-center p-4 border border-gray-900/10 rounded-md no-underline hover:bg-gray-50 dark:border-gray-50/10 dark:hover:bg-gray-800"> <div class="flex flex-col w-full"> <span class="text-2xs font-normal text-gray-500 dark:text-gray-400"> Weiter <span class="docs-next-section group-[.no-sections]:hidden"></span> </span> <span class="docs-next-title text-sm font-semibold text-gray-700 dark:text-gray-300"></span> </div> <svg class="w-5 h-5 ml-4 flex-none text-gray-500 dark:text-gray-400" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M17 8l4 4m0 0l-4 4m4-4H3" /> </svg> </a> </div> </article> </div> <div data-toc-container class="invisible hidden xl:block sticky top-[theme(spacing.36)] flex-none w-56 max-h-[calc(100vh-theme(spacing.48))]"> <h2 class="text-2xs uppercase font-bold tracking-wider mb-3 dark:text-gray-200"> Auf dieser Seite </h2> <nav data-toc-target class="relative text-xs leading-4 overflow-auto max-h-[calc(100vh-theme(spacing.48))] text-gray-500 dark:text-gray-400 [&_.current]:dark:text-gray-300"> </nav> </div> </div> </div> </div> </div> </div> </main> <footer data-footer class=" no-space-top group flex-none mt-auto text-sm text-gray-500 dark:text-gray-400 [&.no-space-top]:mt-0"> <div class="outer xl:outer-xl mt-24 pb-28 border-t border-gray-900/10 dark:border-gray-50/5 group-[.no-space-top]:mt-0"> <div class="inner"> <div class="flex flex-col lg:flex-row lg:items-center py-10"> <div> <a data-brand class="flex-none inline-flex font-bold text-lg text-gray-900 dark:text-gray-50" href="https://www.elfriedejelinek.com" aria-label="Elfriede Jelinek"> Elfriede Jelinek </a> </div> </div> <div class="pt-10 border-t border-gray-900/5 dark:border-gray-50/5"> <ul class="navigation flex flex-wrap text-sm text-gray-500 dark:text-gray-400" role="list"> <li data-slug="impressum" class="mr-8 mb-3"> <a href="https://zehentmayer-schnoetzlinger.at/impressum" class="group inline-flex items-center hover:opacity-80"> Impressum <svg class="relative top-px hidden group-[.external]:inline flex-shrink-0 w-3.5 h-3.5 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> <li data-slug="kontakt-rechtliche-hinweise" class="mr-8 mb-3"> <a href="https://www.elfriedejelinek.com/kontakt-rechtliche-hinweise/" class="group inline-flex items-center hover:opacity-80"> Kontakt &amp; Rechtliche Hinweise <svg class="relative top-px hidden group-[.external]:inline flex-shrink-0 w-3.5 h-3.5 ml-1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M17 7l-10 10"></path> <path d="M8 7l9 0l0 9"></path> </svg> </a> </li> </ul> </div> <div class="flex flex-col-reverse lg:flex-row lg:items-center mt-6 lg:mt-3"> <div class="text-xs mb-3 mr-5"> <a href="https://www.elfriedejelinek.com">Elfriede Jelinek</a> &copy; 2024 <span data-published-with> <span class="">•</span> Website by <a class='font-semibold hover:opacity-80' href='https://zehentmayer-schnoetzlinger.at/' target='_blank' rel='noopener'>Z&S</a>. </span> </div> <div class="mb-6 lg:mb-0 lg:ml-auto flex flex-wrap items-center text-gray-400"> <button data-theme-toggle class="mb-3 mr-5 last:mr-0 inline-flex flex-shrink-0" title="Thema ändern" aria-label="Thema ändern"> <svg class="dark:hidden w-5 h-5 lg:w-5 lg:h-5 hover:opacity-80" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" focusable="false" aria-hidden="true" > <path stroke-linecap="round" stroke-linejoin="round" d="M12 3v1m0 16v1m9-9h-1M4 12H3m15.364 6.364l-.707-.707M6.343 6.343l-.707-.707m12.728 0l-.707.707M6.343 17.657l-.707.707M16 12a4 4 0 11-8 0 4 4 0 018 0z" /> </svg> <svg class="hidden dark:inline w-5 h-5 lg:w-4 lg:h-4 relative -top-px hover:opacity-80" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" focusable="false" aria-hidden="true" > <path stroke="none" d="M0 0h24v24H0z" fill="none"></path> <path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"></path> <path d="M17 4a2 2 0 0 0 2 2a2 2 0 0 0 -2 2a2 2 0 0 0 -2 -2a2 2 0 0 0 2 -2"></path> </svg> </button> </div> </div> </div> </div> </footer> </div> <div class="pswp" tabindex="-1" role="dialog" aria-hidden="true" data-error-msg="Das Bild konnte nicht geladen werden."> <div class="pswp__bg"></div> <div class="pswp__scroll-wrap"> <div class="pswp__container"> <div class="pswp__item"></div> <div class="pswp__item"></div> <div class="pswp__item"></div> </div> <div class="pswp__ui pswp__ui--hidden"> <div class="pswp__top-bar"> <div class="pswp__counter"></div> <button class="pswp__button pswp__button--close" title="Schließen (Esc)"></button> <!-- Preloader --> <!-- element will get class pswp__preloader--active when preloader is running --> <div class="pswp__preloader" aria-label="Lädt"> <svg class="m-1.5 text-white opacity-100 w-8 h-8" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve" focusable="false" aria-hidden="true" > <path opacity="0.2" fill="currentColor" d="M20.201,5.169c-8.254,0-14.946,6.692-14.946,14.946c0,8.255,6.692,14.946,14.946,14.946 s14.946-6.691,14.946-14.946C35.146,11.861,28.455,5.169,20.201,5.169z M20.201,31.749c-6.425,0-11.634-5.208-11.634-11.634 c0-6.425,5.209-11.634,11.634-11.634c6.425,0,11.633,5.209,11.633,11.634C31.834,26.541,26.626,31.749,20.201,31.749z" /> <path fill="currentColor" d="M26.013,10.047l1.654-2.866c-2.198-1.272-4.743-2.012-7.466-2.012h0v3.312h0 C22.32,8.481,24.301,9.057,26.013,10.047z"> <animateTransform attributeType="xml" attributeName="transform" type="rotate" from="0 20 20" to="360 20 20" dur="0.5s" repeatCount="indefinite" /> </path> </svg> </div> </div> <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"> <div class="pswp__share-tooltip"></div> </div> <button class="pswp__button pswp__button--arrow--left" title="Zurück (Pfeil links)"></button> <button class="pswp__button pswp__button--arrow--right" title="Weiter (Pfeil rechts)"></button> <div class="pswp__caption"> <div class="pswp__caption__center"></div> </div> </div> </div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10