From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: org-mode + icicles, avoid key binding redefinitions? Date: Wed, 29 Jan 2014 18:48:07 +0100 Message-ID: <87a9eefzmw.fsf@bzg.ath.cx> References: <87ob33nnwi.fsf@bzg.ath.cx> <87eh3yvgyg.fsf@bzg.ath.cx> <3bc3c5a1-1c3f-4975-9dd6-3428aabb69be@default> <87ppniu06o.fsf@bzg.ath.cx> <1c11f795-ca4a-45bf-9701-7645a0609ed1@default> <87lhy6l4k4.fsf@bzg.ath.cx> <87d2jh93jb.fsf@bzg.ath.cx> <87bnywtqx4.fsf@bzg.ath.cx> <86lhxz6uw8.fsf@somewhere.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57581) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ZFf-0005Bu-AQ for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 12:48:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W8ZFW-0000oh-AD for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 12:48:39 -0500 Received: from plane.gmane.org ([80.91.229.3]:54939) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W8ZFW-0000o8-3K for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 12:48:30 -0500 Received: from public by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1W8ZFT-0003Rb-FI for emacs-orgmode@gnu.org; Wed, 29 Jan 2014 18:48:27 +0100 In-Reply-To: (Thomas S. Dye's message of "Wed, 29 Jan 2014 07:34:19 -1000") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: public-emacs-orgmode-mXXj517/zsQ@plane.gmane.org, Sebastien Vauban Hi Thomas, tsd@tsdye.com (Thomas S. Dye) writes: > Also, this is my first time trying to decode a syntax table, so caveat > emptor. Yes -- when doing C-u C-x on { in fundamental-mode I read Character code properties: customize what to show name: LEFT CURLY BRACKET old-name: OPENING CURLY BRACKET general-category: Ps (Punctuation, Open) ^^^^^^^^^^^ and this is the same in org-mode, as org-mode does not modify the syntax of this character. So I think `{' is generally a considered a "punctuation" character (compare it to the `*' char, which also falls into two categories, "punctuation" and "other".) -- Bastien