From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.help Subject: Re: Compilation Message Presentation Date: Fri, 4 Dec 2009 04:42:42 +0100 Message-ID: References: <6d649a69-9a67-40d6-a6ff-c30f7cc66b5e@r5g2000yqb.googlegroups.com> <384c4704-b4ab-4dcc-abb2-d10b717dc155@r40g2000yqn.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1259898222 20547 80.91.229.12 (4 Dec 2009 03:43:42 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 4 Dec 2009 03:43:42 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Stefan Monnier Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Dec 04 04:43:35 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1NGP4v-0003wh-3J for geh-help-gnu-emacs@m.gmane.org; Fri, 04 Dec 2009 04:43:33 +0100 Original-Received: from localhost ([127.0.0.1]:59263 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGP4u-0001CK-Lx for geh-help-gnu-emacs@m.gmane.org; Thu, 03 Dec 2009 22:43:32 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NGP4W-00019z-4c for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 22:43:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NGP4R-00013t-D5 for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 22:43:07 -0500 Original-Received: from [199.232.76.173] (port=59141 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NGP4R-00013j-6M for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 22:43:03 -0500 Original-Received: from mail-yw0-f172.google.com ([209.85.211.172]:55798) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NGP4Q-0001Vf-S9 for help-gnu-emacs@gnu.org; Thu, 03 Dec 2009 22:43:03 -0500 Original-Received: by ywh2 with SMTP id 2so2066702ywh.27 for ; Thu, 03 Dec 2009 19:43:02 -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 :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=LzoGStFj4qGZp3k1hhMCJZ+/EnxhO0oRRuG42Xthsv8=; b=g8BDN4ntSYqYehvlqLskH6A2X/SLpoIpx0iySuGEQmhwjr5pmI1YmaEIisQs6ZRDZ+ mE6et/UDOmUoMOUS5EBp9UTfJBGG2f4vx3zzK0WCWpUL8lwY7sVGFh4z1kCeA3QUe6WA xbBHOXzYPAC05Q5I35EfyLalErXrb0gMmm1BQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Kb4drdTrgTZ2DF6MyVfKcx/kYKvnq4/XYmmmvkvzwZVj5CHkbiXuhmQu7rc6rYjGXw xyaWQwl67TZgqvHU55DF0h4XHq2ICxslhxwXM22h/H9U1xfwGl7ExXA6mENAH1gGe1vw wfrjUCBHFbv2/9vBE6aBGjB2+KJdL0T5f4VXA= Original-Received: by 10.100.63.2 with SMTP id l2mr2996443ana.177.1259898182098; Thu, 03 Dec 2009 19:43:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:70370 Archived-At: On Fri, Dec 4, 2009 at 4:16 AM, Stefan Monnier w= rote: >> I mean in a more elaborate way, by highlighting all messages at the >> same tim but in different colors (green, yellow, orange, red, etc.) >> either with underlining overlays or using the fringe. =C2=A0Most other I= DEs >> does this and I find its presentation a bit more grasping than Emacs >> default 1-second flashing. > > Maybe you want to look at flymake. > >> Another question: Why isn't font-locking cached if I reopen a file >> that hasn't been modified since last time I opened with font-locking? >> If I would like to implement such a feature could we extract the font- >> locking-attributes from a file and save it separately? > > It's called fast-lock, and of course it's slow. > If on-the-fly font-locking is slow, it's usually a bug. Any interest in installing my additions to flymake before the freeze?