From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Robert Thorpe Newsgroups: gmane.emacs.help Subject: Re: Abbrevs for the most frequent elisp symbols Date: Mon, 29 Dec 2014 16:28:47 +0000 Message-ID: <87a926e7y8.fsf@robertthorpeconsulting.com> References: <3a6204ab-fd4e-48ed-a489-263a6691ab24@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1419870558 7937 80.91.229.3 (29 Dec 2014 16:29:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Dec 2014 16:29:18 +0000 (UTC) Cc: help-gnu-emacs@gnu.org, embe8573@student.uu.se, adatgyujto@gmail.com, mbork@wmi.amu.edu.pl To: Drew Adams Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Dec 29 17:29:10 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Y5dBt-0006D5-UP for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2014 17:29:10 +0100 Original-Received: from localhost ([::1]:33947 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5dBt-0004Tq-83 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Dec 2014 11:29:09 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59311) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5dBg-0004Th-3P for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 11:28:56 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y5dBc-0005uE-3B for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 11:28:56 -0500 Original-Received: from outbound-smtp03.blacknight.com ([81.17.249.16]:59831) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y5dBb-0005tk-TK for help-gnu-emacs@gnu.org; Mon, 29 Dec 2014 11:28:52 -0500 Original-Received: from mail.blacknight.com (pemlinmail05.blacknight.ie [81.17.254.26]) by outbound-smtp03.blacknight.com (Postfix) with ESMTPS id E2CD598B76 for ; Mon, 29 Dec 2014 16:28:48 +0000 (UTC) Original-Received: (qmail 12957 invoked from network); 29 Dec 2014 16:28:48 -0000 Original-Received: from unknown (HELO RTLaptop) (rt@robertthorpeconsulting.com@[86.185.23.72]) by 81.17.254.9 with ESMTPSA (DHE-RSA-AES128-SHA encrypted, authenticated); 29 Dec 2014 16:28:48 -0000 In-Reply-To: <3a6204ab-fd4e-48ed-a489-263a6691ab24@default> (message from Drew Adams on Mon, 29 Dec 2014 07:28:14 -0800 (PST)) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 81.17.249.16 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:101761 Archived-At: Drew Adams writes: >> There are the dynamic abbrevs facilities, M-\ and C-M-\. > > And the little-known but there-forever and useful `dynamic-completion-mode, > from built-in library `completions.el'. (The file Commentary is the doc.) > The keys for it are, by default, `C-RET' and `M-RET'. Thanks. I didn't know about that, I'll give it a try. BR, Robert Thorpe