ADVERTISEMENT

Republican hardliners oust US House speaker in historic vote

Published Oct 3, 2023 11:36 pm

WASHINGTON, United States -- Kevin McCarthy was axed Tuesday as speaker of the US House of Representatives in a brutal, historic rebellion by far-right Republicans accusing him of a string of broken promises and furious at his cooperation with Democrats.

The maneuver laid bare the chaotic levels of infighting among Republicans heading into the 2024 presidential election, with its likely candidate Donald Trump making history of his own as the only former or sitting president to face criminal indictment.

The first ouster of a speaker in the House's 234-year history was supported by only a handful of right-wing Republican hardliners.

However, the House is almost evenly divided and with Democrats joining eight rebel Republicans rather than riding to McCarthy's rescue, he had no way to survive.

"I ended up being the 55th speaker of the House -- one of the greatest honors. I loved every minute," a circumspect McCarthy told reporters after the vote, making clear he did not plan to stand again.

"And the one thing I will tell you is doing the right thing isn't always easy, but it is necessary. I don't regret standing up for choosing governance over grievance."

The 58-year-old former entrepreneur had sparked fury among conservatives when he passed a bipartisan stopgap funding measure at the weekend backed by the White House to avert a government shutdown.

Florida conservative Matt Gaetz, who forced the removal vote, gambled that he could oust McCarthy with just a few Republicans, helped by Democrats loath to bail out a speaker who only recently opened a highly politicized impeachment inquiry into President Joe Biden.

"The reason Kevin McCarthy went down today is because nobody trusts Kevin McCarthy," Gaetz said. "Kevin McCarthy has made multiple contradictory promises, and when they all came due, he lost."

South Carolina Republican Nancy Mace revealed she, too, had soured on McCarthy over promises to put legislation up for a vote that were never honored.

Democrats pointed to his decision to renege on a deal with Biden on spending limits agreed earlier this year in high-stakes talks over the federal budget.

Biden issued a statement through his press secretary after McCarthy's overthrow urging the House to quickly choose a replacement, arguing that the urgent challenges facing the country "will not wait."

- 'Pigsty of incompetence' -

The New Democrat Coalition, a bloc of pro-business Democratic lawmakers, described McCarthy as "simply not trustworthy." And Congressional Progressive Caucus chairwoman Pramila Jayapal, a leading leftist, vowed to let Republicans "wallow in their pigsty of incompetence" rather than rescue McCarthy.

The tussle came just days after the House and Senate passed a measure to avert a costly government shutdown -- both with big bipartisan majorities -- by extending federal funding through mid-November.

Conservatives were furious, seeing their chances dashed for forcing massive budget cuts.

They accused McCarthy of a flip-flop, saying he'd promised an end to hastily prepared stopgap legislation, hammered out with the support of the opposition, and a return to budgeting through the committee process.

With McCarthy out, a temporary speaker put the House into recess as Republicans gathered to discuss picking a replacement.

The ousted speaker, who got the gavel in a marathon 15 rounds of balloting in January, didn't immediately endorse a successor.

His decision not to run again sets up a potential showdown among McCarthy's lieutenants -- most likely House Majority Leader Steve Scalise and House Majority Whip Tom Emmer.

Gaetz and fellow anti-McCarthy dissident Bob Good told CNN after the meeting the House was leaving town until a "candidate forum" on Tuesday next week, which Good expected to be followed by the first round of votes the following day.

But Republican hopefuls may shy from taking on what looks like a poisoned chalice in which the hard-right faction will continue to exercise control from the sidelines.

Trump -- who is facing 91 felony charges and was in court Tuesday in New York as a defendant in a civil fraud trial -- berated Republicans on his social media platform for "always fighting among themselves." Tellingly, though, he offered no support for McCarthy.

 

 

 

Related Tags

world news
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.