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: command to fontify whole buffer? Date: Fri, 23 Sep 2011 00:31:43 +0200 Message-ID: References: <8BFD7E6B15F149EA96503B2768DFD6C5@us.oracle.com> <20110922143341.GB3134@acm.acm> <20110922153334.GD3134@acm.acm> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1316730735 17217 80.91.229.12 (22 Sep 2011 22:32:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Sep 2011 22:32:15 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dave Abrahams Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 23 00:32:11 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1R6roR-0001T7-4T for ged-emacs-devel@m.gmane.org; Fri, 23 Sep 2011 00:32:11 +0200 Original-Received: from localhost ([::1]:45118 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6roQ-0007Ic-9r for ged-emacs-devel@m.gmane.org; Thu, 22 Sep 2011 18:32:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55176) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6roM-0007IK-E8 for emacs-devel@gnu.org; Thu, 22 Sep 2011 18:32:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R6roL-0000Rf-3o for emacs-devel@gnu.org; Thu, 22 Sep 2011 18:32:06 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:64788) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R6roK-0000RV-S2 for emacs-devel@gnu.org; Thu, 22 Sep 2011 18:32:05 -0400 Original-Received: by fxh17 with SMTP id 17so3678678fxh.0 for ; Thu, 22 Sep 2011 15:32:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=WettiKsLx7tsyou2esNFqAXBzE2aDzVSoIO0C3xRf7Y=; b=fKdKfGM9YDdWh9KJqXOmmvLR7/sTSC8AmoVoM5TWk1Nt4l0bqqIPLXAsYt3pnGbcBo T+qXgGCu0MmjihjXEt+pXJWH//B3/MJk7fUQHbKN6qcdjFbFDPW3P09f0cZK/k7tBl/s 8/CLCNf6eK2mGKzu4xS7/UUFPfdnqiB6IjgCY= Original-Received: by 10.223.29.21 with SMTP id o21mr3869240fac.4.1316730723375; Thu, 22 Sep 2011 15:32:03 -0700 (PDT) Original-Received: by 10.152.20.229 with HTTP; Thu, 22 Sep 2011 15:31:43 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.161.41 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:144209 Archived-At: On Thu, Sep 22, 2011 at 19:30, Dave Abrahams wrote: > > on Thu Sep 22 2011, Alan Mackenzie wrote: > >> Hi, Lennart. >> >> On Thu, Sep 22, 2011 at 04:46:09PM +0200, Lennart Borgman wrote: >>> On Thu, Sep 22, 2011 at 16:33, Alan Mackenzie wrote: >> >>> > By the way, I drew a diagram of how jit-lock works about 5 years ago, >>> > tracing the functions which call each other, and the hooks out of whi= ch >>> > things get hoiked. =C2=A0Would you be interested in a copy of it? >> >>> Add it to Emacs documentation? >> >> Where? =C2=A0Also, who's going to maintain it? =C2=A0;-) =C2=A0I think i= t's useful in >> its informal state. > > Maybe a comment in the font locking code would be appropriate. =C2=A0Anyo= ne > attempting a redesign would be tempted to read it, and thus be aware of > it. =C2=A0That gives it a fighting chance of staying up-to-date. I agree with Dave!