From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.devel Subject: Re: yes-or-no-p prompt conditionally broken in master? Date: Thu, 3 Sep 2015 18:22:10 +0100 Message-ID: References: <83k2s7a247.fsf@gnu.org> Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1441300990 3096 80.91.229.3 (3 Sep 2015 17:23:10 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 17:23:10 +0000 (UTC) Cc: emacs-devel , Stefan Monnier , Kaushal Modi To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Sep 03 19:23:05 2015 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 1ZXYE4-0006M0-Az for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 19:23:04 +0200 Original-Received: from localhost ([::1]:50567 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYE4-0000Lz-GB for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 13:23:04 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45641) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYE1-0000LW-2l for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:23:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXYE0-0006nM-Bh for emacs-devel@gnu.org; Thu, 03 Sep 2015 13:23:01 -0400 Original-Received: from mail-la0-f54.google.com ([209.85.215.54]:36515) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXYDv-0006mW-RK; Thu, 03 Sep 2015 13:22:55 -0400 Original-Received: by lanb10 with SMTP id b10so33057759lan.3; Thu, 03 Sep 2015 10:22:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=GdnOPt4zkLxg+PDxHKyKy7RvuWrh1XxZoIJjiB9QmYY=; b=00sbpe18A6D4bFd7aywfcWwLAqx9EL2/4WNnPb1HGK9mz62oasFNbhQROcejwo4RTu jtG7iZQQ6U8OXCYvYy+TzEIzwFznfun6/1LnbIQ52d5WHypcnJKNYeVnOkMs/xdansa9 Pt6McQMVPDHT0w7ytX/pkzP3pdVbNwAcaVX8RSjKbhuOCie16C8LVUtNHCoWW6Gv22Eq z3a3EBR7WujlpKGmg/oO9lEOZLix2FL3jHc/B+24C9vd8gLeTqN+3ElZSK91NGJXIsq8 t0SYlZXmCGAv/2TXHFJav43hnDi79y0q/RtT3B9bQVGuG1N6zuTXFprGX5HGXBbeTqEq v1Cw== X-Received: by 10.152.170.230 with SMTP id ap6mr22907052lac.73.1441300930155; Thu, 03 Sep 2015 10:22:10 -0700 (PDT) Original-Received: by 10.25.213.202 with HTTP; Thu, 3 Sep 2015 10:22:10 -0700 (PDT) In-Reply-To: <83k2s7a247.fsf@gnu.org> X-Google-Sender-Auth: pRpLzi-XMQ1CldGS7g5g2xd3kPE X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.215.54 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:189527 Archived-At: 2015-09-03 17:39 GMT+01:00 Eli Zaretskii : >> From: Kaushal Modi >> Date: Thu, 03 Sep 2015 16:31:23 +0000 >> >> - When on latest master, for ANY yes-or-no-p prompt, for the first prompt I >> cannot see the prompt question. At times, all I see is the cursor at the very >> left in the minibuffer. At times, I see no cursor and have to assume that the >> minibuffer is in focus. I blindly need to hit y or n to proceed (for example >> when quitting emacs). Some times, 2nd prompt onwards the prompt questions start >> appearing fine. > > FWIW, I cannot reproduce this with the current master. I was getting this problem for every single prompt yesterday, but then I restarted and haven't seen it again since. So I can confirm something seems to be wrong, just don't know what.