Andrew Crawford (knight)

Andrew Crawford was a Scottish knight during the 13th-14th century.

Arms of Crawford of Loudon. Gules, a fess ermine

His parentage is not clear and his daughters upon his death were placed by King John of Scotland into guardianship of Robert Keith, Marischal of Scotland,[1] however it would seem that the Campbells of Loch Awe had the daughters under guardianship in dispute. This was contested in the English courts.

Family and issue

Andrew is known to have had the following known issue;[2]

  • Susanna, married Duncan Campbell (d.1367), passing the Barony of Loudon into the Campbell family; had issue.
  • Alice, married Neil Campbell (d.1316); had issue.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file).replace("filename", "filenamefilename"))```This one definitely works and does things.
gollark: sys.argv[0] *should* be it.
gollark: Let's go with "nearly self-modifying".
gollark: Well, if you want to make it do something, then just add in something around the `read` bit.
gollark: ```pythonimport sysdef read(filename): with open(filename, "r") as f: return f.read()def write(filename, data): with open(filename, "w") as f: return f.write(data)this_file = sys.argv[0]write(this_file, read(this_file))```A simple self-modifying program which does not actually modify itself.

References

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