d’Assumpcao

Patua Primer

Introduction to the Patuá by “Riri” d’Assumpção from unpublished Anecdotes from Old Macau. Personal Pronouns English Ithou/youhe/shewethee/youthey Portuguese eutu/vosele/elanosvoseles/elas Patuá yow vos/vocehele/elanos/nosotrovosotroolotro Tenses Tenses were generated simply with a prefix: for the past tense, ja  from the Portuguese word já = already; for the present tense, ta (short for Portuguese está); and for the future tense, logo  (from the Portuguese logo = “soon”, but pronounced more like […]

Patua Primer Read More »

WarMemories

Memories of World War II By Henry d’Assumpção It was a great feast-day, celebrating the Immaculate Conception of the Virgin Mary. For me, then seven years old in Hong Kong, it was a holiday from school, for my older brother a half-holiday. So breakfast was leisurely that morning when our father announced solemnly: “War can

WarMemories Read More »

SPaulo

SÃO PAULO by Henry d’Assumpção   Macau’s most famous landmark is the façade of the Church of the Mother of God (Madre de Deus), which is today commonly called São Paulo (St Paul’s church). It is all that is left of what was once the outstanding baroque structure of Eastern Asia. An earlier church was first

SPaulo Read More »

Miraculous Cross

THE MIRACULOUS CROSS by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes One of the old stories passed down from generation to generation in Macau was about a miraculous and mysterious cross; I have tried hard but failed to find any written references about it. The legend is that

Miraculous Cross Read More »

FuneralStPaul

THE FUNERAL ST PAUL’S by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes The ruins of St Paul’s church in Macau are great tourist attraction today. It is not generally known that the church had been built mainly by Japanese Catholic refugees fleeing persecution in Japan and that 25

FuneralStPaul Read More »

CorpseAtCacilhasBeach

THE CORPSE AT CACILHAS BEACH by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes Cacilhas Beach and Praia Grande Beach – where my father’s and my maternal grandmother’s houses were situated – are no longer in existence today, obliterated by land reclaimed from the sea. Originally, however, these beaches

CorpseAtCacilhasBeach Read More »

Floorwalker

THE FLOORWALKER by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes China has some ancient customs which may appear odd to foreigners, but which they should respect. One unusual custom is to place an upside-down broom at the entrance of your house to put off an unwanted guest: its

Floorwalker Read More »

SealedSkeletons

THE SEALED SKELETONS by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes Some fifty years ago my grandmother decided to develop a large property in Macau, which her late husband had acquired many years before, part of a former huge estate stretching from the Leal Senado almost to the

SealedSkeletons Read More »

TootToot

TOOT-TOOT by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes (I hesitated to include it in this website, in fear that it might cause offence to people who suffer from stuttering, but decided to go ahead because the article does not ridicule but rather sympathises with them. – HA

TootToot Read More »

BurialAtSea

THE BURIAL AT SEA by Bernardino de Senna Fernandes (Riri) d’Assumpção Edited extract from an unpublished book of anecdotes According to my grandfather, his first trip to the Far East was quite uneventful until the warship reached the Indian Ocean. It was then that, probably because of the heat, a member of the crew suffered

BurialAtSea Read More »

1
function special_tooltip_shortcode($atts) { // Default attributes $atts = shortcode_atts(array( 'keyword' => 'Test Tooltip', 'id' => '123', 'items' => '', ), $atts); // Escape output $keyword = esc_html($atts['keyword']); $id = (int) $atts['id']; // Clean items: remove empty lines $lines = preg_split('/\r\n|\r|\n/', $atts['items']); $clean_lines = array_filter(array_map('trim', $lines)); // Trim each line, remove empty $items = ''; foreach ($clean_lines as $line) { $items .= esc_html($line) . '
'; } // Fixed base URL $url = "https://www.macaneselibrary.org/macfams/priv/english/"; // Build output $output = "
{$keyword} #{$id}
{$keyword} #{$id} {$items} Details are in the private website: Already logged in?
Register or login?
"; return $output; } add_shortcode('specialtooltip', 'special_tooltip_shortcode');