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: Re: Ctrl-g wont affect minibuffer if i click to another window. Date: Fri, 5 Nov 2021 14:31:40 +0000 Message-ID: <20211105103140.49fc5855@enous> References: <20211105085858.19ef5c3d@enous> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="32731"; mail-complaints-to="usenet@ciao.gmane.io" To: Daniel =?UTF-8?B?TWFydMOtbg==?= , help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Fri Nov 05 15:32:24 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 1mj0GW-0008HJ-OL for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 15:32:24 +0100 Original-Received: from localhost ([::1]:43422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mj0GV-0006V4-OI for geh-help-gnu-emacs@m.gmane-mx.org; Fri, 05 Nov 2021 10:32:23 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44774) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mj0Eq-00056Z-Jt for help-gnu-emacs@gnu.org; Fri, 05 Nov 2021 10:30:43 -0400 Original-Received: from mout01.posteo.de ([185.67.36.65]:60391) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mj0En-0002Y8-U4 for help-gnu-emacs@gnu.org; Fri, 05 Nov 2021 10:30:40 -0400 Original-Received: from submission (posteo.de [89.146.220.130]) by mout01.posteo.de (Postfix) with ESMTPS id D482424002B for ; Fri, 5 Nov 2021 15:30:35 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1636122635; bh=tJ9DfbNWXWOkR2q925nP2rtK5mTvw74xwz/pRwDAWUM=; h=Date:From:To:Subject:From; b=NA/875SgW23HryVebfDfEFAWUiXNb5Rs46NAQR6WHZg+pjQFUEthCqBZhD3nQhcX2 AgJHcVkDffv1XdelPUdGuE0evKod31x84oaNmD89AtT2jupJp/4AS2StKj1VOGSMx3 aO6yM+xlCnuWpn0OhN6Peq6kNg1bAyUrV6ef2lcdrbNlMZRli5jeOvwO8Y4z3m/IHW cjn9OstXpTZwrguXVLkVNqKPcjvRmZP/CA51L+I4pkN2cbZTLIYTnjOY3MDWrGa+WU jZxKqXYlGbTresu0MIk530mvRDKTkG0xevABWgSqYMSdfZK2UhNw7r3LI7DMpHg+WU 0g+YIA/XAXung== Original-Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Hm2wp0ZCLz6tnn; Fri, 5 Nov 2021 15:30:33 +0100 (CET) In-Reply-To: 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:134381 Archived-At: On Fri, 05 Nov 2021 14:34:57 +0100 Daniel Mart=C3=ADn wrote: > Alexandros Prekates writes: >=20 > > 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.=20 > > > > But if i click to another window then irrespecive of clicking back=20 > > 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? =20 >=20 > Click on the minibuffer's window and then press C-g. Thanks! That worked.