From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: yes-or-no-p and dialogs Date: Tue, 27 Dec 2022 20:13:26 +0200 Message-ID: <83zgb8zpdl.fsf@gnu.org> References: <83bkno22t5.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="26156"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Dec 27 19:13:34 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pAESD-0006fN-O5 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 27 Dec 2022 19:13:33 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pAES1-0005lW-4W; Tue, 27 Dec 2022 13:13:21 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAERz-0005lL-QC for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 13:13:19 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAERz-0006TT-E3 for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 13:13:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=dmvFPoc9wHBeXJVeUIS40tfq7TkND7ZnPjTqZ7zwM0o=; b=H5lj6Tkzv62U ImlM0mjIoOIiShIDv/A0sFL3aHYBUNXECujA+qKQP7Jukk1xUtEJ812C93kLA9iG8saovChxygLOD ncfp/X2y6cSWPdBkqCSehhcwLXGbL/KZt9p4+XuKg+E96wWLziebApYFAyyn9W7ql2ogcs7Aj7bCJ XbXU2LsnI1nDl3JekA5BTKKQ9vi2XDPoleURTCRbvlt77ci/K3hvgGXN27QrLuzua75LVXgCvFOsZ z+iE8S6Bevbe6FOT/ordUTkbrNgJpYzwwc4f2gc7L8jr3qgVJeWeivqL8lsrxDXuauY5TMsbSj1HO udJ/FFSOzsZCtorumHoXGQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAERy-0006AJ-Pk for help-gnu-emacs@gnu.org; Tue, 27 Dec 2022 13:13:19 -0500 In-Reply-To: (message from Thibaut Verron on Tue, 27 Dec 2022 18:37:19 +0100) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:141971 Archived-At: > From: Thibaut Verron > Date: Tue, 27 Dec 2022 18:37:19 +0100 > Cc: help-gnu-emacs@gnu.org > > I'm not the original poster, but I can reproduce it by: > 1. Opening a .org file OK > 2. Creating a headline What does it mean? which command(s) to invoke and how? > 3. Calling org-clock-in What do I do here? just "M-x org-clock-in RET" or something else? > 4. Saving the buffer > 5. Clicking the X to close the window > > By the way, the clock is not required, the same happens with an unsaved buffer: first there is a right-click > style menu asking what to do, then at the end, the "modified buffers exist, quit anyway?" dialog only has > "yes" and "no", no "cancel". On my system, I see "Cancel" as the 3rd possibility, when I do this the other way, i.e. with a buffer with unsaved changes. So maybe this is a Windows 10 thing.