Re: fg via keybind modifies tty settings

2024-10-11 Thread David Moberg
n the future? Den lör 12 okt. 2024 08:02Oğuz skrev: > On Saturday, October 12, 2024, David Moberg wrote: > >> This link shows a big commit to bash. Is it merged to main/release? Can I >> try it out? >> > > You can clone the devel branch to try it out. The master br

Re: fg via keybind modifies tty settings

2024-10-11 Thread David Moberg
Oh, is this already fixed? What am I looking at? This link shows a big commit to bash. Is it merged to main/release? Can I try it out? The commit message is long, does it fix several issues at once? Den lör 12 okt. 2024 07:29Lawrence Velázquez skrev: > On Sat, Oct 12, 2024, at 1:11 AM, Da

Re: fg via keybind modifies tty settings

2024-11-04 Thread David Moberg
Den ons 16 okt. 2024 17:43Chet Ramey skrev: > On 10/13/24 12:10 PM, David Moberg wrote: > > A new issue popped up with these changes. After second time of suspend > and > > foreground with binding, the tty will not react to control keys but > instead > > print them on

RE: [EXTERNAL] - Re: This errors in 4.4, did not in 4.2: set -u; declare -A foo; echo ${#foo[@]}

2024-11-08 Thread David Linden
ux; }; foo; echo ${#bar[@]}' 1 -----Original Message- From: David Linden Sent: Thursday, November 7, 2024 12:42 AM To: Greg Wooledge Cc: bug-bash@gnu.org Subject: RE: [EXTERNAL] - Re: This errors in 4.4, did not in 4.2: set -u; declare -A foo; echo ${#foo[@]} Thanks, and for the quick reply

Re: fg via keybind modifies tty settings

2024-09-21 Thread David Moberg
Bash notices that it's still in raw mode (-icanon), but > doesn't otherwise know the details of exactly how you want it cooked > (+icanon but what else?). > > I'll check on this when I get back to my PC. > > -Martin > > On Sat, 21 Sep 2024, 09:23 David Moberg, wro

fg via keybind modifies tty settings

2024-09-20 Thread David Moberg
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: gcc Compilation CFLAGS: -g -O2 -fno-omit-frame-pointer -mno-omit-leaf-frame-pointer -flto=auto -ffat-lto-objects -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-secu

This errors in 4.4, did not in 4.2: set -u; declare -A foo; echo ${#foo[@]}

2024-11-06 Thread David Linden
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-redhat-linux-gnu' -DCONF_VENDOR='redhat' -DLOCALEDIR='/usr/share/locale'

RE: [EXTERNAL] - Re: This errors in 4.4, did not in 4.2: set -u; declare -A foo; echo ${#foo[@]}

2024-11-06 Thread David Linden
, at least this user. -Original Message- From: Greg Wooledge Sent: Wednesday, November 6, 2024 10:26 PM To: David Linden Cc: bug-bash@gnu.org Subject: [EXTERNAL] - Re: This errors in 4.4, did not in 4.2: set -u; declare -A foo; echo ${#foo[@]} CAUTION: This email originated from

Re: fg via keybind modifies tty settings

2024-11-27 Thread David Moberg
less annoying to me (maybe because I was used to it) Den mån 18 nov. 2024 19:49Chet Ramey skrev: > On 11/16/24 5:29 AM, David Moberg wrote: > > Ok, is there anything I can do on my user side to get desired behavior? > > (similar to running `stty sane` every time I send vim to the

Re: fg via keybind modifies tty settings

2024-11-16 Thread David Moberg
; $bashcmd == vim* ]] && echo ye > && stty sane ' > > On Sat, Nov 16, 2024, 4:40 PM #!microsuxx wrote: > >> PROMPT_COMMAND=' [[ $? == 148 ]] && stty sane ' >> >> On Sat, Nov 16, 2024, 11:29 AM David Moberg wrote: >> >>>

Re: fg via keybind modifies tty settings

2024-11-16 Thread David Moberg
Ok, is there anything I can do on my user side to get desired behavior? (similar to running `stty sane` every time I send vim to the background.) Den tis 12 nov. 2024 16:49Chet Ramey skrev: > On 11/10/24 7:14 PM, Martin D Kealey wrote: > > > Perhaps what's really needed is to make sure that "ord

Including \t, \T or \A at beginning of PS1 causes line wrap issues

2014-01-14 Thread David C. Rankin
.am hal-0.5.14/policy/Ma ile.am Repeat-By: Include either \t or \T or \A (my preferred prompt) at the beginning of the PS1 prompt designation and execute a command line that wraps and you will experience missing character when attempting to re-edit the command. Fix: Haven't a clue,

Re: Including \t, \T or \A at beginning of PS1 causes line wrap issues

2014-01-17 Thread David C. Rankin
and not the list's. > > On 2014-01-16 23:13:35 -0600, David C. Rankin wrote: >> A sanitized version w/o color. > > That detail matters -- please include the full scope of the issue in > future when reporting issues. My first thought when hearing about > wrapping issues i

Re: Bash completion in Cygwin

2005-08-12 Thread J. David Boyd
Gary Fritz <[EMAIL PROTECTED]> writes: > In > http://groups- > beta.google.com/group/gnu.bash.bug/browse_thread/thread/e0dc6716afe8162d/df > a06fd85db708e1 > a bug was reported that prevented TAB completion from working properly in > Cygwin when the "c:/" synonym for "/cygdrive/c" was used. Beca

Re: Issues with exported functions

2014-09-26 Thread David A. Wheeler
oday for the same reason. I suspect others have done the same. I think it's important that bash change its semantics so that it "obviously has absolutely no problems of this kind". Thanks for listening! --- David A. Wheeler

Re: Issues with exported functions

2014-09-27 Thread David A. Wheeler
o not have access to really old systens to test... if anyone does that would be helpful. At this point it might be best to focus on protecting current systems. On September 27, 2014 2:19:49 AM EDT, Eric Blake wrote: >On 09/26/2014 03:47 PM, David A. Wheeler wrote: >> I appreciate

Re: Bash-4.3 Official Patch 27

2014-09-27 Thread David A. Wheeler
Chet Ramey wrote on Sat, 27 Sep 2014 22:50:07: > Bash-Release: 4.3 > Patch-ID: bash43-027 > Bug-Reported-by: Florian Weimer Excellent. Thanks for pulling in Florian Weimer's prefix/suffix approach. This is a big help. --- David A. Wheeler

Documentation Update

2014-12-12 Thread David J. Haines
glob to be enabled. Likewise, hostcomplete seems to be disabled when bash is non-interactive, which behavior is also not documented. Perhaps a couple of small edits are in order? All tbe best, -- David J. Haines djhai...@gmx.com 0xAFB3D16D - F929 270F B7C3 78AE A741 434F A7C6 F264 AFB3 D16C

Re: Documentation Update

2014-12-12 Thread David J. Haines
> /etc/bash_completion.d/subversion:shopt -s extglob > > Bob A very good point, indeed. I run Arch, so I was surprised to hear that any sort of customization by the packager would have taken place. I built a quick systemd namespace container with a fresh base install, and sure enough, there extglob was not set. Upon installation of bash-completion, however, it was. Thanks for the help! -- David J. Haines djhai...@gmx.com 0xAFB3D16D - F929 270F B7C3 78AE A741 434F A7C6 F264 AFB3 D16C

Re: Race condition in handling SIGHUP

2016-04-28 Thread David Kaspar [Dee'Kej]
t thread quite thoroughly, and from what I've read in the mailing list before, it made quite sense to me. So, my question right now is - do you think it's feasible to the code setting 'terminate_immediately = 1' from bash_tilde_expand() function? -- [1] https://lists

Re: Race condition in handling SIGHUP

2016-04-28 Thread David Kaspar [Dee'Kej]
On Thu, Apr 28, 2016 at 5:35 PM, Chet Ramey wrote: > YP was the original one; now you have things like LDAP and other directory > services. Something you use when you don't want to have everyone in the > password file. These are somewhat out of favor now. > ​Yeah, I was thinking about LDAP, but

Incorrect filename in exec {foo}< bah error

2015-04-23 Thread Dr. David Alan Gilbert
Hi, $ exec {foo}

<    1   2