From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Ignoramus7828 Newsgroups: gmane.emacs.help Subject: Re: boilerplate expansion module? Date: 15 May 2003 14:58:33 GMT Organization: Altopia Corp. - Usenet Access - www.altopia.com Sender: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1053011069 25786 80.91.224.249 (15 May 2003 15:04:29 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 15 May 2003 15:04:29 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Thu May 15 17:04:27 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19GKG2-0006aW-00 for ; Thu, 15 May 2003 17:02:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 19GKDT-0002XX-06 for gnu-help-gnu-emacs@m.gmane.org; Thu, 15 May 2003 11:00:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news.alt.net!usenet Original-Newsgroups: gnu.emacs.help Original-Lines: 30 User-Agent: slrn/0.9.7.4 (Linux) Original-Xref: shelby.stanford.edu gnu.emacs.help:113269 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: help-gnu-emacs-bounces+gnu-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:9763 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:9763 Ok, I am using abbrev-mode and it is great, with one problem. What I want is to enable abbrev-mode for all modes and all buffers. According to some web page, I placed (abbrev-mode 1) into my emacs.el file. But that does not apply to buffers that I open. I have to do same in each buffer, which is a pain. What am I doing wrong? thanks i In article , Ignoramus13246 wrote: > I am looking for some extension that would let me insert boilerplate > text. For example. Let's say that I have a legal disclaimer saying > "author is not responsible for errors and omissions". And instead of > typing it, I would define boilerplate phrase "discl1" to be "author is > not responsible for errors and omissions". Then as I type text, I > would enter discl1, press some key like M-M-b, and it would replace > discl1 with the actual phrase. > > Any suggestions? > > I use xemacs btw. > > i