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: Are abbrevs for this? Date: Wed, 10 Jun 2009 14:53:10 +0100 Message-ID: <11b141710906100653n5a621140i89de0d50ffac41c1@mail.gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1244642042 12729 80.91.229.12 (10 Jun 2009 13:54:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 10 Jun 2009 13:54:02 +0000 (UTC) To: emacs list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Jun 10 15:54:00 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 1MEOFa-0003WE-AS for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Jun 2009 15:53:58 +0200 Original-Received: from localhost ([127.0.0.1]:60901 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEOFZ-0003JU-TR for geh-help-gnu-emacs@m.gmane.org; Wed, 10 Jun 2009 09:53:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MEOFE-0003Ia-SG for help-gnu-emacs@gnu.org; Wed, 10 Jun 2009 09:53:36 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MEOFA-0003Ex-91 for help-gnu-emacs@gnu.org; Wed, 10 Jun 2009 09:53:36 -0400 Original-Received: from [199.232.76.173] (port=55505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MEOFA-0003Er-4x for help-gnu-emacs@gnu.org; Wed, 10 Jun 2009 09:53:32 -0400 Original-Received: from mail-fx0-f217.google.com ([209.85.220.217]:40932) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MEOF9-0008R9-Nu for help-gnu-emacs@gnu.org; Wed, 10 Jun 2009 09:53:31 -0400 Original-Received: by fxm17 with SMTP id 17so975387fxm.42 for ; Wed, 10 Jun 2009 06:53:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type:content-transfer-encoding; bh=G9PSJmLq5l+pobjjYXv0y6X7kx+kWErqlKSpCYnpXU8=; b=PLKNCOy/VzHhl4VVXoQyrs7rY9xIKuAVbmsb/ir0u3sG9GYS58Yo8qbw4o5b1Cqfu+ cskxdf2lIAjP9CgYsayfCjFT8YbIB6sCjcDhlMSqyFk4BfZMRNfrkrpha7o6Kp+vT4MP fs4oShkUt3Sv9BIe0jiQSbeDezUB4Fm/55Lfg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type :content-transfer-encoding; b=GhunTAj26YZxiWLDgiuHoKro9OkkPYqFZDL6cVVjEl8slv2DUyEJtit7DNXCKdRR0Z Cl6Pr0bLB6vXnjtut1RRgqEWLoVdO2jY0w3PhpynpHdpdEvdfout/sFRLMeU9aaGsWXQ 4jk8bh6Dgiz7qT/r3+tYd7k5qNM3hZd3jtwQQ= Original-Received: by 10.103.175.9 with SMTP id c9mr707159mup.3.1244642010128; Wed, 10 Jun 2009 06:53:30 -0700 (PDT) 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:65121 Archived-At: Hi all, I am developing a new major mode for a new specification language which uses a lot of unicode symbols but it also has an ascii notation. Like some scheme modes convert the lambda keyword into the greek lambda letter, I have a table of keywords that would like them to be changed into unicode symbols. Can I use abbrevs for this? Cheers, -- Paulo Jorge Matos - pocmatos at gmail.com http://www.pmatos.net