From mboxrd@z Thu Jan 1 00:00:00 1970 From: Baoqiu Cui Subject: Exclamation mark not a postmatch ? Date: Mon, 23 Mar 2009 00:24:56 -0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LleXD-0007fH-4n for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 03:25:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LleX8-0007er-MS for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 03:25:22 -0400 Received: from [199.232.76.173] (port=36969 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LleX8-0007eo-HL for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 03:25:18 -0400 Received: from main.gmane.org ([80.91.229.2]:40834 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LleX7-0008AK-4o for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 03:25:17 -0400 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LleWy-0007eZ-Te for emacs-orgmode@gnu.org; Mon, 23 Mar 2009 07:25:08 +0000 Received: from nat-dip6.cfw-a-gci.corp.yahoo.com ([209.131.62.115]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2009 07:25:08 +0000 Received: from cbaoqiu by nat-dip6.cfw-a-gci.corp.yahoo.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 23 Mar 2009 07:25:08 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Hi, Today I just found out that the exclamation mark ('!') is not allowed as postmatch in org-emphasis-regexp-components, but '?' is. For example: This is *NOT BOLD*! Is there any special reason behind this? It seems to me that both '!' and '?' are commonly used at the end of a sentence, and should be treated similarly. Am I missing anything (or do I have to customize variable org-emphasis-regexp-components to support this)? I tried to search the mailing list archive about this, but could not find anything. Thanks, Baoqiu