From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dan Anderson Newsgroups: gmane.emacs.help Subject: defining long abbrevs Date: Tue, 04 Nov 2003 18:19:46 -0500 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <1067987986.4492.1123.camel@hades> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1067992513 3778 80.91.224.253 (5 Nov 2003 00:35:13 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 5 Nov 2003 00:35:13 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Nov 05 01:35:10 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AHBdd-0007t7-01 for ; Wed, 05 Nov 2003 01:35:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHBdP-00023M-HX for geh-help-gnu-emacs@m.gmane.org; Tue, 04 Nov 2003 19:34:55 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AHBQr-0003SV-Q9 for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 19:21:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AHBOX-0001Yf-Fr for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 19:20:04 -0500 Original-Received: from [24.59.76.83] (helo=hades) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AHBOV-0001YG-Pb for help-gnu-emacs@gnu.org; Tue, 04 Nov 2003 19:19:31 -0500 Original-Received: by hades (Postfix, from userid 501) id D0FCC4A7; Tue, 4 Nov 2003 18:19:46 -0500 (EST) Original-To: help-gnu-emacs@gnu.org X-Mailer: Ximian Evolution 1.4.4-8mdk X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13808 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13808 When I type C-x a g to define an abbrev, it only defines the last word (even if I select many words). I can, of course, edit the abbrev def file, but is there an easier way? Thanks in advance, Dan