From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Allan Webber Newsgroups: gmane.emacs.devel Subject: parinfer-mode for Emacs might be neat for encouraging Lisp adoption Date: Wed, 11 Nov 2015 17:30:28 -0600 Message-ID: <877flow194.fsf@dustycloud.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1447285436 9375 80.91.229.3 (11 Nov 2015 23:43:56 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 11 Nov 2015 23:43:56 +0000 (UTC) To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 12 00:43:50 2015 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 1Zwf3N-0006oE-TZ for ged-emacs-devel@m.gmane.org; Thu, 12 Nov 2015 00:43:50 +0100 Original-Received: from localhost ([::1]:43678 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwf3M-0005rK-U1 for ged-emacs-devel@m.gmane.org; Wed, 11 Nov 2015 18:43:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49116) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwf3J-0005rE-6B for emacs-devel@gnu.org; Wed, 11 Nov 2015 18:43:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zwf3E-0007sJ-Bo for emacs-devel@gnu.org; Wed, 11 Nov 2015 18:43:45 -0500 Original-Received: from dustycloud.org ([50.116.34.160]:34083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zwf3E-0007sF-4s for emacs-devel@gnu.org; Wed, 11 Nov 2015 18:43:40 -0500 Original-Received: from earlgrey (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id F0E34265F6 for ; Wed, 11 Nov 2015 18:43:37 -0500 (EST) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 50.116.34.160 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:194177 Archived-At: Here's a project borrowing some neat ideas from Emacs and extensions (especially paredit) on lisp editing and providing some of its own ideas, too: http://shaunlebron.github.io/parinfer/index.html I could imagine this could make GNU Emacs an even better lisp hacking environment for some than it already is, or make jumping in easier, for some people. Maybe someone will be inspired and add a plugin for it? There's a space listed for editor implementations here: http://shaunlebron.github.io/parinfer/index.html#editor-plugins I don't have time to work on this, but I imagine someone on this list might find it interesting enough to take for a spin, so I thought I'd post it here. At the very least, it's clearly critical for GNU Emacs to be the most advanced lisp editing environment there is. ;) - Chris