From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/43390 Path: main.gmane.org!not-for-mail From: Matt Armstrong Newsgroups: gmane.emacs.gnus.general Subject: Re: abbrevs in message mode Date: Sat, 02 Mar 2002 14:39:03 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: <87it8eabuw.fsf@squeaker.lickey.com> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035178491 17329 80.91.224.250 (21 Oct 2002 05:34:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:34:51 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: (qmail 17604 invoked from network); 2 Mar 2002 21:39:31 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 2 Mar 2002 21:39:31 -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 16hHDw-0007I5-00; Sat, 02 Mar 2002 15:39:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 02 Mar 2002 15:39:26 -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 PAA13332 for ; Sat, 2 Mar 2002 15:39:14 -0600 (CST) Original-Received: (qmail 17600 invoked by alias); 2 Mar 2002 21:39:08 -0000 Original-Received: (qmail 17595 invoked from network); 2 Mar 2002 21:39:08 -0000 Original-Received: from hank.lickey.com (ident-is-dumb@64.81.100.235) by gnus.org with SMTP; 2 Mar 2002 21:39:08 -0000 Original-Received: from squeaker.lickey.com (squeaker.lickey.com [192.168.100.10]) by hank.lickey.com (Postfix) with ESMTP id D6CDCEE41; Sat, 2 Mar 2002 14:39:06 -0700 (MST) Original-Received: by squeaker.lickey.com (Postfix, from userid 1000) id B15ABBFE4; Sat, 2 Mar 2002 14:39:04 -0700 (MST) Mail-Copies-To: never Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) Mail-Followup-To: Kai.Grossjohann@CS.Uni-Dortmund.DE, ding@gnus.org In-Reply-To: (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Fri, 01 Mar 2002 12:14:06 +0100") Original-Lines: 20 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) Emacs/21.1 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:43390 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:43390 Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai Gro=DFjohann) writes: > I used to have some abbrevs in message mode for useful URLs. For > example: "ntemacsurl" expands to > "http://www.gnu.org/software/emacs/windows/ntemacs.html". > > But now, message-mode looks at text-mode-abbrev-table. > > But the above abbrev isn't so useful in other buffers in text mode. Will an 'ntemacsurl' abbrev get in the way when editing other text mode buffers? > What should I do? I would personally just stick the abbrevs in the text mode abbrev table. --=20 matt