From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Seeking advice on writing a "line-based" major mode Date: Sun, 19 Jul 2015 01:26:29 +0100 Message-ID: <87twt10z7u.fsf@robertthorpeconsulting.com> References: <87pp3pjboe.fsf@mbork.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1437265625 22831 80.91.229.3 (19 Jul 2015 00:27:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 19 Jul 2015 00:27:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Marcin Borkowski Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 19 02:26:47 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1ZGcRK-0004KI-CR for geh-help-gnu-emacs@m.gmane.org; Sun, 19 Jul 2015 02:26:46 +0200 Original-Received: from localhost ([::1]:50190 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGcRI-0002Ay-VC for geh-help-gnu-emacs@m.gmane.org; Sat, 18 Jul 2015 20:26:44 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52432) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGcRA-0002Ap-6c for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 20:26:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGcR7-0007dm-0O for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 20:26:36 -0400 Original-Received: from outbound-smtp01.blacknight.com ([81.17.249.7]:38467) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGcR6-0007df-Qa for help-gnu-emacs@gnu.org; Sat, 18 Jul 2015 20:26:32 -0400 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp01.blacknight.com (Postfix) with ESMTPS id 2A8E3C0074 for ; Sun, 19 Jul 2015 00:26:31 +0000 (UTC) Original-Received: (qmail 26400 invoked from network); 19 Jul 2015 00:26:31 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[86.163.21.0]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 19 Jul 2015 00:26:31 -0000 In-Reply-To: <87pp3pjboe.fsf@mbork.pl> (message from Marcin Borkowski on Sun, 19 Jul 2015 01:20:01 +0200) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.7 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:105832 Archived-At: Marcin Borkowski writes: ... > > OK, so the blog post is online: > http://mbork.pl/2015-07-18_TLM_vs_EWOC%2c_or_there_and_back_again > (There are some problems with the styling on my site, but I don't have > time to fix that now, sorry.) That's useful to me. I'm planning to write a mode using one of those two libraries in a few months time. Thanks, Robert Thorpe