From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Why js2-mode in Emacs 23.2? Date: Sun, 9 Aug 2009 20:49:09 -0400 Message-ID: <1C103D11-DE10-45EF-A2E7-A123F0F8C424@merrillpress.com> References: <7b501d5c0908091634ndfba631vd9db6502db301097@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1249865370 1723 80.91.229.12 (10 Aug 2009 00:49:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Aug 2009 00:49:30 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Aug 10 02:49:23 2009 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.50) id 1MaJ4k-0007r9-Tw for ged-emacs-devel@m.gmane.org; Mon, 10 Aug 2009 02:49:23 +0200 Original-Received: from localhost ([127.0.0.1]:40287 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaJ4k-0001ZH-Cb for ged-emacs-devel@m.gmane.org; Sun, 09 Aug 2009 20:49:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MaJ4e-0001XH-6P for emacs-devel@gnu.org; Sun, 09 Aug 2009 20:49:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MaJ4Z-0001Sy-Gh for emacs-devel@gnu.org; Sun, 09 Aug 2009 20:49:15 -0400 Original-Received: from [199.232.76.173] (port=53350 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MaJ4Z-0001St-8u for emacs-devel@gnu.org; Sun, 09 Aug 2009 20:49:11 -0400 Original-Received: from vpn.merrillpress.com ([64.61.107.78]:51847) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1MaJ4Y-00084Q-NN for emacs-devel@gnu.org; Sun, 09 Aug 2009 20:49:10 -0400 Original-Received: from cpe-67-246-181-235.buffalo.res.rr.com ([67.246.181.235] helo=[192.168.1.103]) by mars.merrillpress.net with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1MaJ4X-00038x-TS; Sun, 09 Aug 2009 20:49:09 -0400 In-Reply-To: X-Mailer: Apple Mail (2.936) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) 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:113911 Archived-At: On Aug 9, 2009, at 8:18 PM, Leo wrote: > On 2009-08-10 00:58 +0100, Daniel Colascione wrote: >>> Could you please make sure espresso-mode follows Emacs >>> conventions? I >>> am not sure but I think there were some thing that could be fixed. >> >> The only issue I'm aware of is that espresso-mode syntactically >> fontifies the whole buffer > > eval-after-load should not be used in emacs packages. Why not?