From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42660 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.gnus.general Subject: Re: problem whith abbrevs in message-mode Date: Sun, 27 Jan 2002 11:56:01 -0700 (MST) Sender: owner-ding@hpc.uh.edu Message-ID: <200201271856.g0RIu1v21410@aztec.santafe.edu> References: <2n3d0wo299.fsf@zsh.cs.rochester.edu> <200201240800.g0O806B17062@aztec.santafe.edu> <200201250621.g0P6LGk18813@aztec.santafe.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035177872 13009 80.91.224.250 (21 Oct 2002 05:24:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:24:32 +0000 (UTC) Cc: zsh@cs.rochester.edu, ding@gnus.org, emacs-devel@gnu.org Return-Path: Original-Received: (qmail 20577 invoked from network); 27 Jan 2002 18:57:14 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 27 Jan 2002 18:57:14 -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 16UuTW-0007w7-00; Sun, 27 Jan 2002 12:56:22 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 27 Jan 2002 12:56:17 -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 MAA03139 for ; Sun, 27 Jan 2002 12:56:07 -0600 (CST) Original-Received: (qmail 20560 invoked by alias); 27 Jan 2002 18:56:06 -0000 Original-Received: (qmail 20550 invoked from network); 27 Jan 2002 18:56:06 -0000 Original-Received: from pele.santafe.edu (192.12.12.119) by gnus.org with SMTP; 27 Jan 2002 18:56:06 -0000 Original-Received: from aztec.santafe.edu (aztec [192.12.12.49]) by pele.santafe.edu (8.9.3/8.9.3) with ESMTP id LAA19040; Sun, 27 Jan 2002 11:56:01 -0700 (MST) Original-Received: (from rms@localhost) by aztec.santafe.edu (8.10.2+Sun/8.9.3) id g0RIu1v21410; Sun, 27 Jan 2002 11:56:01 -0700 (MST) X-Authentication-Warning: aztec.santafe.edu: rms set sender to rms@aztec using -f Original-To: larsi@gnus.org In-reply-to: (message from Lars Magne Ingebrigtsen on Sat, 26 Jan 2002 23:39:36 +0100) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42660 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42660 > So I fixed that. I think Message mode should also use > text-mode-abbrev-table. Message mode calls `mail-abbrevs-setup' to set up the abbrev stuff. That's the standard function from mail/mailabbrev.el. (I haven't checked whether that package also inherits from `text-mode-abbrev-table'.) Mailabbrevs is something different; those abbrevs use a special abbrev table. Message mode ought to use text-mode-abbrev-table for its ordinary abbrev table. It should set local-abbrev-table to text-mode-abbrev-table.