comparison doc/lispref/syntax.texi @ 109689:ffde65bb1dd2

merge emacs-23
author Kenichi Handa <handa@etlken>
date Tue, 27 Jul 2010 16:01:48 +0900
parents 71353caf35e3
children 9b5623e06689 376148b31b5e
comparison
equal deleted inserted replaced
108493:e5f3704cf67a 109689:ffde65bb1dd2
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001, 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. 4 @c 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
5 @c Free Software Foundation, Inc.
5 @c See the file elisp.texi for copying conditions. 6 @c See the file elisp.texi for copying conditions.
6 @setfilename ../../info/syntax 7 @setfilename ../../info/syntax
7 @node Syntax Tables, Abbrevs, Searching and Matching, Top 8 @node Syntax Tables, Abbrevs, Searching and Matching, Top
8 @chapter Syntax Tables 9 @chapter Syntax Tables
9 @cindex parsing buffer text 10 @cindex parsing buffer text
21 @menu 22 @menu
22 * Basics: Syntax Basics. Basic concepts of syntax tables. 23 * Basics: Syntax Basics. Basic concepts of syntax tables.
23 * Desc: Syntax Descriptors. How characters are classified. 24 * Desc: Syntax Descriptors. How characters are classified.
24 * Syntax Table Functions:: How to create, examine and alter syntax tables. 25 * Syntax Table Functions:: How to create, examine and alter syntax tables.
25 * Syntax Properties:: Overriding syntax with text properties. 26 * Syntax Properties:: Overriding syntax with text properties.
26 * Motion and Syntax:: Moving over characters with certain syntaxes. 27 * Motion and Syntax:: Moving over characters with certain syntaxes.
27 * Parsing Expressions:: Parsing balanced expressions 28 * Parsing Expressions:: Parsing balanced expressions
28 using the syntax table. 29 using the syntax table.
29 * Standard Syntax Tables:: Syntax tables used by various major modes. 30 * Standard Syntax Tables:: Syntax tables used by various major modes.
30 * Syntax Table Internals:: How syntax table information is stored. 31 * Syntax Table Internals:: How syntax table information is stored.
31 * Categories:: Another way of classifying character syntax. 32 * Categories:: Another way of classifying character syntax.