From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: John Wiegley Newsgroups: gmane.emacs.devel Subject: Re: Unable to scroll from y-or-n-p prompt Date: Tue, 26 Jun 2012 04:20:36 -0500 Message-ID: References: <87txxyiltq.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1340702534 9989 80.91.229.3 (26 Jun 2012 09:22:14 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Jun 2012 09:22:14 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jun 26 11:22:12 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SjRyL-0003TN-Qt for ged-emacs-devel@m.gmane.org; Tue, 26 Jun 2012 11:22:09 +0200 Original-Received: from localhost ([::1]:47626 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjRyL-0004cN-DG for ged-emacs-devel@m.gmane.org; Tue, 26 Jun 2012 05:22:09 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:37546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjRyI-0004cA-HT for emacs-devel@gnu.org; Tue, 26 Jun 2012 05:22:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SjRyG-0007Xr-P1 for emacs-devel@gnu.org; Tue, 26 Jun 2012 05:22:06 -0400 Original-Received: from mail-yw0-f51.google.com ([209.85.213.51]:46270) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SjRyG-0007Xc-IW for emacs-devel@gnu.org; Tue, 26 Jun 2012 05:22:04 -0400 Original-Received: by yhnn12 with SMTP id n12so3689191yhn.38 for ; Tue, 26 Jun 2012 02:22:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:subject:references:mail-followup-to:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=25aU2woigDOwCP8EHGp5+1swEgvtIt4ZrFWy1gm9g5E=; b=aH5eNIzF13TSfaGqoqzR73oxD8PfoVZdZz5xmjVCtMCl9RIl1n0MGbFsITK8NYO8ye mgnxmkge4+ONtrhwyv21JoG3Jc9Hn3malhvCJz7fvLYEvAkckAtjJtqi2appkBJvZFXn INHKD2X/LB2xco8P2T0iyYo+o7Ylc/wQl3X9Oh/YnTbon77pkdAlQxQJQK6LRw2iswde 17IiVMLepE56w8xjRsFj4nsgCztAem0f6SuCTfDi9vdnH599g17anwgcBWl46ARXFJG6 9GCSHpFSZQe3d4m3L/TWYk5BDCId+PWoPiWvuXoW7oD65+s7mOacCxN9Dw6qBsixcseJ jzxg== Original-Received: by 10.50.186.162 with SMTP id fl2mr10392397igc.44.1340702522469; Tue, 26 Jun 2012 02:22:02 -0700 (PDT) Original-Received: from vulcan.local (c-98-215-105-167.hsd1.il.comcast.net. [98.215.105.167]) by mx.google.com with ESMTPS id dw5sm1572803igc.6.2012.06.26.02.22.01 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 26 Jun 2012 02:22:01 -0700 (PDT) Original-Received: by vulcan.local (Postfix, from userid 501) id 72D89F0D353F; Tue, 26 Jun 2012 04:20:36 -0500 (CDT) Mail-Followup-To: emacs-devel@gnu.org In-Reply-To: <87txxyiltq.fsf@gmail.com> (Thierry Volpiatto's message of "Tue, 26 Jun 2012 09:17:21 +0200") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (darwin) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.213.51 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:151175 Archived-At: >>>>> Thierry Volpiatto writes: > I think I have reported this in the past, and it seem not fixed. > This patch fix it, please review. Looks simple enough to me. This allows scrolling of the minibuffer contents after the question is asked? John