From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Samuel Wales" Newsgroups: gmane.emacs.help Subject: Re: emacs shorthand Date: Fri, 28 Nov 2008 10:36:02 -0700 Message-ID: <20524da70811280936l79c47120h7fbc58de36d0e4c7@mail.gmail.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1227899839 12494 80.91.229.12 (28 Nov 2008 19:17:19 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 28 Nov 2008 19:17:19 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: "Rustom Mody" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 28 20:18:21 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1L68r6-0005WS-JJ for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 20:18:20 +0100 Original-Received: from localhost ([127.0.0.1]:37219 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L68pw-0005qf-JJ for geh-help-gnu-emacs@m.gmane.org; Fri, 28 Nov 2008 14:17:08 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L67GE-0002JP-Ln for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 12:36:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L67GC-0002If-8i for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 12:36:09 -0500 Original-Received: from [199.232.76.173] (port=39311 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L67GC-0002Ic-0F for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 12:36:08 -0500 Original-Received: from nf-out-0910.google.com ([64.233.182.188]:35148) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L67GB-00064A-MC for help-gnu-emacs@gnu.org; Fri, 28 Nov 2008 12:36:07 -0500 Original-Received: by nf-out-0910.google.com with SMTP id c7so835325nfi.26 for ; Fri, 28 Nov 2008 09:36:03 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=8OgRQgyLpgs9oviB8q9zdZSadTA7dkSPMOCc9+mzSHw=; b=ElKLbVkJ9enCBrUclmwhvfyy43iEZBx2C/km1LJ/C+YZpi7YvVKkb6fObVmgvRDM0B /wSTuXggsp02Nf3gxfpkUR62R3tXCByVWcnacHUXZVVfxhNOaCsG92gzopxCvqgvds2y YP8fb+/YovUt8pTNpBqSBaTTlBfZxPdC55luw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=enO6nvXCYROUQE8MQ0xHC24GGd+rqSVgB45bFSXWIw7wp3ir3z7faKIGjZ8ysc/XeO 6gEb9P4jpM/BhypU3/W+qWAnUg7cvJXSiAK1mIIfFon+BrzDVnTmrwqGV6zfx2gUNo9+ cdgUvTIDP8RXrMXpfY4PIQ9JT3phGCxrqgYGM= Original-Received: by 10.103.218.9 with SMTP id v9mr3216250muq.78.1227893762942; Fri, 28 Nov 2008 09:36:02 -0800 (PST) Original-Received: by 10.103.246.8 with HTTP; Fri, 28 Nov 2008 09:36:02 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Fri, 28 Nov 2008 14:16:44 -0500 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:60192 Archived-At: What about using ido.el for ordinary words? The code allows this. Flex matching. SPC would select the selection. SPC SPC would undo the selection and re-insert the actual characters. Has anybody tried this? Is it fast?