From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Alexandros Prekates Newsgroups: gmane.emacs.help Subject: Ctrl-g wont affect minibuffer if i click to another window. Date: Fri, 5 Nov 2021 12:58:58 +0000 Message-ID: <20211105085858.19ef5c3d@enous> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1298"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 05 13:59:53 2021 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 1miyoz-00007G-G4 for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 13:59:53 +0100 Original-Received: from localhost ([::1]:57172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1miyox-0005WD-SC for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 08:59:51 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41050) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miynC-0005Qu-HQ for help-gnu-emacs@gnu.org; Fri, 05 Nov 2021 08:58:02 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:58297) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1miyn7-0006Le-EU for help-gnu-emacs@gnu.org; Fri, 05 Nov 2021 08:58:02 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id 4BDA4240029 for ; Fri, 5 Nov 2021 13:57:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1636117073; bh=Kz1IwwL34sTgohoW893YiGuqolZhXG1mngntZ7beNVw=; h=Date:From:To:Subject:From; b=SfmnBgb9PcHZ18uVEilP8MANwkdF18fJZBABKZtIAWaNNIYEDXURJUcewDf/iEEGH U/UetkC3H1iEZHTg+Hkc0SZJgOElQT/SR+uGnqEo7WJqvzznZKrFiYl/fdP6JikKsI aWyloajWyleehadcRgxUbg83jbOQqqEpYJf2DR4OeXNTsNrO/PO75jxEl022w5T6aU 3t658qcv8GYsw9sdpGQMFa+4VIaqNilzd8aOL1SMPCDiwfZfDvmDIpvEOfqR3Sp1Df RocbqR9SbEpqU6P0pMnjlCq4wbMIxWiTVkADuB+JGXEZe9Cg5tAZRbcDeYcyaU69ir +cYytdIIq+8+g== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hm0sr0fkmz9ryZ for ; Fri, 5 Nov 2021 13:57:51 +0100 (CET) Received-SPF: pass client-ip=185.67.36.65; envelope-from=aprekates@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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" Xref: news.gmane.io gmane.emacs.help:134375 Archived-At: Doing C-c C-l on a link i see in the minibuffer the link part. Now giving C-g i see Quit and the minibuffer is cleared. But if i click to another window then irrespecive of clicking back to the initial window or not C-g will display Quit but then i am stack seeing the link part and the only way out is to confirm the link part and the subsequent description part. So it seems that C-g cant cancel a command that i started. How can i cancel it in the case i click another window? System: GNU Emacs 27.1 Distro: Devuan GNU/Linux 4 (chimaera) Alexandros