From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: phillip.lord@newcastle.ac.uk (Phillip Lord) Newsgroups: gmane.emacs.devel Subject: Re: "Adobe Brackets like" editing in emacs Date: Fri, 21 Mar 2014 11:36:06 +0000 Message-ID: <87a9cjn5qx.fsf@newcastle.ac.uk> References: <87y505rv0i.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1395401779 15265 80.91.229.3 (21 Mar 2014 11:36:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 21 Mar 2014 11:36:19 +0000 (UTC) Cc: arthur miller , emacs-devel@gnu.org To: Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Mar 21 12:36:28 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 1WQxkS-0007Td-1S for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2014 12:36:28 +0100 Original-Received: from localhost ([::1]:52118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQxkR-0005YK-KE for ged-emacs-devel@m.gmane.org; Fri, 21 Mar 2014 07:36:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41856) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQxkJ-0004eb-NB for emacs-devel@gnu.org; Fri, 21 Mar 2014 07:36:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WQxkE-0002PF-B3 for emacs-devel@gnu.org; Fri, 21 Mar 2014 07:36:19 -0400 Original-Received: from cheviot22.ncl.ac.uk ([128.240.234.22]:36184) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WQxkE-0002Nq-4z; Fri, 21 Mar 2014 07:36:14 -0400 Original-Received: from smtpauth-vm.ncl.ac.uk ([10.8.233.129]) by cheviot22.ncl.ac.uk with esmtp (Exim 4.63) (envelope-from ) id 1WQxk7-0005be-G0; Fri, 21 Mar 2014 11:36:08 +0000 Original-Received: from localhost (jangai.ncl.ac.uk [10.66.67.223]) (authenticated bits=0) by smtpauth-vm.ncl.ac.uk (8.13.8/8.13.8) with ESMTP id s2LBa79w018588 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 21 Mar 2014 11:36:07 GMT In-Reply-To: (Richard Stallman's message of "Thu, 20 Mar 2014 14:57:43 -0400") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 128.240.234.22 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:170703 Archived-At: Richard Stallman writes: > Couldn't feature be mimicked if a widow is split in 3 parts horsontally, > with follow mode, so > that first and last window display original file, and window in the middle > new file? > > If the sort of display made by Brackets is useful, > I think it would be better to implement it at the C level > so that we could make it look as nice as it does in Brackets. Also, so that it looks *different* from having a window split into 3 parts, so that the behaviour coming from it is expected. Phil