Alexander Cairncross (bishop)

Alexander Cairncross (1637–1701) was Archbishop of Glasgow 1684–1687.

Life

Alexander Cairncross was descended from the ancient family of Cairncross of Cowmull. For some time he followed the trade of a dyer in the Canongate of Edinburgh. Subsequently, he became parson of Dumfries, where he remained until 1684 when, by the recommendation of the Duke of Queensberry, he was promoted to the see of Brechin, from which he was in a few months promoted to that of Glasgow. Having incurred the displeasure of the Lord Chancellor, the Earl of Perth, he was in January 1687 removed from the see, but after the Glorious Revolution he obtained the notice of the new powers, and in 1693 was made Bishop of Raphoe in Ireland, where he remained until his death on 14 May 1701. By will he left a great deal of money to the poor of the parish of Raphoe, and the tenth part of his personal estate to the episcopal clergy of the Kingdom of Scotland. He was buried in the Cathedral of Raphoe.

gollark: <@151391317740486657>
gollark: ```luafunction _G.potatOS.potatoNET() local chan = "potatonet" print "Welcome to PotatoNET!" write "Username |> " local username = read() local w, h = term.getSize() local send_window = window.create(term.current(), 1, h, w, 1) local message_window = window.create(term.current(), 1, 1, w, h - 1) local function exec_in_window(w, f) local x, y = term.getCursorPos() local last = term.redirect(w) f() term.redirect(last) w.redraw() term.setCursorPos(x, y) end local function add_message(m, u) exec_in_window(message_window, function() local msg, usr = preproc(m), preproc(u) if msg == "" or usr == "" then return end print(usr .. " | " .. msg) end) end local function send() term.redirect(send_window) term.setBackgroundColor(colors.white) term.setTextColor(colors.black) term.clear() local hist = {} while true do local msg = read(nil, hist) table.insert(hist, msg) add_message(msg, username) skynet.send(chan, { username = username, message = msg }) potatOS.comment(username, msg) end end local function recv() while true do local channel, message = skynet.receive(chan) if channel == chan and type(message) == "table" and message.message and message.username then add_message(message.message, message.username) end end end skynet.send(chan, { username = username, message = "Connected" }) parallel.waitForAll(send, recv)end```
gollark: Yes.
gollark: Minecraft arguably does have four spatial dimensions if you treat the nether/end/overworld as stacked.
gollark: That would be wise.

References

  • Registrum Episcopatus Brechinensis (Bannatyne Club, 1856), p. 141 (App.) 79
  • Keith's Scottish Bishops (Russell), 168, 268–9
  • Ware's Works (Harris), i. 277.
Attribution

 This article incorporates text from a publication now in the public domain: "Cairncross, Alexander". Dictionary of National Biography. London: Smith, Elder & Co. 1885–1900.

Religious titles
Preceded by
Robert Douglas
Bishop of Brechin
1684
Succeeded by
James Drummond
Preceded by
Arthur Rose
Archbishop of Glasgow
16841687
Succeeded by
John Paterson
Preceded by
William Smyth
Bishop of Raphoe
16931701
Succeeded by
Robert Huntington
Academic offices
Preceded by
Arthur Ross
Chancellor of the University of Glasgow
16841687
Succeeded by
John Paterson



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.