From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scot Becker Subject: Re: Quote blocks face Date: Wed, 13 May 2009 13:05:04 +0100 Message-ID: References: <87zldizbjj.fsf@z.nozav.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4DCx-0001bo-RW for emacs-orgmode@gnu.org; Wed, 13 May 2009 08:05:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4DCt-0001Zl-4m for emacs-orgmode@gnu.org; Wed, 13 May 2009 08:05:11 -0400 Received: from [199.232.76.173] (port=47564 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4DCs-0001ZR-84 for emacs-orgmode@gnu.org; Wed, 13 May 2009 08:05:06 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:47163) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M4DCr-0003Kt-LR for emacs-orgmode@gnu.org; Wed, 13 May 2009 08:05:05 -0400 Received: by fxm17 with SMTP id 17so640529fxm.42 for ; Wed, 13 May 2009 05:05:04 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode@gnu.org, Julien Barnier Eric S. sent this to me : > > I use [^\000]+ for a multiline regexp (learned this from the org-mode > code actually). It seems to match pretty much everything. In that case something like this should work as a regexp value for M-x hi-lock-face-buffer: ^#\+BEGIN_QUOTE[^\000]+?\+END_QUOTE face: italic ... should work, but it only matches the first time for me, not every time as I would expect. Scot