N
The Daily Insight

What is an interlocutor in Scots law

Author

William Smith

Updated on April 19, 2026

An order or decision of a Scottish court short of final judgment. Each interlocutor is signed by the presiding judge and the interlocutor sheets then form part of the process. Resource ID w-010-9348.

What does interlocutor mean in law?

Interlocutor derives from the Latin interloqui, meaning “to speak between” or “to issue an interlocutory decree.” (An interlocutory decree is a court judgment that comes in the middle of a case and is not decisive.)

What is a Declarator in Scots law?

A declarator in Scottish law is a form of legal action by which some right of property, servitude, or status (or some other inferior right or interest) is sought to be judicially declared.

What is a defendant called in Scotland?

Terminology varies from one jurisdiction to another. In Scots law, the terms “accused” or “panel” are used instead in criminal proceedings and “defender” in civil proceedings. Another term in use is “respondent”.

What does deserted pro loco et tempore mean?

To desert a case pro loco et tempore means stopping the particular indictment or summary complaint proceeding further without the facts being determined. It does not prevent the prosecution re raising the case.

What is the purpose of an interlocutor?

An interlocutor is someone who participates in a discussion or conversation, sometimes as a go-between. If you and your friend are in an argument and aren’t speaking, a third friend could act as an interlocutor, delivering messages back and forth.

What does an interlocutor do?

a person who takes part in a conversation or dialogue. the man in the middle of the line of performers in a minstrel troupe, who acts as the announcer and banters with the end men.

What is a proof before answer?

A proof is a hearing of the evidence in a case. A proof is appropriate where there is a factual dispute between the parties. … A “proof before answer” is a hearing on both factual and legal issues. A proof before answer is appropriate where the court needs to hear the evidence before addressing the legal issue.

What is a diet in Scottish law?

Diet. The diet is the date fixed by the court for hearing a particular stage of a case. For instance a ‘pleading diet’ is when accused are asked to state whether they plead guilty or not guilty. Disposal. A disposal is the sentence or outcome of a criminal case.

What does in hoc statu mean?

In hoc statu. For the time being, at this stage. Initial Writ.

Article first time published on

What is a Declarator in C++?

A declarator declares an object, function, or reference. as part of a declaration.

What is a decree de Plano?

A decree de plano is one in which the court grants a decree or order in the terms sought. … Decern A formal word meaning to give (final) decree or judgment and authorises an extract of the decree or order.

What does APP mean in Scottish court?

The summary application procedure is used for a number of different types of action; for example applications for mortgage repossessions, applications relating to adults with incapacity, or antisocial behaviour.

What does locus mean in Scotland?

A place, site or position, freq.

What is another word for interlocutor?

In this page you can discover 12 synonyms, antonyms, idiomatic expressions, and related words for interlocutor, like: dialogist, conversationalist, conversational-partner, speaker, interviewer, talker, questioner, middleman, appellate court, examiner and petitioner.

What is sympathetic interlocutor?

A person who takes part in a dialogue or conversation. … ‘All of these narratives unfold partly as dialogues with what seem to be sympathetic but ineffectual interlocutors, perhaps lawyers.

How do you use the word interlocutor?

  1. After Lynn listened to her friends’ conversation for a while, she became an interlocutor and expressed her opinion.
  2. The music at the party was so loud my interlocutor couldn’t understand a word I said during our conversation.

What is interlocutor communication?

In linguistics, discourse analysis, and related fields, an interlocutor is a person involved in a conversation or dialogue. Two or more people speaking to one another are each other’s interlocutors. The terms conversation partner, hearer, or addressee are often used interchangeably with interlocutor.

What do you call a person you are having a conversation with?

From Merriam-Webster: interlocutor: a person who is having a conversation with you.

What does rurally mean?

adj. 1. Of, relating to, or characteristic of the country. 2. Of or relating to people who live in the country: rural households.

What is plea negotiation Scotland?

There are two main forms of plea bargaining which operate in Scotland. First, ‘charge bargaining’ is a practice whereby the prosecution and defence agree which charges to amend or delete in exchange for a guilty plea by the accused person to the remaining charge(s).

What does dedicated floating trial mean?

Dedicated Floating Trial – this is a trial allocated to a particular High Court (such as Glasgow or Edinburgh) that can start on one of a number of days within the same week.

Can a court case be dropped before trial Scotland?

Asking to drop the charges You cannot ask to drop the charges at a later date. Once the details of the crime have been passed to the procurator fiscal, it’s up to them to decide whether it is in the public interest to proceed with the case or not. You can let the procurator fiscal know if you have any concerns.

Does Pre Action Protocol apply in Scotland?

Two separate pre-action protocols currently operate in Scotland for personal injury claims (excluding disease and clinical negligence).

What is the name of the document that is used to begin an action in the Court of Session?

A Court of Session case is started by the person making the claim (the “pursuer”) presenting a summons to the court clerks. The summons has to be in the correct form, which includes stating who the parties are, what the claim is for and the facts relied upon for why it should succeed.

What happens at a proof hearing?

Where the Order refers simply to a “hearing”, the Court will expect to hold a full hearing at which all issues in the case can be dealt with. That is often referred to as a “proof”. It is the stage when the parties get an opportunity to prove their case.

What does Quoad ultra denied mean?

Quoad ultra is a Latin phrase usually translated as ‘everything else‘. It should only be used in conjunction with the word ‘denied’. The phrase ‘Quoad ultra denied’ is a ‘catch all’ phrase to ensure that no accusations are left unanswered.

What does ET Separatim mean?

Et separatim – and separately. Esto when pleading an alternative case. Rei interventus – things intervening; that is, things done by one of the parties to a contract, in the faith of its validity.

What does Absolvitor mean?

: a dismissal of an action : acquittal.

Why do we need forward declaration in C++?

A forward declaration allows us to tell the compiler about the existence of an identifier before actually defining the identifier. In the case of functions, this allows us to tell the compiler about the existence of a function before we define the function’s body.

Is time a keyword in C++?

C++ time() The time() function in C++ returns the current calendar time as an object of type time_t . It is defined in the ctime header file.