well many settings, i set there this it reloaded but seems it didnt work oh well ill add still, till i code my public domain open source code imperium that'll include chats and such
On Fri, Feb 5, 2021 at 9:41 PM Lawrence Velázquez <v...@larryv.me> wrote: > There are multiple Reply All buttons in the Gmail web interface, although > I think they're all hidden in menus. > > There's also a setting to Reply All by default: > https://support.google.com/mail/answer/6585 > > vq > > > > On Feb 5, 2021, at 3:37 PM, Alex fxmbsw7 Ratchev <fxmb...@gmail.com> > wrote: > > > > ohhhhh > > thanks > > i alawys forget i have to add bugs addr again and again in repilies > > crappy gmail defaults whatever > > gthanks ill repost > > > > On Fri, Feb 5, 2021 at 9:37 PM Lawrence Velázquez <v...@larryv.me> wrote: > > Is there some reason you keep responding to me privately and not to the > list? > > > > vq > > > > > On Feb 5, 2021, at 3:34 PM, Alex fxmbsw7 Ratchev <fxmb...@gmail.com> > wrote: > > > > > > im sorry, in my terminal there is no unescaped ( or at all ) '(' in > the regex > > > i dont think the '=' is a spcial char insideregex inside / inside ' > > > > > > see the display problem is.. > > > > > > bash-5.1# bash -x ixz.bug.varnotnewalias 2>&1 | gawk '/aixz=/' > > > + aixz=("$ixzd"/+{ixz,kw}) > > > bash-5.1# bash -x ixz.bug.varnotnewalias 2>&1 | grep -i aixz= #gawk > '/aixz=/' > > > + aixz=("$ixzd"/+{ixz,kw}) > > > > > > and in | less is > > > + aixz=("$ixzd"/+{ixz,kw}) > > > and later the missing tho > > > + alxz=("$ixzd"/) > > > > > > did i mistype something ? > > > > > > in bash bug report ( dudes i code long too ) it just like in the grep, > the second doesnt appear, but its in the file written and less sees it, .. > but in runtime it doesnt get set new > > > > > > .. > > > > > > On Fri, Feb 5, 2021 at 9:22 PM Lawrence Velázquez <v...@larryv.me> > wrote: > > > > On Feb 5, 2021, at 3:02 PM, Alex fxmbsw7 Ratchev <fxmb...@gmail.com> > wrote: > > > > > > > > i tried to report, that i tried to set the var new, but it didnt > work so second alias | source run returned same two firstly aixz=( .. ) > defined elements again > > > > and the gawk which catched the first aixz=( .. but not the second, > yes, why > > > > > > Look more closely at what you think is the second "aixz=(". It is > > > not what you think. > > > > > > > you pasted gawk '/..|..' in my code it always ended with / tho > > > > > > I pasted exactly what you sent in your original email. > > > > > > vq > > > >