From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 2207 invoked from network); 26 Aug 2021 10:30:16 -0000 Received: from zero.zsh.org (2a02:898:31:0:48:4558:7a:7368) by inbox.vuxu.org with ESMTPUTF8; 26 Aug 2021 10:30:16 -0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=zsh.org; s=rsa-20210803; h=List-Archive:List-Owner:List-Post:List-Unsubscribe: List-Subscribe:List-Help:List-Id:Sender:Message-ID:Date:Content-ID: Content-Type:MIME-Version:Subject:To:References:From:In-reply-to:cc:Reply-To: Content-Transfer-Encoding:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID; bh=D3Ve0QxPXlF55N+3F5DuYIzOjj4ws+CLBRTHppwOL98=; b=pmpmHXI5vbzslpccHTdCHee3/B l6RJFFzZxpeRAwFupDpdfs5QYqBeR7W0udjsws0wWwdAqbX65kTqi1BSVP3/SBvJBdBI9A6pEX35y OcrBLseR20I8KU5s97TEnExz9CMEWDAHm5WOJYoFvzKxd0KMD6wNFzDCiNLGwVO/N1DG6U7axNqI7 3Xl5Qsnx/T9N+EXxzxHKPcFqtoxIux7a/z5LYs9GF4hLz6VpKo7JCBzHMqGlHB704+U+pg2MUdoD3 zhZo0Gjko8oieGnBnl4HXVQW4UIzZnNPnoo87UZVs/+WRnNJrvn/dTQhJbkMBEsAITRqgAJeoDRwF FA2II3KA==; Received: from authenticated user by zero.zsh.org with local id 1mJCeE-000Lks-Aw; Thu, 26 Aug 2021 10:30:14 +0000 Received: from authenticated user by zero.zsh.org with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) id 1mJCdf-000LTN-Lf; Thu, 26 Aug 2021 10:29:39 +0000 Received: from [192.168.178.21] (helo=hydra) by mail.kiddle.eu with esmtp(Exim 4.94.2) (envelope-from ) id 1mJCde-000AtL-Fo; Thu, 26 Aug 2021 12:29:38 +0200 cc: Zsh hackers list In-reply-to: From: Oliver Kiddle References: To: Marlon Richert Subject: Re: [BUG] `bindkey -M menuselect '^M' send-break` doesn't do what it says in the manual MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <41869.1629973778.1@hydra> Date: Thu, 26 Aug 2021 12:29:38 +0200 Message-ID: <41870-1629973778.486912@CoLU.mVr5.ubZy> X-Seq: 49310 Archived-At: X-Loop: zsh-workers@zsh.org Errors-To: zsh-workers-owner@zsh.org Precedence: list Precedence: bulk Sender: zsh-workers-request@zsh.org X-no-archive: yes List-Id: List-Help: List-Subscribe: List-Unsubscribe: List-Post: List-Owner: List-Archive: On 16 Aug, Marlon Richert wrote: > According to `man 1 zshmodules`: > > > send-break > > leaves menu selection and restores the previous contents of the > > command line > However, while using send-break during menu selection does exit the > completion menu, it does _not_ restore the previous contents of the > command line and in fact leaves the current selection in place. In my testing, both with my setup and starting from zsh -f, it does behave as documented. Are you able to bisect your setup to find a cause or provide a list of commands to reproduce it starting from a blank setup? Oliver