From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: "Adobe Brackets like" editing in emacs Date: Fri, 28 Mar 2014 17:10:19 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1396023201 32286 80.91.229.3 (28 Mar 2014 16:13:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Mar 2014 16:13:21 +0000 (UTC) Cc: Emacs-Devel devel , Arthur Miller , Mathias Dahl To: "Richard M. Stallman" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 28 17:13:32 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 1WTZPP-0003sY-7O for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2014 17:13:31 +0100 Original-Received: from localhost ([::1]:34671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTZPO-0003ep-Hh for ged-emacs-devel@m.gmane.org; Fri, 28 Mar 2014 12:13:30 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44560) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTZN0-0006qG-I1 for emacs-devel@gnu.org; Fri, 28 Mar 2014 12:11:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WTZMz-0000YA-LY for emacs-devel@gnu.org; Fri, 28 Mar 2014 12:11:02 -0400 Original-Received: from mail-ie0-x22c.google.com ([2607:f8b0:4001:c03::22c]:53218) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WTZMy-0000Xl-1F; Fri, 28 Mar 2014 12:11:00 -0400 Original-Received: by mail-ie0-f172.google.com with SMTP id as1so5151666iec.31 for ; Fri, 28 Mar 2014 09:10:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=VzI+S/nXa0DJLD3JxVBl89edZLrljlSVpnXl0/deGeA=; b=SYU7FiO/HW68sJG/eTruGfQPkF3bCWqxJyezszyRHo8xrQy+oKTZopTisytCz415zx hkDLs+xKHH3yRyZOweo9sZQHEMd3pcx/m4mKb1x2EJCQowth3DvGvnEhH14Xw4zeYOHu iszKIf8a4fkg8X4J1qvsf2dbUyVuIwKg0S/VaFL9g3y9o9NW5HvQaWfY7ZUia2YqPVNI l+BXlgNy8sNX/kE+IEbbVm155vVph8XEuKLSGWCoLNRQTC/9BzdUS/XAnJYoowHZXgZY wJoQKNhAJf4e+LNo7Jbfy5OJI/WDqy9llxrk0NSrrfqbm1632foGpdLfaUM6EhAm5hop hFRw== X-Received: by 10.50.66.146 with SMTP id f18mr12050351igt.12.1396023059434; Fri, 28 Mar 2014 09:10:59 -0700 (PDT) Original-Received: by 10.42.229.1 with HTTP; Fri, 28 Mar 2014 09:10:19 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4001:c03::22c 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:171079 Archived-At: On Fri, Mar 28, 2014 at 4:26 PM, Richard Stallman wrote: > > I just took a closer look to see if someone did not make a better version > of Brackets since brackets lacks a lot of functionality. Google did. They > integrated something like it in the browser. Take a look at Workspaces here > and test it in Chrome. Amazing. > > Is it free software? > It looks complicated. For the rendering engine, webkit (http://www.webkit.org/): "WebKit is open source software with portions licensed under the LGPLand BSD licenses. Complete license and copyright information can be found within the code." But the tools I was writing about is part of Google Chromium (http://www.chromium.org/).