Path: csiph.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!goblin1!goblin.stu.neva.ru!usenet.stanford.edu!not-for-mail From: A M Newsgroups: gnu.bash.bug Subject: Feature request: Enable case-insensitive reverse-search-history (C-r) Date: Thu, 20 Aug 2020 18:13:17 +0200 Lines: 15 Approved: bug-bash@gnu.org Message-ID: References: <2e9fc3fc-e721-e8ee-c87d-411cff4f08d2@gmail.com> NNTP-Posting-Host: lists.gnu.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: usenet.stanford.edu 1597940004 5022 209.51.188.17 (20 Aug 2020 16:13:24 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=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding:content-language; bh=xyH8Mic1ztkILaNCtqfQXYeyFxltWLeD1D1aZO1QASY=; b=svCic7oMl176OmzJwRV5ku1S4dFo8XRU2F4KLsvCdjz3E0uFf/IXqqhXt671+e7aD2 UoHGg/O2IH0jBWYPcj6NZU/IXU9E4O0ab1RE8Tl5n8uYwp8ZSVXmH4GorTh7N9oQzUND 50UXje4sfxxl4y8gTzTE2nlZ5sGpYBnJFlzOFiSjUgSiP7O80RA7tOCjY1GjGQl6zM3/ ODGAFjUdMyUIwzxwDbZDwoAU95GJTXwZbPktgYqoCfaeT3hGx4ClfQWNpWXtiEK0lGyH kuRe2yrxCNhWx2aSo8JES4DuIG/64pBAm0tS47bCb4FnDyc9AwdxuHdmynb7PWwxvDm9 uppQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding:content-language; bh=xyH8Mic1ztkILaNCtqfQXYeyFxltWLeD1D1aZO1QASY=; b=ozfdCGfmInvQQrGk2fpCcBhCMByDMMQ+g/tDGI0Q98XuPOO3+kOV1zkLXGTSuQ6A9H 5R0XxSpxZyIhm8x+/Z7FkHSF5F+itoj0Ur0p0AsgaJdtNkf98p8BcBZjDFnWBv4H/c85 G6qKdaKmIM1+V19ogZGemhZ+PHk8Q66Scqz/GM2OUCoPd5dqbqh9sifIMKFiMHRiRz9k Ffyo/eZvZBWYO3OfWJF9QfRWx65KyPk8jjaFH6wAmwLCtwF6urIcTY7idi9KOf5QYUrr Qb0Y48wS4D3LzdsAIHepZ2AMDw+IHY1XOe5e7wwnvmUl+GdnNS5OjV2UT7cjSDAXy5kQ m/RA== X-Gm-Message-State: AOAM53339CZzysM1XwZx0WPo6sZjD8lFiO+B8XtcHQ55T/cyAm6zOBSZ 7wTIjpVbcFVm9RHy/AdflUm4MkX6gxTtjg== X-Google-Smtp-Source: ABdhPJy4EBsU4EmfyAiPieADqtBAz82kXL/xVSdzIi4cqQxlCQb9Nj0avEo2wlshS1J2xg+dPV3CIg== X-Received: by 2002:a19:ae06:: with SMTP id f6mr1953392lfc.42.1597939999257; Thu, 20 Aug 2020 09:13:19 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 Content-Language: en-US Received-SPF: pass client-ip=2a00:1450:4864:20::12a; envelope-from=alex334599@gmail.com; helo=mail-lf1-x12a.google.com X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -17 X-Spam_score: -1.8 X-Spam_bar: - X-Spam_report: (-1.8 / 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, FREEMAIL_ENVFROM_END_DIGIT=0.25, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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: <2e9fc3fc-e721-e8ee-c87d-411cff4f08d2@gmail.com> Xref: csiph.com gnu.bash.bug:16788 Hello, I would like to make a feature request/suggestion on Bash. (I was told submitting to this mailing list was the right way to do it.) Feature request: Enable reverse-search-history (C-r) to be case-insensitive. Currently reverse-search-history is case-sensitive and cannot be changed to be insensitive. As the evolution of Bash has progressed, more and more functions have gotten the ability to be case-insensitive, but this is a function that remains it seems. It would be nice to have this functionality. Best Regards Alex