From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: fxbois@gmail.com Newsgroups: gmane.emacs.help Subject: Re: set background color without using faces Date: Mon, 8 Apr 2013 15:35:53 -0700 (PDT) Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1365461263 8631 80.91.229.3 (8 Apr 2013 22:47:43 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Apr 2013 22:47:43 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 09 00:47:47 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1UPKqn-000841-Bx for geh-help-gnu-emacs@m.gmane.org; Tue, 09 Apr 2013 00:47:45 +0200 Original-Received: from localhost ([::1]:36710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPKqn-0006B2-0K for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Apr 2013 18:47:45 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:35844) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPKfP-0003re-EO for help-gnu-emacs@gnu.org; Mon, 08 Apr 2013 18:36:03 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPKfK-0000vM-8Y for help-gnu-emacs@gnu.org; Mon, 08 Apr 2013 18:35:59 -0400 Original-Received: from mail-gh0-f184.google.com ([209.85.160.184]:38695) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPKfJ-0000vD-VP for help-gnu-emacs@gnu.org; Mon, 08 Apr 2013 18:35:54 -0400 Original-Received: by mail-gh0-f184.google.com with SMTP id f11so2117699ghb.1 for ; Mon, 08 Apr 2013 15:35:53 -0700 (PDT) X-Received: by 10.49.30.168 with SMTP id t8mr1912832qeh.8.1365460553421; Mon, 08 Apr 2013 15:35:53 -0700 (PDT) Original-Path: glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=82.239.58.78; posting-account=0QyaEgoAAABFDjU-yAB1K_WvoPsHZg3y Original-NNTP-Posting-Host: 82.239.58.78 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 82.239.58.78 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.160.184 X-Mailman-Approved-At: Mon, 08 Apr 2013 18:47:33 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90048 Archived-At: > > You can try to use font-lock-append-text-property. > Stefan, it is exactly what I was looking for. Thanks a lot