From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "rgb" Newsgroups: gmane.emacs.help Subject: Re: add-mode-abbrev writes to fundamental table only Date: 25 Feb 2005 11:13:38 -0800 Organization: http://groups.google.com Message-ID: <1109358818.758581.83330@l41g2000cwc.googlegroups.com> References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1109358815 3821 80.91.229.2 (25 Feb 2005 19:13:35 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 25 Feb 2005 19:13:35 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 25 20:13:35 2005 Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1D4ksV-0004Vr-Ai for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 20:11:55 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1D4lAJ-0001tB-Ct for geh-help-gnu-emacs@m.gmane.org; Fri, 25 Feb 2005 14:30:19 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 10 Original-NNTP-Posting-Host: 198.74.20.75 Original-X-Trace: posting.google.com 1109358823 6711 127.0.0.1 (25 Feb 2005 19:13:43 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 25 Feb 2005 19:13:43 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=198.74.20.75; posting-account=C7LM4w0AAAD23IRuMuUUJVCLQTuHhTK8 Original-Xref: shelby.stanford.edu gnu.emacs.help:128811 Original-To: help-gnu-emacs@gnu.org 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 X-MailScanner-To: geh-help-gnu-emacs@m.gmane.org Xref: main.gmane.org gmane.emacs.help:24351 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:24351 > I'm finding when I have entered any mode (Here we use sh-mode) that > running `add-mode-abbrev' will only write my new abbrev to the > Fundamental-mode-abbrev-table. > I just had this problem in a mode I'm writing. I found that it occurs when local-abbrev-table is not set. local-abbrev-table is buffer local when set but if it's not set the default is usually fundamental-mode.