How do I respond to a specific user when entering my comment? Will they be notified?

Related: How do I view my recent replies?

Return to the FAQ index

link|improve this question
1  
More like how they don't work! Lol! – bobobobo May 6 at 20:02
feedback

1 Answer

up vote 151 down vote accepted

You can use @name syntax anywhere in your comment to reply to a specific user. This will notify that user in their global inbox global inbox. There can also be notification through email if you click the "email settings" link at the lower left of your global inbox.

In short:

Some more detail:

  • The first author of the question or answer will always be notified of any new comment.
  • You can explicitly notify one (1) other commenter, editor, or ♦ moderator who closed a question.
  • Use @name, where name is the username with all spaces removed.
  • Single trailing punctuation such as a dot, comma or colon is ignored, like @name, yes works, but @name... no does not.
  • Things like @op, @downvoter or @all have no special meaning.
  • If a user comments on their own post and there is only one person who has previously commented, then that person is also notified if @name is forgotten.
  • Tab name completion can be used, and that knows when @name is unnecessary and will then not automatically complete names. It also does not work for editors.

And all details that make this work:

  1. Notifications apply to the author, commenters (associated to current non-deleted comments), and editors of the question or answer that you are commenting on—users not in that list cannot be notified. You can also notify a ♦ moderator who closed the question. The question and answers are all considered independently. For example, if Alice was the author of, commented on, or edited the question or her answer, then you cannot notify her by commenting on Bob's answer (unless Alice also participated in that answer), and vice versa.

  2. You must include @name, where name is a reasonable match to a user's current display name. Users who have not set a display name in their profile are not notified.

  3. If the first word in the display name is at least three characters long, then there must be a starts-with, case-insensitive match of at least three characters in the display name. This means @a and @ab will never match anyone, unless a user uses a first word that is only two characters. Like: @Jo will notify Jo Miller, but not John, and @B. will notify B. Gates, but not B.Gates. If there are more than three characters in @name, then all given characters must match (neither @alix nor @aliceinwonderland will match user Alice).

  4. Matching is performed in reverse chronological order, so if five people named John are participating, @john will match the most recent John. (Use the next rule to differentiate.)

  5. Spaces are removed from the display names for matching purposes. So to match Peter Smith you may use @pet, @peter, @peters, or @petersmith. The last two are useful if Peter Jones is also participating, who can then be distinguished using @peterj. However, no spaces are allowed in the @name itself. Like to notify P Smith, one must use @psm or @psmith. (Here @P Smith would be handled as just @P, which is too short.) Single quotes, dots, dashes and underscores should not be removed.

  6. Special characters are replaced with their simple equivalent. To reply to Piëre you can use both @piëre and @piere. And to reply to Jörg you could use @jorg, but not @joerg.

  7. Comments containing more than one @name are blocked unless they contain a backtick `. In the latter case, only the first name mentioned using the @name syntax will be notified. For example, @alice @bob Hi!` will notify Alice (if she has participated in that post), but not Bob.

  8. An exception is the case when the first @name either matched nobody, or matched the post's author (and thus isn't necessary); in this case, the next @name will be checked.

  9. When editing a comment within its limited editing period, if you change or add @name, the notification may or may not reach the new recipient depending on timing.

  10. The first author of the question or answer will always be notified of any new comment. There is no need to use @name to notify them. (You may still use it for clarity, if needed; however if only you and the author have been commenting on the post so far, the @name will be automatically removed from the beginning of the comment, as it adds no value.)

  11. The notification must begin with a space or be at the start of the comment. For example, you cannot use markup such as italics.

  12. Single trailing punctuation such as a dot, comma or colon is ignored. Like @name, yes works, but @name... no does not. (Though a dot is valid in a username, the last dot is removed for matching, so @St will notify St. although only two characters are used.)

  13. The notification only works for the username that is current at the time the comment is submitted, not any previous username(s) the target may have had.

