Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > gnu.bash.bug > #14445

Rebinding forward-search-history causes lost of incremental behaviour

Path csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail
From Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com>
Newsgroups gnu.bash.bug
Subject Rebinding forward-search-history causes lost of incremental behaviour
Date Mon, 6 Aug 2018 16:37:47 +0300
Lines 21
Approved bug-bash@gnu.org
Message-ID <mailman.4745.1533562672.1292.bug-bash@gnu.org> (permalink)
NNTP-Posting-Host lists.gnu.org
Mime-Version 1.0
Content-Type text/plain; charset="UTF-8"
X-Trace usenet.stanford.edu 1533562675 28799 208.118.235.17 (6 Aug 2018 13:37:55 GMT)
X-Complaints-To action@cs.stanford.edu
To bug-bash@gnu.org
Envelope-to bug-bash@gnu.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=B9554TBx/M41cUup5aIsjXf7d0Fq88Q3BJd5GuNq2uM=; b=ZbyrFBEAZrDSdOO34klf7mis+wILJV88fkDmA+aXeCK8qX+9gfXJWNDBABJgba2Ps4 U17ZDxkvwWxo6m/pFEMi1wB0Zj7rnGOW2jNo0O05EduHZsTxJL1/goJF/DBXSn9vKAaw GGpL8FFuozLrGTee73SeTDV36+zfuVXtPkHEV642BiY/WFCD0gr8G/KkmWUr/KBwIFy2 V8wHPSaXycRQ3uhAsuTgoVRRP1zBmydO7ASEYS7aqVaU4isDOGKLRyE79/arycZxtz0u LhNFN9YaxBcb/dol3o266QILI+wCfvj4TIUH0EfF+JU9imi7uXYy2FpuEBMXbt/kdrZc JSDg==
X-Google-DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=B9554TBx/M41cUup5aIsjXf7d0Fq88Q3BJd5GuNq2uM=; b=RNE5JjhjfqLs8fa6sEuxUe+UuhoZ2joxD2OXjOcR+iETy0cF9Hc/l/pyx7SlFagKAP lfbtc3iIFm/nHrzFD4IIN00dPfeJMKuw84YNLIu5FduFfcdWXQHio56bfpg6qMlmWTSa fAei2StGx5bPiqkxYQ7yKQtmKyTmXXrh44bmrt0eRgnGq1iob51Cqf1DH29IkfOkFzov Rkuuk4jXpk9LXeRvn4RN7Gvx2bZidVM4R5hwiI05CIc+ZJFv5pgd9vMUj0yu2wCCxgIv JUlEwNUe3ZEzgdx0VIjU9xFbAHhCtusPP/mG+OhOO3WCe6L/taZ8oIP7BnMC12U6TVg4 xXDA==
X-Gm-Message-State AOUpUlG1pU6xKaqV+sV+w/bfK9hXBIi1RDisHRywtlnY4S4kBmd0jdru //ajRd5B4R6Ehyp9zpnbR1KZUHwfrMksyUIFwtWITg==
X-Google-Smtp-Source AAOMgpfq7Pg7gPV9vvdCKt8F+PGTit9Oauun9uBTGWaZGpctKJxg7HDqZR3hvcnexE5k3Qe3cuNuIJLAsUyBLXJe5ZE=
X-Received by 2002:a37:9e17:: with SMTP id h23-v6mr12781933qke.269.1533562667490; Mon, 06 Aug 2018 06:37:47 -0700 (PDT)
X-detected-operating-system by eggs.gnu.org: Genre and OS details not recognized.
X-Received-From 2607:f8b0:400d:c09::22c
X-Content-Filtered-By Mailman/MimeDel 2.1.21
X-BeenThere bug-bash@gnu.org
X-Mailman-Version 2.1.21
Precedence list
List-Id Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org>
List-Unsubscribe <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe>
List-Archive <http://lists.gnu.org/archive/html/bug-bash/>
List-Post <mailto:bug-bash@gnu.org>
List-Help <mailto:bug-bash-request@gnu.org?subject=help>
List-Subscribe <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe>
Xref csiph.com gnu.bash.bug:14445

Show key headers only | View raw


Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: gcc
Compilation CFLAGS:  -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-unknown-linux-gnu'
-DCONF_VENDOR='unknown' -DLOCALEDIR='/usr/local/share/locale$
uname output: Linux hugo-agile 4.13.0-43-generic #48~16.04.1-Ubuntu SMP Thu
May 17 12:56:46 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Machine Type: x86_64-unknown-linux-gnu

Bash Version: 4.4
Patch Level: 18
Release Status: release

Description:

Rebinding forward-search-history through
bind '"\er": forward-search-history'
does trigger the function, but not incrementally as \C-s does (when pressed
repeatedly).

Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread


Thread

Rebinding forward-search-history causes lost of incremental behaviour Hugo Gabriel Eyherabide <hugogabriel.eyherabide@gmail.com> - 2018-08-06 16:37 +0300

csiph-web