From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ken Hori Newsgroups: gmane.emacs.devel Subject: Re: redisplay system of emacs Date: Wed, 27 Jan 2010 21:10:18 -0800 Message-ID: References: <27349166.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1264655444 22633 80.91.229.12 (28 Jan 2010 05:10:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 Jan 2010 05:10:44 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 28 06:10:34 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1NaMeH-0000XW-Cd for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 06:10:33 +0100 Original-Received: from localhost ([127.0.0.1]:40370 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaMeG-0004Bv-22 for ged-emacs-devel@m.gmane.org; Thu, 28 Jan 2010 00:10:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaMeA-0004Bq-5P for emacs-devel@gnu.org; Thu, 28 Jan 2010 00:10:26 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaMe4-0004AI-H7 for Emacs-devel@gnu.org; Thu, 28 Jan 2010 00:10:24 -0500 Original-Received: from [199.232.76.173] (port=37314 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaMe4-0004AC-Dx for Emacs-devel@gnu.org; Thu, 28 Jan 2010 00:10:20 -0500 Original-Received: from mail-pw0-f47.google.com ([209.85.160.47]:42749) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaMe4-0005rD-2a for Emacs-devel@gnu.org; Thu, 28 Jan 2010 00:10:20 -0500 Original-Received: by pwj10 with SMTP id 10so248284pwj.26 for ; Wed, 27 Jan 2010 21:10:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=mBlO6lQvIxsaFMP5QhiG5tgzvMSBjwiKdS4YlERL5/U=; b=FdNAdeTKCWFBWtBD21V+EUbvjQzP2dX+s4WKTnTtR0Xy/Eb7AeRABuoUH4/x3WmWOq R8TXjsb6HbOSECSC/VPt7CE29Yln8klLpqjIHX8Evcl9UWM6QRWLXqVwfsAQBnGSCwHz AxdasU+0hyxuwQXCzwT256pQYGKKT50x6w9yU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=amGE3V3pAZVyWT0Nyn9wSJfdGEpPPxSdlqEv2iIittlBAbyHc9Scj3zsvK5R/3PWZ5 QPlDwqlkpLKqTBpa2EG9xP5+kfxY+KqqOsvLbvDpVHkpEwGdHqj3UdsattTGGBfxjEFH raQ+2S5e5AC2QmBCFvuwHHR/bAtLLlbiv57Vw= Original-Received: by 10.115.65.40 with SMTP id s40mr7263784wak.96.1264655418723; Wed, 27 Jan 2010 21:10:18 -0800 (PST) In-Reply-To: <27349166.post@talk.nabble.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:120543 Archived-At: +1 vote. On Wed, Jan 27, 2010 at 4:19 PM, alin.s wrote: > > I was wondering if it is possible to change the system of redisplay of emacs > to a less obfuscated one. > > The current system , based on redisplay internal, for me it is very > obfuscated. > > It could be possible to adopt a more clear system and keep all the other > functionalism ? > > Could it be possible to take off all the redisplay and create a standardized > system of redisplay, that everybody can understand quickly? Everybody can > write an add-on for Mozilla. I do not know how redisplay of Mozilla works, > but as time as new add ons appear every day, that means that the system is > very standardized and easy to learn. > > What are your opinions concerning this problem? > > > > -- > View this message in context: http://old.nabble.com/redisplay-system-of-emacs-tp27349166p27349166.html > Sent from the Emacs - Dev mailing list archive at Nabble.com. > > > >