From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: Input from buffer instead of minibuffer Date: Thu, 04 Oct 2012 09:21:28 -0400 Message-ID: References: <58f60ac7-2407-411c-92ba-13a4550f682a@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349401973 25560 80.91.229.3 (5 Oct 2012 01:52:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 5 Oct 2012 01:52:53 +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 Oct 05 03:52:57 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 1TJx4k-0005tv-Gp for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Oct 2012 03:51:38 +0200 Original-Received: from localhost ([::1]:40213 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TJlQQ-0001Rv-Ll for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Oct 2012 09:25:14 -0400 Original-Received: by 10.66.77.227 with SMTP id v3mr1619684paw.11.1349356889735; Thu, 04 Oct 2012 06:21:29 -0700 (PDT) Original-Path: usenet.stanford.edu!kt20no9574695pbb.1!news-out.google.com!t10ni23609877pbh.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!post01.iad.highwinds-media.com!newsfe20.iad.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux) Cancel-Lock: sha1:ZneWLPY8fb26RTxaZKDW75/1tOk= Original-Lines: 8 Original-X-Complaints-To: abuse@UsenetServer.com Original-NNTP-Posting-Date: Thu, 04 Oct 2012 13:21:29 UTC X-Received-Bytes: 938 Original-Xref: usenet.stanford.edu gnu.emacs.help:194714 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:87056 Archived-At: > Is there an easy way to read a response from the buffer instead of the > minibuffer? If it matters, a "response" is a string of 1-8 alphabetic > characters terminated by a newline/return key. You might want to do it in the same way as M-x doctor. Stefan