[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#708978: marked as done (libreadline5: Something is wrong with binding keys to functions)



Your message dated Sun, 14 Jan 2024 21:17:34 +0100
with message-id <d54c011e-8fb8-4826-8b9d-758f0d121090@debian.org>
and subject line Re: libreadline5: Something is wrong with binding keys to functions
has caused the Debian Bug report #708978,
regarding libreadline5: Something is wrong with binding keys to functions
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
708978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708978
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libreadline5
Version: 5.1-7
Severity: important

In my .inputrc I have the following lines:

"\M-n": history-search-forward
"\M-p": history-search-backward
"\C-u": kill-whole-line

With readline 5.0 they work fine, but with 5.1 they don't work.

Oddly, if I bind to macros, e.g.

"\C-u": "foo"

it works fine. Also, I can make the first two work by using

"\en": history-search-forward
"\ep": history-search-backward

I can get some Ctrl-letter keys to work by doing things like:

"\x1": kill-whole-line # binds C-a to kill-whole-line

but \x15 does not work as expected (trying various codes indicates
that most C-letters can be bound in this way, but a few can't).

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-hibernate
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages libreadline5 depends on:
ii  libc6                         2.3.6-7    GNU C Library: Shared libraries
ii  libncurses5                   5.5-1.1    Shared libraries for terminal hand
ii  readline-common               5.1-7      GNU readline and history libraries

libreadline5 recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
The package was removed from Debian.

--- End Message ---

Reply to: