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: Re: Emacs Lisp's future Date: Fri, 26 Sep 2014 13:23:21 -0500 Message-ID: <874mvufdes.fsf@earlgrey.lan> References: <87wq97i78i.fsf@earlgrey.lan> <87sijqxzr2.fsf@newcastle.ac.uk> <877g11c8wh.fsf@gmx.us> <87wq91uhe8.fsf@newcastle.ac.uk> <87k3508oie.fsf@gmx.us> <87mw9mqqb2.fsf@bernoul.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1411755903 3738 80.91.229.3 (26 Sep 2014 18:25:03 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Sep 2014 18:25:03 +0000 (UTC) Cc: Rasmus , emacs-devel@gnu.org To: Jonas Bernoulli Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 26 20:24:56 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 1XXaCL-0004ih-OV for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2014 20:24:53 +0200 Original-Received: from localhost ([::1]:50723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXaCL-0002my-7u for ged-emacs-devel@m.gmane.org; Fri, 26 Sep 2014 14:24:53 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44994) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXaCC-0002mI-1a for emacs-devel@gnu.org; Fri, 26 Sep 2014 14:24:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXaC5-0000m1-U6 for emacs-devel@gnu.org; Fri, 26 Sep 2014 14:24:43 -0400 Original-Received: from dustycloud.org ([50.116.34.160]:54240) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXaC5-0000jd-Q5 for emacs-devel@gnu.org; Fri, 26 Sep 2014 14:24:37 -0400 Original-Received: from earlgrey.lan (localhost [127.0.0.1]) by dustycloud.org (Postfix) with ESMTPS id F30CC26702; Fri, 26 Sep 2014 14:24:27 -0400 (EDT) In-reply-to: <87mw9mqqb2.fsf@bernoul.li> 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:174728 Archived-At: Jonas Bernoulli writes: > Instead of adding Magit as is, I would rather add certain components of > Magit to Emacs itself (after sufficiently abstracting them) and move > certain functionality into libraries that are already part of Emacs. That would be great. There are some features of magit that would be really nice to have available for all packages by being bundled with emacs. The popup menu system is pretty much the best, for example. - Chris