From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#15745: [PATCH] Define semantic-idle-symbol-highlight-face with defface Date: Tue, 29 Oct 2013 18:37:45 -0400 Message-ID: <26fvrjputi.fsf@fencepost.gnu.org> References: <5htxg1jct4.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1383086290 25618 80.91.229.3 (29 Oct 2013 22:38:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2013 22:38:10 +0000 (UTC) Cc: 15745@debbugs.gnu.org To: Barry OReilly Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Oct 29 23:38:13 2013 Return-path: Envelope-to: geb-bug-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 1VbHvM-0002T5-KS for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Oct 2013 23:38:08 +0100 Original-Received: from localhost ([::1]:49671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbHvM-00078D-3N for geb-bug-gnu-emacs@m.gmane.org; Tue, 29 Oct 2013 18:38:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49335) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbHvI-000788-Cd for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2013 18:38:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbHvH-0005Qu-Kz for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2013 18:38:04 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:37592) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbHvH-0005Qq-HV for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2013 18:38:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1VbHvG-0005hW-PL for bug-gnu-emacs@gnu.org; Tue, 29 Oct 2013 18:38:03 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 29 Oct 2013 22:38:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 15745 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 15745-submit@debbugs.gnu.org id=B15745.138308627621899 (code B ref 15745); Tue, 29 Oct 2013 22:38:02 +0000 Original-Received: (at 15745) by debbugs.gnu.org; 29 Oct 2013 22:37:56 +0000 Original-Received: from localhost ([127.0.0.1]:51610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VbHv4-0005h3-T5 for submit@debbugs.gnu.org; Tue, 29 Oct 2013 18:37:52 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:49823 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1VbHv1-0005gu-Vu for 15745@debbugs.gnu.org; Tue, 29 Oct 2013 18:37:48 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VbHv0-0001TZ-5A; Tue, 29 Oct 2013 18:37:46 -0400 X-Spook: Venezuela fundamentalist offensive information warfare X-Ran: `"Oge:S#/~$1:5ZLcmLuW")}!c=y#4!y.w>l}"q>}uuq"Wfd:NKN+QPoqiWabZj>|^)r]1 X-Hue: blue X-Attribution: GM In-Reply-To: (Barry OReilly's message of "Tue, 29 Oct 2013 11:56:51 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:79761 Archived-At: Barry OReilly wrote: > It's weird that the region face would be used for this, because it has > nothing to do with the region. The fact that it can make me think I > have a region marked when I don't is a motivator for this bug report. Wanting to change the default appearance is a separate issue! :) You could ask cedet-devel. > I probably misinterpreted your earlier tip. I looked off of > diary-face: > > (define-obsolete-face-alias 'diary-face 'diary "22.1") Sorry, diary-face was a bad, confusing example for me to pick. I was looking in diary-lib.el, not calendar.el. > I've done as requested in the revised attached patch. Looks fine to me.