From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jgk@panix.com (Joe keane) Newsgroups: gmane.emacs.help Subject: Re: lisp read-from-minibuffer propels deep questions Date: Fri, 13 Apr 2012 02:03:38 +0000 (UTC) Organization: Public Access Networks Corp. Message-ID: References: NNTP-Posting-Host: plane.gmane.org X-Trace: dough.gmane.org 1334282714 5795 80.91.229.3 (13 Apr 2012 02:05:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 13 Apr 2012 02:05:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 13 04:05:13 2012 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 1SIVsu-0007aD-T3 for geh-help-gnu-emacs@m.gmane.org; Fri, 13 Apr 2012 04:05:13 +0200 Original-Received: from localhost ([::1]:41803 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SIVsu-0007yJ-6w for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Apr 2012 22:05:12 -0400 Original-Path: usenet.stanford.edu!panix!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.emacs Original-Lines: 10 Original-NNTP-Posting-Host: panix5.panix.com Original-X-Trace: reader1.panix.com 1334282618 24265 166.84.1.5 (13 Apr 2012 02:03:38 GMT) Original-X-Complaints-To: abuse@panix.com Original-NNTP-Posting-Date: Fri, 13 Apr 2012 02:03:38 +0000 (UTC) X-Newsreader: trn 4.0-test76 (Apr 2, 2001) Original-Xref: usenet.stanford.edu gnu.emacs.help:192028 comp.emacs:102396 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:84444 Archived-At: In article , Stefan Monnier wrote: >Then don't use it. Because the parsing for 'interactive' works pretty well, for some 90% of the cases. If you are bored, check out "background.el". When in the prompt, keys like C-b, C-f, C-a, C-e work fine default, only C-p, C-n, C-s, C-r need to play games.