From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Sam Halliday Newsgroups: gmane.emacs.help Subject: ignore overlay for some faces Date: Wed, 10 Dec 2014 06:13:37 -0800 (PST) Message-ID: <9e2eb1db-ca3f-40d3-a924-b85a705bf303@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1418220975 1177 80.91.229.3 (10 Dec 2014 14:16:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Dec 2014 14:16:15 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 10 15:16:08 2014 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 1Xyi3j-0000hk-Kn for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 15:16:07 +0100 Original-Received: from localhost ([::1]:45957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xyi3j-0006tJ-18 for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Dec 2014 09:16:07 -0500 X-Received: by 10.70.118.2 with SMTP id ki2mr3922283pdb.6.1418220817239; Wed, 10 Dec 2014 06:13:37 -0800 (PST) X-Received: by 10.140.36.231 with SMTP id p94mr8072qgp.13.1418220817150; Wed, 10 Dec 2014 06:13:37 -0800 (PST) Original-Path: usenet.stanford.edu!h15no6834813igd.0!news-out.google.com!r1ni49qat.1!nntp.google.com!s7no5459461qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.244.128.25; posting-account=kRukCAoAAAANs-vsVh9dFwo5kp5pwnPz Original-NNTP-Posting-Host: 83.244.128.25 User-Agent: G2/1.0 Injection-Date: Wed, 10 Dec 2014 14:13:37 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:209224 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:101502 Archived-At: Hi all, I have a font face that is applied by a plugin (whitespace-mode) that I want to always be displayed, but I have some misbehaving plugins that are adding overlays which take precedence. Is there any way to globally define that a overlay should be ignored for certain base faces? Best regards, Sam