From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Paulo J. Matos" Newsgroups: gmane.emacs.help Subject: Re: Are abbrevs for this? Date: Thu, 11 Jun 2009 12:43:20 +0100 Message-ID: <11b141710906110443l53adbd6ep7d2e9d0f8d1b5da3@mail.gmail.com> References: <11b141710906100653n5a621140i89de0d50ffac41c1@mail.gmail.com> <874oun7esq.fsf@cuma.polymath-solutions.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1244720797 31944 80.91.229.12 (11 Jun 2009 11:46:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 11 Jun 2009 11:46:37 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: maurizio.vitale@polymath-solutions.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jun 11 13:46:35 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1MEijq-0004Al-9E for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jun 2009 13:46:35 +0200 Original-Received: from localhost ([127.0.0.1]:50884 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEijo-00077Z-Td for geh-help-gnu-emacs@m.gmane.org; Thu, 11 Jun 2009 07:46:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEih8-0006AE-IK for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 07:43:46 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEih4-00066H-Ih for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 07:43:46 -0400 Original-Received: from [199.232.76.173] (port=34519 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEih4-00065s-Ce for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 07:43:42 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:49604) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEih3-0005ls-1v for help-gnu-emacs@gnu.org; Thu, 11 Jun 2009 07:43:41 -0400 Original-Received: by fxm17 with SMTP id 17so1969677fxm.42 for ; Thu, 11 Jun 2009 04:43:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=AqwGpNPHEj7UG8VaNot/QKz9WLRdQdyLQG4tHwkNRCM=; b=DnQAdfqp8bhM2he3Zli8IKulnTAgVJiUYjseHNNOyMZrUOkH5/h1Vgxz9dn3GPGeg3 44NFW5sgPobNvXfZ3PSnIam0FRk2pEr35a5Si9C1/hxr5b3dACOf9keTiRbkEmn2trjZ wPzQAyhE0Zn1PyJ4kCHgDmL37V6J4ijqpuVSY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=Pyqgj38DuxGaAXECKt043m5UFsrBZ8LRYQ/riMfyDRuTDn9YaTuDBDhulKKEdR5bXR sWSbQVdqk7GQmltbv7SsVMEycbyzV9frX0neIZC7m1kAlGyflxkdIxYeEJFo6tjnUYST 3D9FRIY9K+ui0KrA0ZGOeK22aeal0syB4407E= Original-Received: by 10.103.177.18 with SMTP id e18mr829532mup.78.1244720620095; Thu, 11 Jun 2009 04:43:40 -0700 (PDT) In-Reply-To: <874oun7esq.fsf@cuma.polymath-solutions.lan> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:65160 Archived-At: On Thu, Jun 11, 2009 at 2:13 AM, Maurizio Vitale wrote: >>>>>> "Paulo" =3D=3D Paulo J Matos writes: > > =C2=A0 =C2=A0Paulo> Hi all, I am developing a new major mode for a new > =C2=A0 =C2=A0Paulo> specification language which uses a lot of unicode sy= mbols > =C2=A0 =C2=A0Paulo> but it also has an ascii notation. =C2=A0Like some sc= heme modes > =C2=A0 =C2=A0Paulo> convert the lambda keyword into the greek lambda lett= er, I > =C2=A0 =C2=A0Paulo> have a table of keywords that would like them to be c= hanged > =C2=A0 =C2=A0Paulo> into unicode symbols. > > =C2=A0 =C2=A0Paulo> Can I use abbrevs for this? > > Possibly, but take a look at Tuareg, a mode for editing Ocaml. > They do replace keyword with unicode symbols, but they offer the > capability of rather seamlessly editing the original keyword. This is the kind of thing Tom mentioned, right? > OTH, > > =C2=A0 =C2=A0 =C2=A0 =C2=A0Maurizio > > > > > --=20 Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net