From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Luis Fernandes Newsgroups: gmane.emacs.help Subject: Re: c-mode : can't expand '#d' to '#define' Date: 29 Sep 2002 21:24:01 -0400 Organization: Ryerson Polytechnic University Sender: help-gnu-emacs-admin@gnu.org Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1033350978 3804 127.0.0.1 (30 Sep 2002 01:56:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 30 Sep 2002 01:56:18 +0000 (UTC) Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17vpnF-0000zC-00 for ; Mon, 30 Sep 2002 03:56:17 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 17vpnR-0005IC-00; Sun, 29 Sep 2002 21:56:29 -0400 Original-Path: shelby.stanford.edu!nntp.stanford.edu!newsfeed.stanford.edu!cyclone.bc.net!torn!news.ryerson.ca!not-for-mail Original-Newsgroups: comp.emacs,gnu.emacs.help Original-Lines: 12 Original-NNTP-Posting-Host: sulfur.ee.ryerson.ca User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.106 Original-Xref: nntp.stanford.edu comp.emacs:74909 gnu.emacs.help:105523 Original-To: help-gnu-emacs@gnu.org Errors-To: help-gnu-emacs-admin@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.help:2067 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:2067 >>>>> "Kai" == Kai Großjohann writes: Kai> Abbrevs are intended for words, presumably # is not part of Kai> the word and thus ignored. (If you had made an expansion Kai> for " d", you'd have seen the same.) I miss the abbrev functionality when $SomeReallyLongVariable M-/ fails to expand in c-perl/shell mode. Perhaps it can be expanded to the programming modes too or atleast put on the TODO list.