From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jacob Gerlach Newsgroups: gmane.emacs.help Subject: Selective Font Lock Case Sensitivity Date: Sun, 13 Apr 2014 11:39:19 -0700 (PDT) Message-ID: <784cf2dd-38c6-4505-841c-a88e112f4759@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 1397420127 25195 80.91.229.3 (13 Apr 2014 20:15:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Apr 2014 20:15:27 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Apr 13 22:15:22 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 1WZQoD-0007DE-Ke for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Apr 2014 22:15:21 +0200 Original-Received: from localhost ([::1]:39044 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WZQoD-0002AI-14 for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Apr 2014 16:15:21 -0400 X-Received: by 10.58.107.203 with SMTP id he11mr18151226veb.12.1397414360199; Sun, 13 Apr 2014 11:39:20 -0700 (PDT) X-Received: by 10.140.43.228 with SMTP id e91mr1510qga.19.1397414360118; Sun, 13 Apr 2014 11:39:20 -0700 (PDT) Original-Path: usenet.stanford.edu!m5no1655190qaj.1!news-out.google.com!du2ni6534qab.0!nntp.google.com!cm18no2646095qab.0!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=98.217.114.175; posting-account=Hx-_8AoAAACyMXgs4MCS3wNERNLct_lk Original-NNTP-Posting-Host: 98.217.114.175 User-Agent: G2/1.0 Injection-Date: Sun, 13 Apr 2014 18:39:20 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:204854 X-Mailman-Approved-At: Sun, 13 Apr 2014 16:15:03 -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:97121 Archived-At: I understand that I can make all of the regex's used for font lock case sensitive or not using 'font-lock-defaults'. I'd like more granular control. Is there a way to specify case (in)sensitivity for only some font lock entries or do I need to manually achieve this by altering my regex's? A similar question was asked here: http://lists.gnu.org/archive/html/help-gnu-emacs/2013-03/msg00140.html, but never answered.