From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Hankins Subject: fixmee / syntax-ppss Date: Tue, 01 Dec 2015 08:06:06 -0600 Message-ID: <87y4de9sc1.fsf@jasper.nowan.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3liF-0001jR-GD for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 09:15:24 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a3liA-0008F2-ES for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 09:15:23 -0500 Received: from plane.gmane.org ([80.91.229.3]:57275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a3liA-0008Dh-7P for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 09:15:18 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a3lhx-00008q-8M for emacs-orgmode@gnu.org; Tue, 01 Dec 2015 15:15:05 +0100 Received: from 99-149-132-88.lightspeed.milwwi.sbcglobal.net ([99.149.132.88]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2015 15:15:05 +0100 Received: from nowan by 99-149-132-88.lightspeed.milwwi.sbcglobal.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Dec 2015 15:15:05 +0100 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: emacs-orgmode@gnu.org I recently started using org-mode, so forgive me if this is covered somewhere that I missed. But I'm trying to use fixmee.el with org-mode; it works by finding "fixme" tags in comments, but it's not finding anything in my orgmode files. I've traced the problem to the fact that syntax-ppss fails to accurately report that it's in a comment. So position point inside a comment in an org file and eval: (nth 4 (syntax-ppss)) It should (?) report t, but it's giving me nil. -- Jeremy Hankins