Path: csiph.com!xmission!news.snarked.org!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail From: sunnycemetery@gmail.com Newsgroups: gnu.bash.bug Subject: Re: Binding Containing Escape Key Fails to Escape History Search Date: Sun, 8 Dec 2019 19:15:14 -0500 Lines: 10 Approved: bug-bash@gnu.org Message-ID: References: <20191022025648.GA19869@midnight> <6fcf6dd7-a0b5-8868-797c-cefbcc3346a2@case.edu> <20191031223246.GA8439@midnight> <72ba8e76-5962-3855-2361-d05cf34569a1@case.edu> <20191209001514.GA935957@midnight> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: 8bit X-Trace: usenet.stanford.edu 1575850745 32258 209.51.188.17 (9 Dec 2019 00:19:05 GMT) X-Complaints-To: action@cs.stanford.edu Cc: bug-bash@gnu.org To: Chet Ramey Envelope-to: bug-bash@gnu.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:date:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=ABOpJ1IM05cEBf/GoSGTv/S9nWXhUv86r5+T8DfCock=; b=vIjMVKuRC34tF2MqPFtDfqf9lT6jiz1eyHmy+PvsAx7rdvcaOGj+Bzin/vKSeVXIre KHV5NDAZ8SaaNv7VYUYDer2T5FOjSXtNQdIVg0feI9ill0HdSMJc/FK6b1oIEGL5Wjvb xqFmffASfZTO+R3XaleBZ6JJIzjbjv+lAZs6+WyaIKDhLclVZ7jVa1bAftJtYCsr1BIR 0TXHFpyBLEEoyWD+sA3qYXpZBBFzLXvNVlMEmyjXVUBrs2L4v3zFlo/1FEYec6Mxya8p Cb/xfDppW0ie8Ckl3r42/TOins0Ej5/LDkEt70NtYZNYPrA8Sfr88WzBEn5az/B84sWG G5mA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:date:to:cc:subject:message-id:references :mime-version:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=ABOpJ1IM05cEBf/GoSGTv/S9nWXhUv86r5+T8DfCock=; b=L9f078tXI+kcuCHnLSBx8ZfC9W4iya4APT2yo83+bCZ68aRnzzHicbK3W/GOxJnHbG T70DmDg3c36zEH4uYNAGXQVJ1QEFd4ftCg+Q+3LyqIXZyoooTElKe2TOCsKvBmGOvGn2 V9kw32biYJOaCk2ekJsBGVqoxuon6fcvmaFgicGBSmVMDgwY2CK+wdS7v/i1XNCH7wqD pRA0nCyJFiPvuQ1FytXbAvKYF6sSpNa9Xr6VCBORT8CCzWzcZisnG5MnYt4y8z/cb8VV Rl9zVdjfFdc+64NB576LhseyY+ApowoyRVjwFuiF2tP0dOYLx/zZvXmxAPF47h6BIgOE kWAQ== X-Gm-Message-State: APjAAAU/7F1OjXmFyUgYd6UwQWs6CkmPijHoqIrEceJaryVUSs2M/Bbj zKiMAK6TA1Lje90k9ig18vg= X-Google-Smtp-Source: APXvYqwxQ/NWeVR9mMj2TnyiXvE1DeNBt1iL4HQFNMNMdYP0WeFjN/+r7BOMImqpQwcc4/U+kHQkAg== X-Received: by 2002:a81:61d5:: with SMTP id v204mr18507357ywb.359.1575850741553; Sun, 08 Dec 2019 16:19:01 -0800 (PST) X-Google-Original-From: SunnyCemetery@gmail.com Content-Disposition: inline In-Reply-To: <72ba8e76-5962-3855-2361-d05cf34569a1@case.edu> User-Agent: Mutt/1.12.2 (2019-09-21) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2607:f8b0:4864:20::c34 X-BeenThere: bug-bash@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports for the GNU Bourne Again SHell List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Mailman-Original-Message-ID: <20191209001514.GA935957@midnight> X-Mailman-Original-References: <20191022025648.GA19869@midnight> <6fcf6dd7-a0b5-8868-797c-cefbcc3346a2@case.edu> <20191031223246.GA8439@midnight> <72ba8e76-5962-3855-2361-d05cf34569a1@case.edu> Xref: csiph.com gnu.bash.bug:15710 On 2019-11-04 14:41, Chet Ramey wrote: > If \ef and Alt+f generate distinct character sequences, you can bind > them separately. If they don't, you can't. This has nothing to do with > whether or not incremental searching expands keyboard macros. In that case, how would one go about binding æ such that it both exits an incremental search and executes forward-word? I apologize for the late reply.