From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: generic buffer parsing cache data Date: Sun, 01 Jul 2007 12:32:21 -0400 Message-ID: References: <200707010038.23072.pogonyshev@gmx.net> <468794AB.20401@gmx.at> <200707011516.31959.pogonyshev@gmx.net> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1183307766 31991 80.91.229.12 (1 Jul 2007 16:36:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 1 Jul 2007 16:36:06 +0000 (UTC) Cc: rudalics@gmx.at, emacs-devel@gnu.org To: Paul Pogonyshev Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jul 01 18:36:05 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I52P5-0007Sm-Ag for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 18:36:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I52P4-0001LW-TK for ged-emacs-devel@m.gmane.org; Sun, 01 Jul 2007 12:36:02 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I52LZ-0007M0-5F for emacs-devel@gnu.org; Sun, 01 Jul 2007 12:32:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I52LW-0007L4-UY for emacs-devel@gnu.org; Sun, 01 Jul 2007 12:32:24 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I52LW-0007Ks-8O for emacs-devel@gnu.org; Sun, 01 Jul 2007 12:32:22 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I52LV-0003tI-Ul for emacs-devel@gnu.org; Sun, 01 Jul 2007 12:32:22 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1I52LV-000709-O0; Sun, 01 Jul 2007 12:32:21 -0400 In-reply-to: <200707011516.31959.pogonyshev@gmx.net> (message from Paul Pogonyshev on Sun, 1 Jul 2007 15:16:31 +0300) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74127 Archived-At: ! doc: /* Parse syntax starting at FROM until TO; return status of parse at TO. ! Exact rules are determined by buffer's major mode. If this refers to the fact that the syntax table depends on the major mode, that is so basic that I think it doesn't need to be repeated here. However, if we did want to remind people of it here, we should say that parsing depends on the syntax table.