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: Sun, 30 Mar 2014 03:01:31 +0200 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 1396141348 14655 80.91.229.3 (30 Mar 2014 01:02:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 30 Mar 2014 01:02:28 +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 Sun Mar 30 03:02:23 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 1WU48j-000866-3O for ged-emacs-devel@m.gmane.org; Sun, 30 Mar 2014 03:02:21 +0200 Original-Received: from localhost ([::1]:41966 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU48i-0002JQ-D4 for ged-emacs-devel@m.gmane.org; Sat, 29 Mar 2014 21:02:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48241) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU48e-0002In-6F for emacs-devel@gnu.org; Sat, 29 Mar 2014 21:02:17 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WU48d-0006wl-3O for emacs-devel@gnu.org; Sat, 29 Mar 2014 21:02:16 -0400 Original-Received: from mail-ie0-x229.google.com ([2607:f8b0:4001:c03::229]:38324) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WU48b-0006wA-KU; Sat, 29 Mar 2014 21:02:13 -0400 Original-Received: by mail-ie0-f169.google.com with SMTP id to1so6481111ieb.28 for ; Sat, 29 Mar 2014 18:02:12 -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=m3L6x6ScTONMIvpHEsQwwfuhxeERtKXD8TTNWx19Feg=; b=yZWzqRZoTCAvY2CwKgZSirFV4hNMJKmwDTeGHNFm6eE+8g0rpxR8yPWLkJVITfekI6 wLT9VP8/79qvZa6Aqo3dOdoqx5b82zbrFIUxEGE4Ucn0d7Du/Vn1edUXRo2K/TuAzC1Z 9DoWCZqF5o5kANjGbW9k5IIilXZs1pz42G09jNhDT0LmReVyA8JBYBB8MFrGlnAbohH0 1of6solDYlCynpthMsPlFO7JuvLQOrMu/v3w4j0Lp+OS1l/8UTbNs9CPdQEV8nJjQPQY sYO2ULwMLqK3Y1hoBpsFTvuPcwJ2E1gB/ZZoFC77UCIziys6oQrb2FrCqebHu2zHZiTC yzTA== X-Received: by 10.42.203.202 with SMTP id fj10mr7571782icb.51.1396141332479; Sat, 29 Mar 2014 18:02:12 -0700 (PDT) Original-Received: by 10.42.229.1 with HTTP; Sat, 29 Mar 2014 18:01:31 -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::229 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:171187 Archived-At: On Sun, Mar 30, 2014 at 1:24 AM, Richard Stallman wrote: > > But the tools I was writing about is part of Google Chromium > (http://www.chromium.org/). > > I guess that is free software, but has some drawbacks in how it is > maintained, because Chrome is nonfree. I think what Google is doing there is very good. They are integrating the browser, editing tools, structural view and editing, browser parsers etc. This integrating makes it possible to make a much more powerful UI (in this case, I mean). That is why I wanted people to have a look at it. (And I guess Brackets was abandon because it lacks this possibility.) Integrating is a very hard game, but necessary to compete here. I think it would be nice to have an Emacs window there inside Chrome, but the way to achieve that is not very short currently.