all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Barry Margolin <barmar@alum.mit.edu>
To: help-gnu-emacs@gnu.org
Subject: Re: Input from buffer instead of minibuffer
Date: Sun, 30 Sep 2012 21:10:43 -0400	[thread overview]
Message-ID: <barmar-941723.21104330092012@news.eternal-september.org> (raw)
In-Reply-To: 58f60ac7-2407-411c-92ba-13a4550f682a@googlegroups.com

In article <58f60ac7-2407-411c-92ba-13a4550f682a@googlegroups.com>,
 Michael Haensel <mhaensel73@gmail.com> wrote:

> Hello everyone -
> 
> I'm writing a quiz program in Emacs Lisp. The program creates a new frame and 
> buffer for the quiz questions. The quiz then runs something like this:
> 
> (insert "Please identify: [quiz item]")
> (setq response
>        (read-from-minibuffer "Please identify: [quiz item]"))
> ... do stuff based on response
> 
> This displays the question in the buffer and the minibuffer. The response is 
> read in from the minibuffer. This isn't deal-breakingly bad, but a better 
> design would read the response from the buffer and skip the minibuffer 
> entirely.
> 
> 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.

Nothing built-in, but it should be pretty straightforward to write a 
command that looks in the buffer to find the response, and bind the 
Return key to this command.

-- 
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***


  reply	other threads:[~2012-10-01  1:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-30 20:46 Input from buffer instead of minibuffer Michael Haensel
2012-10-01  1:10 ` Barry Margolin [this message]
2012-10-03 15:45   ` Stephen Berman
2012-10-04 13:21 ` Stefan Monnier
2012-10-04 13:56 ` Pascal J. Bourguignon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=barmar-941723.21104330092012@news.eternal-september.org \
    --to=barmar@alum.mit.edu \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.