Re: Execution of code by ${...@P}

2016-11-14 Thread Chet Ramey
On 11/14/16 1:37 PM, Clint Hepner wrote: > Bash Version: 4.4 > Patch Level: 0 > Release Status: release > > Description: > > ${...@P} expansion allows arbitrary code to run. This might > be intentional, as it is how prompt strings work, but it > does feel like an understated secur

Execution of code by ${...@P}

2016-11-14 Thread Clint Hepner
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: darwin16.0.0 Compiler: clang Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='darwin16.0.0' -DCONF_MACHTYPE='x86_64-apple-darwin16.0.0' -DCONF_VENDOR='apple' -DLOCALEDIR='/usr/loca

Re: Ability to change cursor shape in vim mode

2016-11-14 Thread Chet Ramey
On 11/14/16 4:18 PM, Sassan Haradji wrote: > Oh thanks, it worked in bash nicely, didn’t know these strings are > configurable. Though I wonder why it’s not working in python, I have to > follow that with python community. They're readline variables, so they are configurable in anything that use

Re: Ability to change cursor shape in vim mode

2016-11-14 Thread Sassan Haradji
Oh thanks, it worked in bash nicely, didn’t know these strings are configurable. Though I wonder why it’s not working in python, I have to follow that with python community. > On Aban 25, 1395 AP, at 00:18, Chet Ramey wrote: > > On 11/14/16 3:33 AM, Sassan Haradji wrote: >> Hey, >> >> While I

Re: Ability to change cursor shape in vim mode

2016-11-14 Thread Chet Ramey
On 11/14/16 3:33 AM, Sassan Haradji wrote: > Hey, > > While I found the new vim-mode indicator very useful, I was wondering if it’s > possible to give the user the ability to change the cursor shape in different > modes (maybe. Vim users are used to the cursor shapes used in vim (block and > li

Bash-4.4 Official Patch 5

2016-11-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-005 Bug-Reported-by:Dr. Werner Fink Bug-Reference-ID: <20161107100936.ajnojd7dspird...@noether.suse.de> Bug-Reference-URL: http://lists.gnu

Bash-4.4 Official Patch 4

2016-11-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-004 Bug-Reported-by:Christian Weisgerber Bug-Reference-ID: <20161101160302.gb54...@lorvorc.mips.inka.de> Bug-Reference-URL: http://lists.gn

Bash-4.4 Official Patch 3

2016-11-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-003 Bug-Reported-by:op7ic \x00 Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-11/msg5.html Bug

Bash-4.4 Official Patch 2

2016-11-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-002 Bug-Reported-by:Eric Pruitt Bug-Reference-ID: <20160916055120.ga28...@sinister.codevat.com> Bug-Reference-URL: http://lists.gnu.org/arc

Bash-4.4 Official Patch 1

2016-11-14 Thread Chet Ramey
BASH PATCH REPORT = Bash-Release: 4.4 Patch-ID: bash44-001 Bug-Reported-by:Sean Zha Bug-Reference-ID: Bug-Reference-URL: http://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html Bug-D

Ability to change cursor shape in vim mode

2016-11-14 Thread Sassan Haradji
Hey, While I found the new vim-mode indicator very useful, I was wondering if it’s possible to give the user the ability to change the cursor shape in different modes (maybe. Vim users are used to the cursor shapes used in vim (block and line shapes for normal and edit modes) so it’ll be way mo