473,810 Members | 3,137 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Formal name for the (Mc,Mac,O,Van.. .) part of a last name?

Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?
Tom

Nov 13 '05 #1
20 5172
DC
Yes, there is. It is part of the last name and there are not spaces.
MCDONALD.
--
Dean Covey
www.coveyaccounting.com

MS-Office Certified:
http://www.microsoft.com/learning/mc...st/default.asp

"Tom Warren" <tw*@gate.net > wrote in message
news:11******** **************@ f14g2000cwb.goo glegroups.com.. .
Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?
Tom

Nov 13 '05 #2
"DC" <nospam> wrote:
Yes, there is. It is part of the last name and there are not spaces.
MCDONALD.


In the case of Mcs and Macs you are correct. However not for the Van and von den's
of seen. O with the apostrophe is an iffy case.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Nov 13 '05 #3
Tom Warren wrote:
Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?
Tom


"Drunk"?
Nov 13 '05 #4
rkc
Lyle Fairfield wrote:
Tom Warren wrote:
Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?
Tom

"Drunk"?


I had a feeling you were.
Nov 13 '05 #5
Br
Tony Toews wrote:
"DC" <nospam> wrote:
Yes, there is. It is part of the last name and there are not spaces.
MCDONALD.


In the case of Mcs and Macs you are correct. However not for the Van
and von den's of seen. O with the apostrophe is an iffy case.

Tony


I've yet to be able to code the capilisation for all known variants of
names like this... Esp with "van" which can have either caps (and there
are probably others).

Br@dley
Nov 13 '05 #6
"Tom Warren" <tw*@gate.net > wrote
Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?


PreSurname appears to have been coined here:

http://www.johncardinal.com/tmgutil/capitalizenames.htm

But most sites simply use "prefix". The site cited above is for a utility
to capitalize thousands of surnames correctly.
Darryl Kerkeslager

Nov 13 '05 #7

Br@dley wrote:
I've yet to be able to code the capilisation for all known variants of names like this... Esp with "van" which can have either caps (and there are probably others).

Br@dley


Me either, but I still try.

Tom

Nov 13 '05 #8
On Thu, 20 Jan 2005 02:43:05 GMT, "Br@dley" <br@dley.com> wrote:

I'm an expert on "van". It's always lowercase if it has a Dutch root.
It is considered part of the last name. Don't confuse it with a middle
initial. I never understood the middle initial part - Dutch catholics
often have 3 names, like in Thomas Petrus Johannes van Stiphout. I
guess P.J. would be my middle initial?

-Tom.

Tony Toews wrote:
"DC" <nospam> wrote:
Yes, there is. It is part of the last name and there are not spaces.
MCDONALD.


In the case of Mcs and Macs you are correct. However not for the Van
and von den's of seen. O with the apostrophe is an iffy case.

Tony


I've yet to be able to code the capilisation for all known variants of
names like this... Esp with "van" which can have either caps (and there
are probably others).

Br@dley


Nov 13 '05 #9
rkc wrote:
Lyle Fairfield wrote:
Tom Warren wrote:
Is there a formal name for the (Mc,Mac,O,Van.. .) part of a last name?
Tom


"Drunk"?


I had a feeling you were.


Does this mean you are not going ahead with your plan to refinance The
Breeze, so that you can come over and visit?

I hope no one took offense to my association of "Drunk" with Mc, Mac and
O. It was just a association I learned in my childhood.

The Vans, of course, were not drunks, but carriers.
Nov 13 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1803
by: Amir Michail | last post by:
Hi, I was wondering if there is a tool that will perform some heuristic checking of actual and formal parameters to warn about likely errors. Such a tool could check that formal and actual parameters have similar names. For example:
44
2468
by: Steven T. Hatton | last post by:
This may seem like such a simple question, I should be embarrassed to ask it. The FAQ says an object is "A region of storage with associated semantics." OK, what exactly is meant by "associated semantics"? What, if any, associated semantics are shared by all objects? That part seems to go beyond the FAQ. Does anybody know of a resource that discusses (focuses on) this topic? -- p->m == (*p).m == p.m
6
1951
by: Jo K. | last post by:
I have a bounded field called Name. It's used to type in the full name of a customer (intentionally set up that way instead of seperating the first and last names) I would like to be able to seperate the names in say a report. When merging data from the database to a word document, I would like the database to insert the first name for the "Dear" part of the letter. eg. James Smith is the full entry in the field. The report would...
14
405
by: PC Datasheet | last post by:
I am formally complaining to CDMA regarding being harassed by Arno R and am asking if there is anyone to send my complaint to. I responded to a post by Sparks dated 9/29 with the subject "Mail Merge Access97 And Word". Arno R posted a harassing response to my response and his action is uncalled for and I am seeking that Arno R be sanctioned for his actions and if it continues he be forever banned from CDMA. Lyle Fairfield recently posted...
2
5062
by: Peter Dunker | last post by:
Hi, I will write ANSI C89. Is the following struct defenition correct ? I wrote it with VC6(Windows IDE) and at first no Problem. As I changed a compiler switch to 'no language extension', the compiler said that the union has no name. Is it right that in ANSI C the union must be named inside this kind of structure ?
8
1444
by: Just Me | last post by:
With VB6 I wanted to be consistent in how I named variables so I developed the following doc. The last column is what I named the variable. I tried to be consistent wit the Win32 document but it is not consistent. For example, Filename is used many different ways. Now I'm trying to find out what .NET does and am looking for help from experience users. Can you suggest any changes I could in the variable names to be consistent
5
1701
by: Roy Smith | last post by:
I've got some legacy code I'm maintaining. There's a method declared in the class.h file like this: void foo(unsigned priority); and it's implemented as: void myClass::foo (unsigned /* priority */) { // body omitted
0
9722
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10379
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10393
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10124
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6882
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5690
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3863
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.