From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Re: integration with Python mode Date: Sun, 7 Jan 2007 19:22:05 +0200 Message-ID: <200701071922.06183.pogonyshev@gmx.net> References: <200701062323.37472.pogonyshev@gmx.net> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1168190192 32040 80.91.229.12 (7 Jan 2007 17:16:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 7 Jan 2007 17:16:32 +0000 (UTC) Cc: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Jan 07 18:16:30 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 1H3bdA-0005ak-DJ for ged-emacs-devel@m.gmane.org; Sun, 07 Jan 2007 18:16:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3bd9-00020J-Iq for ged-emacs-devel@m.gmane.org; Sun, 07 Jan 2007 12:16:23 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3bcx-0001zx-Iy for emacs-devel@gnu.org; Sun, 07 Jan 2007 12:16:11 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3bcs-0001yw-Pg for emacs-devel@gnu.org; Sun, 07 Jan 2007 12:16:10 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3bcs-0001yn-Ix for emacs-devel@gnu.org; Sun, 07 Jan 2007 12:16:06 -0500 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.52) id 1H3bcs-0005VD-4n for emacs-devel@gnu.org; Sun, 07 Jan 2007 12:16:06 -0500 Original-Received: (qmail invoked by alias); 07 Jan 2007 17:16:04 -0000 Original-Received: from unknown (EHLO [80.94.234.14]) [80.94.234.14] by mail.gmx.net (mp054) with SMTP; 07 Jan 2007 18:16:04 +0100 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.7.2 In-Reply-To: Content-Disposition: inline X-Y-GMX-Trusted: 0 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:64925 Archived-At: Stefan Monnier wrote: > How 'bout (nth 3 (syntax-ppss )) ? BTW, there is `syntax-ppss-context', which seems to be more high-level. However, it is not documented. Can I still use it or should it be considered private? Paul