From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Xavier Maillard Newsgroups: gmane.emacs.help Subject: Re: abbrev table alphabetically ordered Date: Tue, 14 Feb 2006 00:50:01 +0100 Message-ID: <1139874601.890873.10338.nullmailer@totoz-hurd.gnu-rox.org> References: Reply-To: zedek@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: sea.gmane.org 1139874644 6177 80.91.229.2 (13 Feb 2006 23:50:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2006 23:50:44 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 14 00:50:42 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1F8nSd-0007l7-Sp for geh-help-gnu-emacs@m.gmane.org; Tue, 14 Feb 2006 00:50:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8nSc-0006mY-W6 for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2006 18:50:27 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1F8nST-0006mB-FZ for help-gnu-emacs@gnu.org; Mon, 13 Feb 2006 18:50:17 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1F8nSS-0006lz-2Q for help-gnu-emacs@gnu.org; Mon, 13 Feb 2006 18:50:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1F8nSR-0006lw-VY for help-gnu-emacs@gnu.org; Mon, 13 Feb 2006 18:50:16 -0500 Original-Received: from [213.41.184.169] (helo=smtp.gnu-rox.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1F8nX0-0005R3-1Z for help-gnu-emacs@gnu.org; Mon, 13 Feb 2006 18:54:58 -0500 Original-Received: from totoz-hurd.gnu-rox.org (unknown [10.0.0.7]) by smtp.gnu-rox.org (Postfix) with SMTP id 711E18BBFB; Tue, 14 Feb 2006 00:56:23 +0100 (CET) Original-Received: (nullmailer pid 10340 invoked by uid 1000); Mon, 13 Feb 2006 23:50:01 -0000 Original-To: Andreas =?ISO-8859-15?Q?R=F6hler?= In-reply-to: (message from Andreas =?ISO-8859-15?Q?R=F6hler?= on Mon, 13 Feb 2006 13:49:59 +0100) User-Agent: RMAIL/GNU Emacs 22.0.50.1 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:33185 Archived-At: From: Andreas =?ISO-8859-15?Q?R=F6hler?= There is a nice file with GNU Emacs 21.4.2: abbrevlist.el --- list one abbrev table alphabetically ordered. Unfortunately its not loaded automatically, function is not interactive and without an autoload-feature. (require 'abbrevlist) Should do the trick. Xavier Maillard