The exact matching rules are not documented, but extensive tests performed on 30 August 2011 indicate that the following algorithm is used:

  • Take the first word immediately following the @, where the word boundary is determined by a space, a character not valid in user names (such as : , / ! ?) or the end of the comment.
  • Remove one trailing dot . from the resulting string if applicable (and if the string has more than two characters).
  • If the remaining string ends in ' or 's, remove that piece from the string.
  • The resulting string will be matched against the user name with spaces removed.

Example: The comment ends with @O'Conner's.). The word immediately following the @ is O'Conner's. since ' and . are valid in user names. Then the trailing dot is removed, and finally the 's is removed, resulting in O'Conner.

Some examples of supported notifications:

  • @name some text
  • @name: some text
  • @name. Some text
  • @name, some text
  • some text, @name
  • some text, @name, more text
  • Some text, @name.
  • This is mentioned in @name's comment.
  • @P. for both P. Smith and P. Jones (whoever commented most recently), but not P.Smith nor P.Jones. Likewise, @P. Smith is handled as @P., so also matches P. Smith or P. Jones.
  • @psm or @psmith for P Smith
  • @peters or @peterj for Peter Smith or Peter Jones respectively

Examples that will not trigger notifications:

  • @name...
  • abc@name
  • *@name*
  • *@name:*
  • [@name](http://some-url)
  • @[name](http://some-url)
  • @P Smith
link|improve this answer
@Arjan: #3 could indeed be clarified: I did test that "@TH" notifies the user "TH." (which is not completely obvious from #3), and I still don't see if "@B" or "@B." would notify the user "B. Gates". Can you help? – Hendrik Vogt Jan 25 '11 at 14:18
@Hendrik, the last dot is removed before trying to match — see here and its comments. The "word boundary" only applies to the 3rd character. So @B and @B. will never match. Also note that a lot has changed in the recent new implementation, so much of the above might no longer apply. – Arjan Jan 27 '11 at 0:26
1  
@Hendrik, apparently actually @B. works too (for B. Gates, not for B.Gates). – Arjan Jan 28 '11 at 8:23
Is there a way to get instant email notifications of comments mentioning my nick (or otherwise)? Sorry if this is in a FAQ somewhere else, I couldn't find it. – Adam Monsen Mar 3 '11 at 20:31
2  
I think the format of "@jeff's" is frequently used and should be supported. – an0 May 13 '11 at 5:03
@arjan what happens if a question was migrated and the comments of the commenter i wanna @ notify were deleted (but not on the original one)? (and the commenter has an account on both site) – Knu May 21 '11 at 15:42
@Gilles: Oops - the 2011-05-26 14:18:43 comment in not in your inbox? – Hendrik Vogt May 26 '11 at 20:32
@Hendrik: No, it isn't. So this actually shows a comment with a removed @notification may or may not appear in the original notifiee's inbox. – Gilles May 26 '11 at 20:40
@Gilles: That's what I hoped, terrific! Our little experiment was a full success; even a bug was fixed on the way. – Hendrik Vogt May 27 '11 at 6:39
I like meta.stackoverflow.com/editing-help#comment-reply, @Hendrik ;-) (Ah, indeed your Arjan:: worked. And note that a single quote is allowed in a user name, to handle the O'Connors et al. Valid user name characters: [\w'\.\-] Where \w includes any Unicode letter, apparently.) – Arjan Aug 30 '11 at 18:59
@Arjan'abc: Ah! It seems that the experiment didn't go wrong after all. Further testing yielded that this comment should appear in your inbox, but not in your responses (and thus not in your feed). Can you please confirm? Thanks! – Hendrik Vogt Sep 1 '11 at 9:12
@Hendrik: test. – Pierre-Yves Test Sep 3 '11 at 6:34
@Hendrik: No, doesn't appear in the inbox. – Pierre-Yves Test Sep 3 '11 at 6:43
4  
@arjan - Can I use the "@user" syntax within the question itself, if I want to draw someone's attention to a particular question? If not, what's the appropriate way to do that? – eykanal Feb 16 at 17:02
show 1 more comment
feedback

You must log in to answer this question.