From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Tokenizing Date: Sat, 20 Sep 2014 15:55:00 -0400 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411242937 6166 80.91.229.3 (20 Sep 2014 19:55:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 20 Sep 2014 19:55:37 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Vladimir Kazanov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 20 21:55:30 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XVQkg-0004lu-43 for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2014 21:55:26 +0200 Original-Received: from localhost ([::1]:35857 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVQkf-0004NT-Jz for ged-emacs-devel@m.gmane.org; Sat, 20 Sep 2014 15:55:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59294) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVQkV-0004Mx-2z for emacs-devel@gnu.org; Sat, 20 Sep 2014 15:55:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XVQkM-0005RP-Oy for emacs-devel@gnu.org; Sat, 20 Sep 2014 15:55:15 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.181]:51530) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XVQkM-0005HC-Lg; Sat, 20 Sep 2014 15:55:06 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUGAIDvNVNFpZEG/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCw4mEhQYDSSIDNIZF44iWAeEOASpGYFqg0whgSw X-IPAS-Result: ArUGAIDvNVNFpZEG/2dsb2JhbABZgwaDSsA9gRcXdIImAQEEViMQCw4mEhQYDSSIDNIZF44iWAeEOASpGYFqg0whgSw X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="90406453" Original-Received: from 69-165-145-6.dsl.teksavvy.com (HELO pastel.home) ([69.165.145.6]) by ironport2-out.teksavvy.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 20 Sep 2014 15:55:01 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id 2F52962F79; Sat, 20 Sep 2014 15:55:00 -0400 (EDT) In-Reply-To: (Vladimir Kazanov's message of "Sat, 20 Sep 2014 19:36:16 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 206.248.154.181 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174592 Archived-At: > - it should be possible to completely replace the font-lock-mode with > this mode, given a concrete language tokenizer; The intention for font-lock highlighting is to show syntactic structure. In many cases, we end up limited to lexical highlighting, but that's a problem. Stefan