From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andreas =?iso-8859-1?q?R=F6hler?= Newsgroups: gmane.emacs.help Subject: Re: abbrev-mode doesn't work correctly in c-mode Date: Sun, 2 Mar 2008 17:52:43 +0100 Message-ID: <200803021752.44139.andreas.roehler@online.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1204476701 12457 80.91.229.12 (2 Mar 2008 16:51:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Mar 2008 16:51:41 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Mar 02 17:52:07 2008 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 1JVrPv-0008Rx-Fx for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Mar 2008 17:52:03 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrPO-0003pC-KT for geh-help-gnu-emacs@m.gmane.org; Sun, 02 Mar 2008 11:51:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JVrP6-0003mM-AX for help-gnu-emacs@gnu.org; Sun, 02 Mar 2008 11:51:12 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JVrP4-0003jg-Fs for help-gnu-emacs@gnu.org; Sun, 02 Mar 2008 11:51:11 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JVrP4-0003jW-Ae for help-gnu-emacs@gnu.org; Sun, 02 Mar 2008 11:51:10 -0500 Original-Received: from moutng.kundenserver.de ([212.227.126.187]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JVrP3-0008Lz-MK for help-gnu-emacs@gnu.org; Sun, 02 Mar 2008 11:51:10 -0500 Original-Received: from noname (p54BE9B61.dip0.t-ipconnect.de [84.190.155.97]) by mrelayeu.kundenserver.de (node=mrelayeu8) with ESMTP (Nemesis) id 0ML31I-1JVrP22O3z-0004Vr; Sun, 02 Mar 2008 17:51:08 +0100 User-Agent: KMail/1.9.5 In-Reply-To: Content-Disposition: inline X-Provags-ID: V01U2FsdGVkX1+Je/WUq8tgQ7ZVUPXGMDBePdBMJCP7+Jbryju uQ9GlU6Uxi5XqCuzGHytOTioxQeFjNmrr9GcE50xU9BvMfXxlN tCwbjhSbOP8DQEqDDRUJw== X-detected-kernel: by monty-python.gnu.org: Linux 2.6? (barebone, rare!) 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:51997 Archived-At: Am Sonntag, 2. M=E4rz 2008 14:14 schrieb sunway: > I set "inc" be the abbreviation of "#include",when I input "inc" and > press space, it will be expanded to "#includeinc", instead of > "#include". > > when I define the same abbreviation in other mode, it works fine. M-x edit-abbrevs Goto=20 (c-mode-abbrev-table) or wherever your mode-abbrevs are stored and see, how "inc" will be expanded. Probably you'll see the wrong entry there. So correct it. Andreas R=F6hler