From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kaushal Modi Newsgroups: gmane.emacs.devel Subject: Re: yes-or-no-p prompt conditionally broken in master? Date: Thu, 03 Sep 2015 23:54:09 +0000 Message-ID: References: <83k2s7a247.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c2ef9a62e41c051ee08079 X-Trace: ger.gmane.org 1441324470 24726 80.91.229.3 (3 Sep 2015 23:54:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Sep 2015 23:54:30 +0000 (UTC) Cc: eggert@cs.ucla.edu, dgutov@yandex.ru, emacs-devel@gnu.org, handa@gnu.org, michael albinus , monnier@iro.umontreal.ca, david@porkrind.org To: Katsumi Yamaoka , Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Sep 04 01:54:28 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 1ZXeKq-0004Av-3l for ged-emacs-devel@m.gmane.org; Fri, 04 Sep 2015 01:54:28 +0200 Original-Received: from localhost ([::1]:52783 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXeKp-000763-NS for ged-emacs-devel@m.gmane.org; Thu, 03 Sep 2015 19:54:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:56912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXeKm-00075Z-FI for emacs-devel@gnu.org; Thu, 03 Sep 2015 19:54:25 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZXeKl-0005qE-BN for emacs-devel@gnu.org; Thu, 03 Sep 2015 19:54:24 -0400 Original-Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:35229) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZXeKh-0005pN-Lb; Thu, 03 Sep 2015 19:54:19 -0400 Original-Received: by obuk4 with SMTP id k4so4477838obu.2; Thu, 03 Sep 2015 16:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=r8oqlQ9DOibuloxcucWsTOU1GfIU6k5yOyd/1AybO8A=; b=sOy9z3/4XsPz1Tz0JH9n0+s/5+FnWnumyZ/7KbkNiCxyPdzjRynhKc7Vmgrix+zrG0 tCt0HHWPHo3zOTnkqcg8NG07/1eW6bMSVzfBjHpWIGVkM+H8J0G65uE7/Rfz4kw0F3by WdkiQ4p3FPcTEzRCGyf7AN5OxH3x/Ryyx7G6UvF6eRq8CaYghLsGulX2BBxS4EIms9hU v+HTovTrudzL3W0HEHPFgfjO2g8iR9e9L0O/g+2sTg8GhNh0dxsKIOkA0nz0ROgXxW4g bxyA8gJqOYno2yn2FekCSH5BEHh20TUpi8MzN8U0cfXSLoGbhusKKUKzBUhtFVc6SqFM kysA== X-Received: by 10.182.246.101 with SMTP id xv5mr475400obc.5.1441324459023; Thu, 03 Sep 2015 16:54:19 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22b 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:189566 Archived-At: --001a11c2ef9a62e41c051ee08079 Content-Type: text/plain; charset=UTF-8 @Stefan, thanks for the bug fix. I don't see this issue after updating to this commit: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=944d77f070da388b0c6e6578a9f868e88c088940 On Thu, Sep 3, 2015 at 6:31 PM Katsumi Yamaoka wrote: > On Thu, 03 Sep 2015 19:39:36 +0300, Eli Zaretskii wrote: > > FWIW, I cannot reproduce this with the current master. > > I've seen it a few times yesterday. I'll report it if I find out > a generic way to reproduce it. > > In GNU Emacs 25.0.50.1 (i686-pc-cygwin, GTK+ Version 3.10.9) > of 2015-09-03 > Windowing system distributor 'The Cygwin/X Project', version 11.0.11501000 > Configured using: > 'configure --verbose --with-x-toolkit=gtk3' > --001a11c2ef9a62e41c051ee08079 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
@Stefan, thanks for the bug fix. I don't see this issu= e after updating to this commit:=C2=A0htt= p://git.savannah.gnu.org/cgit/emacs.git/commit/?id=3D944d77f070da388b0c6e65= 78a9f868e88c088940

On Thu, Sep 3, 2015 at 6:31 PM Katsumi Yamaoka <yamaoka@jpl.org> wrote:
On Thu, 03 Sep 2015 19:39:36 +0300, Eli Zaretskii wrote:
> FWIW, I cannot reproduce this with the current master.

I've seen it a few times yesterday.=C2=A0 I'll report it if I find = out
a generic way to reproduce it.

In GNU Emacs 25.0.50.1 (i686-pc-cygwin, GTK+ Version 3.10.9)
=C2=A0of 2015-09-03
Windowing system distributor 'The Cygwin/X Project', version 11.0.1= 1501000
Configured using:
=C2=A0'configure --verbose --with-x-toolkit=3Dgtk3'
--001a11c2ef9a62e41c051ee08079--