From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#14157: 24.3.50; Improve facemenu.el: Better "integration" with other libraries Date: Wed, 10 Apr 2013 19:14:42 +0300 Message-ID: <83bo9m9xcd.fsf@gnu.org> References: <87txnhtvq8.fsf@gmail.com> <87ip3vf3hm.fsf@gmail.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1365610521 31823 80.91.229.3 (10 Apr 2013 16:15:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Apr 2013 16:15:21 +0000 (UTC) Cc: 14157@debbugs.gnu.org To: Jambunathan K Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Apr 10 18:15:25 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 1UPxgB-0006G1-Uo for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Apr 2013 18:15:24 +0200 Original-Received: from localhost ([::1]:45504 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPxgB-000540-Fw for geb-bug-gnu-emacs@m.gmane.org; Wed, 10 Apr 2013 12:15:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:49939) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPxg7-00053t-Ok for bug-gnu-emacs@gnu.org; Wed, 10 Apr 2013 12:15:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UPxg6-0007i9-FH for bug-gnu-emacs@gnu.org; Wed, 10 Apr 2013 12:15:19 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:39746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UPxg6-0007i4-CN for bug-gnu-emacs@gnu.org; Wed, 10 Apr 2013 12:15:18 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UPxjh-0006gb-UJ for bug-gnu-emacs@gnu.org; Wed, 10 Apr 2013 12:19:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 10 Apr 2013 16:19:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14157 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 14157-submit@debbugs.gnu.org id=B14157.136561069625332 (code B ref 14157); Wed, 10 Apr 2013 16:19:01 +0000 Original-Received: (at 14157) by debbugs.gnu.org; 10 Apr 2013 16:18:16 +0000 Original-Received: from localhost ([127.0.0.1]:43855 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPxiw-0006aM-PS for submit@debbugs.gnu.org; Wed, 10 Apr 2013 12:18:15 -0400 Original-Received: from mtaout21.012.net.il ([80.179.55.169]:60747) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UPxiu-0006a4-Fm for 14157@debbugs.gnu.org; Wed, 10 Apr 2013 12:18:13 -0400 Original-Received: from conversion-daemon.a-mtaout21.012.net.il by a-mtaout21.012.net.il (HyperSendmail v2007.08) id <0ML100000RPU1P00@a-mtaout21.012.net.il> for 14157@debbugs.gnu.org; Wed, 10 Apr 2013 19:14:27 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout21.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0ML100M9RRS2WRB0@a-mtaout21.012.net.il>; Wed, 10 Apr 2013 19:14:27 +0300 (IDT) In-reply-to: <87ip3vf3hm.fsf@gmail.com> X-012-Sender: halo1@inter.net.il X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.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:73304 Archived-At: > From: Jambunathan K > Date: Wed, 10 Apr 2013 09:20:45 +0530 > > Is it possible to have an "invisible face". A text having this face > will not be displayed at all. Forgot to answer this: there's the 'invisible' text property, of course, but my guess is that this is not what you had in mind. For what I think you had in mind, 'display' text property is probably the right tool, since it can make any text look like almost anything else.