From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42269 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: message-mode abbrev Date: Sat, 19 Jan 2002 17:59:26 -0800 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177530 10408 80.91.224.250 (21 Oct 2002 05:18:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:18:50 +0000 (UTC) Return-Path: Original-Received: (qmail 14070 invoked from network); 20 Jan 2002 02:01:04 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 20 Jan 2002 02:01:04 -0000 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 16S7HM-00056W-00; Sat, 19 Jan 2002 20:00:16 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 19 Jan 2002 20:00:08 -0600 (CST) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id TAA20719 for ; Sat, 19 Jan 2002 19:59:56 -0600 (CST) Original-Received: (qmail 14047 invoked by alias); 20 Jan 2002 01:59:56 -0000 Original-Received: (qmail 14042 invoked from network); 20 Jan 2002 01:59:56 -0000 Original-Received: from smtp.newsguy.com (HELO newsguy.com) (209.155.56.71) by gnus.org with SMTP; 20 Jan 2002 01:59:56 -0000 Original-Received: from reader.local.lan (adsl-66.51.210.228.dslextreme.com [66.51.210.228]) by newsguy.com (8.9.1a/8.9.1) with ESMTP id RAA97043 for ; Sat, 19 Jan 2002 17:59:28 -0800 (PST) Original-Received: (from reader@localhost) by reader.local.lan (8.11.6/8.11.6) id g0K1xRW12295; Sat, 19 Jan 2002 17:59:27 -0800 Original-To: ding@gnus.org In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 19 Jan 2002 23:43:30 +0100") Original-Lines: 24 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42269 Lars Magne Ingebrigtsen writes: > Harry Putnam writes: > >> Pressing C-x a + (add-mode-abbrev) gets me this error message: >> add-mode-abbrev: No per-mode abbrev table > > If I hit `C-x a +' once, it asks me for some abbrev stuff. If I `C-g' > that and `C-x a +' again, I get the same error you get. A further clue is that this error doesn't happen in other modes, at least not some that I use it in. Perl sh fundamental text. For example: Changing this buffer to text mode temporarily and typing: Abbrev_that `C-x a +' duly prompts me for a string to call Abbrev_that with. Change back to message-mode and: Abbrev_that `C-x a +' and I get the `No per mode abbrev table' error Posting this info on emacs-devel shortly.