From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Hansen Newsgroups: gmane.emacs.help Subject: Abrrevs and non-Word Characters Date: Tue, 03 Oct 2006 17:25:32 +0200 Organization: disorganized Message-ID: <87r6xph15f.fsf@localhorst.mine.nu> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1159889965 19571 80.91.229.2 (3 Oct 2006 15:39:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 3 Oct 2006 15:39:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Oct 03 17:39:21 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GUmMD-0007ZD-SA for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Oct 2006 17:38:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUmMD-00043g-E7 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Oct 2006 11:38:57 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUmM1-00043J-I7 for help-gnu-emacs@gnu.org; Tue, 03 Oct 2006 11:38:45 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUmLz-000437-5e for help-gnu-emacs@gnu.org; Tue, 03 Oct 2006 11:38:44 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUmLz-000434-0J for help-gnu-emacs@gnu.org; Tue, 03 Oct 2006 11:38:43 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GUmSD-00068s-7P for help-gnu-emacs@gnu.org; Tue, 03 Oct 2006 11:45:09 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GUmLo-0007Tf-Rv for help-gnu-emacs@gnu.org; Tue, 03 Oct 2006 17:38:32 +0200 Original-Received: from e178017178.adsl.alicedsl.de ([85.178.17.178]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Oct 2006 17:38:32 +0200 Original-Received: from david.hansen by e178017178.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 03 Oct 2006 17:38:32 +0200 X-Injected-Via-Gmane: http://gmane.org/ Mail-Followup-To: help-gnu-emacs@gnu.org Original-To: help-gnu-emacs@gnu.org Original-Lines: 14 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: e178017178.adsl.alicedsl.de Mail-Copies-To: nobody User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:6cBBYbtN6H4sVUkG7vKtMNK73Eg= 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:37779 Archived-At: Hello. is there some way to put non word characters in an abbrev? This just don't work for me (define-abbrev c-mode-abbrev-table "#ifd" "#ifdef") even though i have seen examples on the net with cpp macros. emacs-version: GNU Emacs 22.0.50.1 (i686-pc-linux-gnu) of 2006-09-26 on robotron David