ADVERTISEMENT

Pope urges Hungarians to 'open doors' to migrants

Published Apr 30, 2023 11:39 pm
ABOARD THE PAPAL PLANE, Undefined - Pope Francis on Sunday called on Hungarians to "open doors" to migrants, as he wrapped up a three-day visit to the central European country led by a prime minister who is staunchly anti-immigration. Throughout his visit to Budapest -- dominated by the war in neighbouring Ukraine -- Francis has emphasised a welcoming stance towards those fleeing conflict or poverty. His comments have stood in stark contrast to the stance of Hungarian Prime Minister Viktor Orban, who, while welcoming Ukrainian refugees, has otherwise espoused anti-migration rhetoric to defend a "Christian Europe" since coming to power in 2010. Some 50,000 people, including Orban, listened to the pope lead an open-air mass at a central Budapest square under tight security, during which the Argentine pontiff urged all, including "those with political and social responsibilities", to be more open. "Please, let us open those doors!" said the 86-year-old pontiff, adding it was "sad and painful... to see closed doors.  "The closed doors of our selfishness with regard to others... the doors we close towards those who are foreign or unlike us, towards migrants or the poor," said Francis.

\- 'Migration crises' \-

At the end of the mass, the pope prayed for the "beleaguered Ukrainian people and the Russian people" and for "a future of hope, not war, a future full of cradles, not tombs, a world of brothers and sisters, not walls and barricades". University student Levente Kiss, 21, who was among those thronging the mass, welcomed the pope's stance "that really calls us to our Christian mission to support the people in migration crises, especially the war in Ukraine". On Sunday night, aboard his papal plane on the flight back to Rome, Francis told journalists he was willing to help facilitate the return of Ukrainian children who have been taken to Russia. Ukrainian Prime Minister Denys Chmygal made that request to the pope on Thursday during an audience with the pontiff. Noting that the Holy See had successfully acted as an intermediary in past prisoner exchanges, Francis said that in this case an attempt "could also go well.  "The Holy See is disposed to do it because it's right, it's the right thing and we should help," the pope said. Stressing that he was willing to do everything necessary for peace in Ukraine, he added: "A mission is under way, but it isn't yet public", but did not elaborate. On Saturday, Francis met refugees -- including many from Ukraine -- at a Budapest church, where he spoke of the "evils of indifference" to those in need. While Orban's government has welcomed those fleeing Ukraine, activists say there is barely a support system in place. His insistence on maintaining ties with Moscow has also alienated Ukrainians. Orban, for his part, wrote on Facebook on Sunday that: "We need peace, a world full of cradles and not graves." The Hungarian leader has also called for peace talks to try to end the war in Ukraine.

\- Heading home \-

Before his return home Sunday, Francis delivered his trip's last speech to academics at a Catholic university in Budapest. The trip to the Hungarian capital was his second visit to the country following a brief stopover in 2021. Before that, John Paul II was the first pope to visit Hungary, where 39 percent of the population is Catholic, making trips in 1991 and 1996. Francis's trip came a month after he spent three nights in hospital for bronchitis. But despite persistent knee pain forcing him to move around in a wheelchair, the pope has appeared to be in good shape. On Saturday, he met Budapest mayor Gergely Karacsony, a staunch Orban opponent. He also met Hilarion, a bishop ousted as head of the Russian church's department for external relations by Russian Orthodox leader and Kremlin-backer Patriarch Kirill.

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.