From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.help Subject: RE: Tex output mode Date: Fri, 14 Sep 2012 13:50:48 -0700 Message-ID: <6624B0C551084D2A8B5D02E8982E6E4D@us.oracle.com> References: <65530079-8552-4e72-ae39-ca4620ef559c@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1347655865 11490 80.91.229.3 (14 Sep 2012 20:51:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 14 Sep 2012 20:51:05 +0000 (UTC) To: "'Stefan Monnier'" , Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Sep 14 22:51:09 2012 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 1TCcqy-0008Kh-L2 for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 22:51:08 +0200 Original-Received: from localhost ([::1]:39442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCcqu-0005Gf-QS for geh-help-gnu-emacs@m.gmane.org; Fri, 14 Sep 2012 16:51:04 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:48191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCcqo-0005GZ-TW for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 16:51:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TCcqn-00088U-N6 for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 16:50:58 -0400 Original-Received: from acsinet15.oracle.com ([141.146.126.227]:24077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TCcqn-00088K-Go for help-gnu-emacs@gnu.org; Fri, 14 Sep 2012 16:50:57 -0400 Original-Received: from ucsinet21.oracle.com (ucsinet21.oracle.com [156.151.31.93]) by acsinet15.oracle.com (Sentrion-MTA-4.2.2/Sentrion-MTA-4.2.2) with ESMTP id q8EKos85011518 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 14 Sep 2012 20:50:55 GMT Original-Received: from acsmt357.oracle.com (acsmt357.oracle.com [141.146.40.157]) by ucsinet21.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id q8EKoriZ008639 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 14 Sep 2012 20:50:54 GMT Original-Received: from abhmt112.oracle.com (abhmt112.oracle.com [141.146.116.64]) by acsmt357.oracle.com (8.12.11.20060308/8.12.11) with ESMTP id q8EKorSS029332; Fri, 14 Sep 2012 15:50:53 -0500 Original-Received: from dradamslap1 (/10.159.182.71) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Fri, 14 Sep 2012 13:50:52 -0700 X-Mailer: Microsoft Office Outlook 11 In-Reply-To: Thread-Index: Ac2St8CBA3avHi0YSPSKBGQMOCwnngAAk6jA X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.6157 X-Source-IP: ucsinet21.oracle.com [156.151.31.93] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 1) X-Received-From: 141.146.126.227 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:86782 Archived-At: > One approach is to use actual ? chars with the inputenc package. > But if you really want to have \lambda in the buffer and ? in the > display, then I think your best bet is to use font-lock to > find \lambda and then apply a composition property to it to make > it display as a ?. See also http://www.emacswiki.org/emacs/PrettyLambda for various solutions/approaches.