From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Achim D. Brucker" Newsgroups: gmane.emacs.help Subject: x-symbol like ASCII token replacement Date: Fri, 24 Jun 2005 10:27:36 +0000 (UTC) Organization: http://www.brucker.ch Message-ID: Reply-To: brucker@spamfence.net NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1119608864 7190 80.91.229.2 (24 Jun 2005 10:27:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 24 Jun 2005 10:27:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jun 24 12:27:35 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DllP1-0002M8-B2 for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jun 2005 12:27:15 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DllW1-0006pD-Qd for geh-help-gnu-emacs@m.gmane.org; Fri, 24 Jun 2005 06:34:29 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!irazu.switch.ch!switch.ch!news.belwue.de!nakagawa.inf.ethz.ch!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 20 Original-NNTP-Posting-Host: rivejern.informatik.uni-freiburg.de Original-X-Trace: news.BelWue.DE 1119608870 9601 132.230.166.130 (24 Jun 2005 10:27:50 GMT) Original-X-Complaints-To: news@news.belwue.de Original-NNTP-Posting-Date: Fri, 24 Jun 2005 10:27:50 +0000 (UTC) User-Agent: slrn/0.9.8.1pl1 (Debian) Original-Xref: shelby.stanford.edu gnu.emacs.help:132152 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:27627 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:27627 Hi, I'm searching a way for getting a token-replacement similar to the one the x-symbol-mode provides, e.g. when using x-symbol with the LaTeX token language I can write "\textasciitile" and get "~" displayed (whereas a saving this file and copy/paste still used the "\textasciitile" representation). I already extended the x-symbol mode for my own symbols, but now I want to replace a token by a multi-charakter symbol, e.g. when I write "\textasciitile" the text "tilde" should be displayed (but of course, \textasciitilde should be stored in the file, etc). It seems that this is not possible by simply extending a x-symbol token language. Do you have any hint's how I could achieve my goal? Thanks, Achim