Re: [PATCH] Fix a broken unwind frame on `builtin bind --help'

2019-02-11 Thread Chet Ramey
On 2/10/19 3:28 PM, Koichi Murase wrote: > Bash Version: 5.0 > Patch Level: 0 > Release Status: release > > Description: > When `builtin bind --help' is executed in Bash 4.4 and 5.0, > `begin_unwind_frame ("bind_builtin")' is called, but `run_unwind_frame > ("bind_builtin")` is not called. Tha

Re: small problem with install on POSIX type Solaris due to O_CLOEXEC used in examples fdflags.c

2019-02-11 Thread Chet Ramey
On 2/6/19 7:02 PM, Dennis Clarke wrote: > > Just a minor nit. > > The examples file fdflags.c uses flag O_CLOEXEC which of course does not > exist on Solaris or any linux previous to 2.6.23 so of course install > blows up a bit.  Trivial hack solution is I remove fdflags from the > examples insta

Re: Command-line editor unexpectedly memorable

2019-02-11 Thread Chet Ramey
On 2/8/19 2:50 PM, Johannes Hielscher wrote: > Bash Version: 5.0 > Patch Level: 0 > Release Status: release > > Description: > Version 5 of bash comes with the undocumented (?) feature (?) > that the command-line editor (edit-and-execute-command) does > start not with an e

[PATCH] Support `bind -x' for different keymaps

2019-02-11 Thread Koichi Murase
Configuration Information [Automatically generated, do not change]: Machine: i686 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -O2 -march=native -Wno-parentheses -Wno-format-security uname output: Linux padparadscha 4.13.13-100.fc25.i686 #1 SMP Wed Nov 15 18:24:19 UTC 2017 i686 i686 i386 GNU/Lin

Re: [PATCH] Fix a bug that `bind -x '"metachar":command'' fails when rl-variable `convert-meta' is `on'

2019-02-11 Thread Koichi Murase
> Description: > > When readline variable `convert-meta' is set to `on', `bind -x' > including meta characters in its keyseq fails to bind. I'm sorry. There was a bug in the patch `0001-*.patch' in the previous mail. Could you please check the new one attached to this mail instead of the previou