From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bois Francois-Xavier Newsgroups: gmane.emacs.devel Subject: Re: web-mode.el Date: Tue, 12 Jun 2012 15:45:02 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1339514916 17734 80.91.229.3 (12 Jun 2012 15:28:36 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 12 Jun 2012 15:28:36 +0000 (UTC) Cc: Emacs-Devel devel To: Lennart Borgman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 12 17:28:34 2012 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 1SeT1A-0008Ep-RQ for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 17:28:28 +0200 Original-Received: from localhost ([::1]:42860 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeT1A-0007dX-MC for ged-emacs-devel@m.gmane.org; Tue, 12 Jun 2012 11:28:28 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:60425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeRPa-00043g-LI for emacs-devel@gnu.org; Tue, 12 Jun 2012 09:45:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeRPQ-0006fZ-Rq for emacs-devel@gnu.org; Tue, 12 Jun 2012 09:45:34 -0400 Original-Received: from mail-gh0-f169.google.com ([209.85.160.169]:60614) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeRPQ-0006eN-LH for emacs-devel@gnu.org; Tue, 12 Jun 2012 09:45:24 -0400 Original-Received: by ghrr18 with SMTP id r18so4065937ghr.0 for ; Tue, 12 Jun 2012 06:45:22 -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=kTuSlrayFHpETGeUDkNtrzdySo7lxeGIKkcFfBpJMUA=; b=mdlzVFPUAEIsuSwIhRAnAe57AST6FgYqtKiqhk9BuTnomqgjA0BhI21AEi1mVZgBqK CRiuno/x9u1d1AYxYcUbOdhu8GfyJ1G27fmnEGZVFGL2UFkWCAvCrOQKoyc1eMg55nVF vr665bRumWemKV9XIf5rGBucAI/Kcz6RXdXyV0c+GYXJPyuln4/czaGg7zQusqLcbkdU zC0WMfP72qY4Brd5NjAIpzasM+JR2qUjAgUoQzf+MkVhu3Gx+eS8GNSO/A5O0zdUtU46 bdFIz1rflsdHBW/+93iIEJyqcyMETopHRlIF3N8q+jZqC31WdhxBNhprwAi/+ZfqgTCl ifMw== Original-Received: by 10.50.76.137 with SMTP id k9mr8275164igw.25.1339508722463; Tue, 12 Jun 2012 06:45:22 -0700 (PDT) Original-Received: by 10.50.214.36 with HTTP; Tue, 12 Jun 2012 06:45:02 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.169 X-Mailman-Approved-At: Tue, 12 Jun 2012 11:28:27 -0400 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:150911 Archived-At: I will try to report you the problems I encounter(ed) but now that I ve invested so much time in web-mode.el, I don't think I will find the time to fix them. On Tue, Jun 12, 2012 at 3:24 PM, Lennart Borgman wrote: > On Tue, Jun 12, 2012 at 1:54 PM, Bois Francois-Xavier wrote: >> Dear Lennart >> >> Thank you for your mail. >> Yes before starting this project I tried almost all alternative and >> none of them really fully worked for me. > > I am, as you probably know, the author of nXhtml. It includes MuMaMo, > a general framework for editing files where different Emacs' major > modes can be useful for different parts of the files. (Which I call > chunks there.) > > This approach can not be implemented in a perfect way as Emacs works > now. However implementing special solutions for different problems > would in my opinion be just too much work. Maintenance would take very > much time. >