From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 16:14:57 2021 Received: (at submit) by debbugs.gnu.org; 29 Apr 2021 20:14:57 +0000 Received: from localhost ([127.0.0.1]:56860 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcD3o-0000Vj-R2 for submit@debbugs.gnu.org; Thu, 29 Apr 2021 16:14:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:55592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcD3m-0000VZ-Sz for submit@debbugs.gnu.org; Thu, 29 Apr 2021 16:14:56 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46054) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcD3m-0002EY-Np for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 16:14:54 -0400 Received: from resqmta-po-01v.sys.comcast.net ([2001:558:fe16:19:96:114:154:160]:58000) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lcD3h-0001Dk-Tt for bug-gnu-emacs@gnu.org; Thu, 29 Apr 2021 16:14:53 -0400 Received: from resomta-po-20v.sys.comcast.net ([96.114.154.244]) by resqmta-po-01v.sys.comcast.net with ESMTP id cCBVlSV9NKqmEcD3dlKTiN; Thu, 29 Apr 2021 20:14:45 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1619727285; bh=Lox5lXyps+OpmF8IkaawNKjkGnK6l99HYXeGfwg8lrY=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=ytFyYTWhE0nsWdQuffHwWrXSY0Z6x0lPLCpWplM52ThcoQ4njktvIbcycauRqyHs4 aRbL/BAP+oNitmtDE3LQ+1pniRJzF9vrwYkQKPhSufBMZcktjJFi9MbDwkr8x3sYrj sU+PMCTQ9E8FWItaqKgCOUNiMcu8HGD1WngXa+Fj0wmykA7NhgGVIS5yDMNSy4JgAd cutaAt59Pv7yTid5bgjW8/T2Cw2RUMH+zBF9Af5ro4GHDmhP5lS2CfNZNUjPl14a8w QIWG0SqAQqg9GJjjpA+yOufYOytkBT419gROWbAcnG0c7ZCu1pNh8+cpzEqBIhojUB wSR7OHRGOx5eA== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-20v.sys.comcast.net with ESMTPA id cD3Tl7XUO7KppcD3dlICk3; Thu, 29 Apr 2021 20:14:45 +0000 X-Xfinity-VMeta: sc=0.00;st=legit From: "Bob Floyd" To: Subject: 27.2; tags-quiery-replace fails to find occurences Date: Thu, 29 Apr 2021 13:14:34 -0700 Message-ID: <000301d73d34$4b5a45c0$e20ed140$@net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0004_01D73CF9.9EFB6DC0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Adc9NEWKcCAMWO8QSumz29hFCOGLgQ== Content-Language: en-us Received-SPF: pass client-ip=2001:558:fe16:19:96:114:154:160; envelope-from=bobfloyd@comcast.net; helo=resqmta-po-01v.sys.comcast.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.1 (/) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) This is a multi-part message in MIME format. ------=_NextPart_000_0004_01D73CF9.9EFB6DC0 Content-Type: multipart/alternative; boundary="----=_NextPart_001_0005_01D73CF9.9EFB6DC0" ------=_NextPart_001_0005_01D73CF9.9EFB6DC0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Put the attached 3 files, `f1.cpp`, `f2.cpp` and `TAGS` into an empty folder. Do: 1) find-file f1.cpp (C-x C-f) 2) tags-query-replace ITracks JTracks There are 4 occurrences that are changed 3) tags-query-replace JTracks ITracks There are 2 occurrences that are changed, and it reports "Replaced 0 occurrences" It should have found the remaining 2 occurrences and the reported number of 0 is wrong. Hope you can reproduce this. In GNU Emacs 27.2 (build 1, x86_64-w64-mingw32) of 2021-03-26 built on CIRROCUMULUS Repository revision: deef5efafb70f4b171265b896505b92b6eef24e6 Repository branch: HEAD Windowing system distributor 'Microsoft Corp.', version 10.0.19042 System Description: Microsoft Windows 10 Enterprise (v10.0.2009.19042.928) Recent messages: Replaced 2 occurrences Scanning file d:/Bob/Temp/emacs/f2.cpp... Mark set Replaced 2 occurrences user-error: All files processed Mark set Replaced 2 occurrences Scanning file d:/Bob/Temp/emacs/f2.cpp... Mark set Replaced 0 occurrences Configured using: 'configure --without-dbus --host=x86_64-w64-mingw32 --without-compress-install 'CFLAGS=-O2 -static'' Configured features: XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL GNUTLS LIBXML2 HARFBUZZ ZLIB TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 GMP Important settings: value of $LANG: ENU locale-coding-system: cp1252 Major mode: C++//la Minor modes in effect: shell-dirtrack-mode: t show-paren-mode: t tooltip-mode: t global-eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t abbrev-mode: t Load-path shadows: d:/Bob/.emacs.d/elpa/verilog-mode-2020.6.27.14326051/verilog-mode hides c:/Program Files/Emacs 27.2/x86_64/share/emacs/27.2/lisp/progmodes/verilog-mode Features: (shadow sort mail-extr emacsbug message rmc puny format-spec rfc822 mml mml-sec epa epg epg-config gnus-util rmail rmail-loaddefs text-property-search mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mail-utils thingatpt etags fileloop generator xref project dired dired-loaddefs pcmpl-unix time-date web-mode advice derived edmacro kmacro shell pcomplete comint ansi-color ring printing ps-print ps-print-loaddefs ps-def lpr paren cc-mode cc-fonts cc-guess cc-menus cc-cmds cc-styles cc-align cc-engine cc-vars cc-defs finder-inf tex-site info package easymenu browse-url url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel dos-w32 ls-lisp disp-table term/w32-win w32-win w32-vars term/common-win tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads w32notify w32 lcms2 multi-tty make-network-process emacs) Memory information: ((conses 16 174942 7392) (symbols 48 13957 1) (strings 32 45787 2201) (string-bytes 1 1506192) (vectors 16 19753) (vector-slots 8 248280 10026) (floats 8 286 53) (intervals 56 676 10) (buffers 1000 18)) ------=_NextPart_001_0005_01D73CF9.9EFB6DC0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Put the = attached 3 files, `f1.cpp`, `f2.cpp` and `TAGS` into an empty = folder.

 

Do:

1) find-file = f1.cpp (C-x C-f)

2) = tags-query-replace ITracks JTracks

=     There are 4 occurrences that are = changed

3) tags-query-replace JTracks = ITracks

     = There are 2 occurrences that are changed, and it reports “Replaced = 0 occurrences”

 

It should = have found the remaining 2 occurrences and the reported number of 0 is = wrong.

 

Hope you can reproduce this.

 

In GNU Emacs = 27.2 (build 1, x86_64-w64-mingw32)

= of 2021-03-26 built on CIRROCUMULUS

Repository revision: = deef5efafb70f4b171265b896505b92b6eef24e6

Repository branch: HEAD

Windowing system distributor 'Microsoft Corp.', = version 10.0.19042

System = Description: Microsoft Windows 10 Enterprise = (v10.0.2009.19042.928)

 

Recent = messages:

Replaced 2 = occurrences

Scanning file = d:/Bob/Temp/emacs/f2.cpp...

Mark = set

Replaced 2 = occurrences

user-error: All files = processed

Mark set

Replaced 2 occurrences

Scanning file = d:/Bob/Temp/emacs/f2.cpp...

Mark = set

Replaced 0 = occurrences

 

Configured using:

= 'configure --without-dbus --host=3Dx86_64-w64-mingw32

--without-compress-install 'CFLAGS=3D-O2 = -static''

 

Configured features:

XPM JPEG TIFF GIF PNG RSVG SOUND NOTIFY W32NOTIFY ACL = GNUTLS LIBXML2

HARFBUZZ ZLIB = TOOLKIT_SCROLL_BARS MODULES THREADS JSON PDUMPER LCMS2 = GMP

 

Important settings:

  value of $LANG: ENU

  locale-coding-system: cp1252

 

Major mode: = C++//la

 

Minor modes in effect:

  shell-dirtrack-mode: t

  show-paren-mode: t

  tooltip-mode: t

  global-eldoc-mode: t

  electric-indent-mode: t

  mouse-wheel-mode: t

  menu-bar-mode: t

  file-name-shadow-mode: t

  global-font-lock-mode: t

  font-lock-mode: t

  blink-cursor-mode: t

  auto-composition-mode: t

  auto-encryption-mode: t

  auto-compression-mode: t

  line-number-mode: t

  transient-mark-mode: t

  abbrev-mode: t

 

Load-path = shadows:

d:/Bob/.emacs.d/elpa/verilog-mode-2020.6.27.14326051/ve= rilog-mode hides c:/Program Files/Emacs = 27.2/x86_64/share/emacs/27.2/lisp/progmodes/verilog-mode

 

Features:

(shadow = sort mail-extr emacsbug message rmc puny format-spec rfc822 = mml

mml-sec epa epg epg-config = gnus-util rmail rmail-loaddefs

text-property-search mm-decode mm-bodies mm-encode = mail-parse rfc2231

mailabbrev = gmm-utils mailheader sendmail rfc2047 rfc2045 = ietf-drums

mm-util mail-prsvr = mail-utils thingatpt etags fileloop generator xref

project dired dired-loaddefs pcmpl-unix time-date = web-mode advice

derived edmacro = kmacro shell pcomplete comint ansi-color ring printing

ps-print ps-print-loaddefs ps-def lpr paren cc-mode = cc-fonts cc-guess

cc-menus cc-cmds = cc-styles cc-align cc-engine cc-vars cc-defs finder-inf

tex-site info package easymenu browse-url url-handlers = url-parse

auth-source cl-seq eieio = eieio-core cl-macs eieio-loaddefs

password-cache json subr-x map url-vars seq byte-opt = gv bytecomp

byte-compile cconv = cl-loaddefs cl-lib tooltip eldoc electric uniquify

ediff-hook vc-hooks lisp-float-type mwheel dos-w32 = ls-lisp disp-table

term/w32-win = w32-win w32-vars term/common-win tool-bar dnd fontset = image

regexp-opt fringe = tabulated-list replace newcomment text-mode elisp-mode

lisp-mode prog-mode register page tab-bar menu-bar = rfn-eshadow isearch

timer select = scroll-bar mouse jit-lock font-lock syntax facemenu

font-core term/tty-colors frame minibuffer cl-generic = cham georgian

utf-8-lang misc-lang = vietnamese tibetan thai tai-viet lao korean

japanese eucjp-ms cp51932 hebrew greek romanian slovak = czech european

ethiopic indian = cyrillic chinese composite charscript charprop

case-table epa-hook jka-cmpr-hook help simple abbrev = obarray

cl-preloaded nadvice loaddefs = button faces cus-face macroexp files

text-properties overlay sha1 md5 base64 format env = code-pages mule

custom widget = hashtable-print-readable backquote threads w32notify = w32

lcms2 multi-tty = make-network-process emacs)

 

Memory = information:

((conses 16 174942 = 7392)

(symbols 48 13957 = 1)

(strings 32 45787 = 2201)

(string-bytes 1 = 1506192)

(vectors 16 = 19753)

(vector-slots 8 248280 = 10026)

(floats 8 286 = 53)

(intervals 56 676 = 10)

(buffers 1000 = 18))

------=_NextPart_001_0005_01D73CF9.9EFB6DC0-- ------=_NextPart_000_0004_01D73CF9.9EFB6DC0 Content-Type: text/plain; name="f1.cpp" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="f1.cpp" namespace PT { ConstFP::Fcn ConstFP::PrecisionsOfOneFcn:: CreateFcn( TyAcc const& _ty ) const { CompilationUnit& _cu ( G->CU() ); TpSgmtCntnr _pSC ( new SgmtCntnrSC ); IObj _iDolRootScope ( G->GetHierarchy().DolRootScope() ); ILexObj _iLexDolRootScope( _iDolRootScope->GetLexScope() = ); typedef TypeList::Result TMods; std::vector _myArgs( nArgs() ); VariableSymbol _arg( TMods(), _ty ); for ( int _i( 0 ); _i < nArgs(); ++_i ) { std::stringstream _nmArg; _nmArg << "_arg" << _i; ITracks _iArg ( = _iDolRootScope.TrackFactory(_nmArg.str(),_arg,(*_pSC),_cu= ) ); _myArgs[ _i ] =3D _iArg; } std::stringstream _nmFcn; _nmFcn << "!" << ECall::DPI(myDpiId).Id(); switch ( myDpiId ) { case ECall::DPI::_pow_: _nmFcn << "Wrapr"; default: break; } _nmFcn << R()->GetNextDLLid(); IT::FcnDclHlpr _theFunction( (*_pSC), _ty, _nmFcn, = IT::TFcn::_dllExport_ ); for ( int _i( 0 ); _i < nArgs(); ++_i ) _theFunction << IT::IAcc( Expr( _myArgs[ _i ], NuVloc() ) ); IT::List _body; switch ( myDpiId ) { case ECall::DPI::_pow_: { IT::IAcc _one ( R()->c1.CastTo( _ty ) ); IT::IAcc _zero( R()->c0.CastTo( _ty ) ); IT::IAcc _condBase ( _theFunction.Arg(0) .EqEq( IT::FlagsOfIKind(), _zero ) ); IT::IAcc _condExp ( _theFunction.Arg(1) .LT( IT::FlagsOfIKind(), _zero ) ); // Specialize to capture `0 ** 0` and return 1. IT::IfHlpr _testSpcl ( _cu, _condBase .AndAnd (IT::FlagsOfIKind(), _condExp), IT::List() ); _testSpcl.True() << _one.Return(); _body << _testSpcl; break; } default: break; } IT::List _itActualList; for ( int _i( 0 ); _i < nArgs(); ++_i ) _itActualList << IT::IAcc( Expr( _myArgs[ _i ], NuVloc() ) = ).FcnArg(); IT::IAcc _theLibmCall( _itActualList.Head() .CallDpi( _ty, DpiProto(), myDpiId, IT::FlagsOfIKind() ) ); _body << _theLibmCall.Return(); _theFunction << _body.Head(); typedef SgmtCntnr::IBrndToSmblsWthLval IBrndToSmblsWthLval; typedef SgmtCntnr::BtoSwLkey BtoSwLkey; TpSignature _noSig ( new Signature ); TBranding* _branding ( new TBranding ); TIBranding _iBranding ( _branding->Insert( _iLexDolRootScope,Brands() ).first ); TpBrand _pBrand ( new Brand( _iBranding ) ); RefPtr_oneBrand( new Brands( _noSig, _pBrand ) ); IBrands _iBrands = (IPair((*_oneBrand).begin(),true)); IBrndToSmblsWthLval _iBtoWsl( (*_pSC)->Get( BtoSwLkey( _iBrands ) ) = ); OneGeste _theGeste ( R()->terminusStmt, _iLexDolRootScope, _iDolRootScope, DLLobject() = ); IT::TpLlVmGenerator _pLlVm ( _cu.LlVmGeneratorFactory( true/*isCommonToAllCUs*/ ) ); _theGeste.SetClosure( _theFunction ); _pSC->AllocLvalToGeste( _iBrands, _theGeste ); _pLlVm->AtFunction( (*_pSC), _iBrands, _iBtoWsl, _theGeste ); switch ( myDpiId ) { # ifdef C_FILE_GENERATOR case ECall::DPI::_pow_: _pSC->AddRef(); _pBrand->AddRef(); _oneBrand->AddRef(); _noSig->AddRef();=09 _cu.GetCfileGenerator()->AtFunction( *_pSC, _iBrands, _theGeste ); break; # endif C_FILE_GENERATOR default: delete _branding; break; } TyFloat const& _tyFloat( *(TyFloat const*)_ty ); Fcn _rslt; if ( _tyFloat.GetnBits() <=3D TyFloat::_IEEEdouble_ || ConstFP::LongDoubleIs128Bits() ) { try { _rslt =3D Fcn( _ty, _pLlVm->JIT(), _nmFcn.str() ); } catch ( Message& _msg ) { _rslt =3D LowerPrecision( _tyFloat, _msg ); } } return _rslt; } } ------=_NextPart_000_0004_01D73CF9.9EFB6DC0 Content-Type: text/plain; name="f2.cpp" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="f2.cpp" namespace PT { ConstFP::Fcn ConstFP::PrecisionsOfOneFcn:: CreateFcn( TyAcc const& _ty ) const { CompilationUnit& _cu ( G->CU() ); TpSgmtCntnr _pSC ( new SgmtCntnrSC ); IObj _iDolRootScope ( G->GetHierarchy().DolRootScope() ); ILexObj _iLexDolRootScope( _iDolRootScope->GetLexScope() = ); typedef TypeList::Result TMods; std::vector _myArgs( nArgs() ); VariableSymbol _arg( TMods(), _ty ); for ( int _i( 0 ); _i < nArgs(); ++_i ) { std::stringstream _nmArg; _nmArg << "_arg" << _i; ITracks _iArg ( = _iDolRootScope.TrackFactory(_nmArg.str(),_arg,(*_pSC),_cu= ) ); _myArgs[ _i ] =3D _iArg; } std::stringstream _nmFcn; _nmFcn << "!" << ECall::DPI(myDpiId).Id(); switch ( myDpiId ) { case ECall::DPI::_pow_: _nmFcn << "Wrapr"; default: break; } _nmFcn << R()->GetNextDLLid(); IT::FcnDclHlpr _theFunction( (*_pSC), _ty, _nmFcn, = IT::TFcn::_dllExport_ ); for ( int _i( 0 ); _i < nArgs(); ++_i ) _theFunction << IT::IAcc( Expr( _myArgs[ _i ], NuVloc() ) ); IT::List _body; switch ( myDpiId ) { case ECall::DPI::_pow_: { IT::IAcc _one ( R()->c1.CastTo( _ty ) ); IT::IAcc _zero( R()->c0.CastTo( _ty ) ); IT::IAcc _condBase ( _theFunction.Arg(0) .EqEq( IT::FlagsOfIKind(), _zero ) ); IT::IAcc _condExp ( _theFunction.Arg(1) .LT( IT::FlagsOfIKind(), _zero ) ); // Specialize to capture `0 ** 0` and return 1. IT::IfHlpr _testSpcl ( _cu, _condBase .AndAnd (IT::FlagsOfIKind(), _condExp), IT::List() ); _testSpcl.True() << _one.Return(); _body << _testSpcl; break; } default: break; } IT::List _itActualList; for ( int _i( 0 ); _i < nArgs(); ++_i ) _itActualList << IT::IAcc( Expr( _myArgs[ _i ], NuVloc() ) = ).FcnArg(); IT::IAcc _theLibmCall( _itActualList.Head() .CallDpi( _ty, DpiProto(), myDpiId, IT::FlagsOfIKind() ) ); _body << _theLibmCall.Return(); _theFunction << _body.Head(); typedef SgmtCntnr::IBrndToSmblsWthLval IBrndToSmblsWthLval; typedef SgmtCntnr::BtoSwLkey BtoSwLkey; TpSignature _noSig ( new Signature ); TBranding* _branding ( new TBranding ); TIBranding _iBranding ( _branding->Insert( _iLexDolRootScope,Brands() ).first ); TpBrand _pBrand ( new Brand( _iBranding ) ); RefPtr_oneBrand( new Brands( _noSig, _pBrand ) ); IBrands _iBrands = (IPair((*_oneBrand).begin(),true)); IBrndToSmblsWthLval _iBtoWsl( (*_pSC)->Get( BtoSwLkey( _iBrands ) ) = ); OneGeste _theGeste ( R()->terminusStmt, _iLexDolRootScope, _iDolRootScope, DLLobject() = ); IT::TpLlVmGenerator _pLlVm ( _cu.LlVmGeneratorFactory( true/*isCommonToAllCUs*/ ) ); _theGeste.SetClosure( _theFunction ); _pSC->AllocLvalToGeste( _iBrands, _theGeste ); _pLlVm->AtFunction( (*_pSC), _iBrands, _iBtoWsl, _theGeste ); switch ( myDpiId ) { # ifdef C_FILE_GENERATOR case ECall::DPI::_pow_: _pSC->AddRef(); _pBrand->AddRef(); _oneBrand->AddRef(); _noSig->AddRef();=09 _cu.GetCfileGenerator()->AtFunction( *_pSC, _iBrands, _theGeste ); break; # endif C_FILE_GENERATOR default: delete _branding; break; } TyFloat const& _tyFloat( *(TyFloat const*)_ty ); Fcn _rslt; if ( _tyFloat.GetnBits() <=3D TyFloat::_IEEEdouble_ || ConstFP::LongDoubleIs128Bits() ) { try { _rslt =3D Fcn( _ty, _pLlVm->JIT(), _nmFcn.str() ); } catch ( Message& _msg ) { _rslt =3D LowerPrecision( _tyFloat, _msg ); } } return _rslt; } } ------=_NextPart_000_0004_01D73CF9.9EFB6DC0 Content-Type: application/octet-stream; name="TAGS" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="TAGS" =0C=0A= f1.cpp,213=0A= namespace PT=7F1,0=0A= CreateFcn(=7F5,66=0A= typedef TypeList::Result =7FResult=0112,369=0A= typedef SgmtCntnr::IBrndToSmblsWthLval IBrndToSmblsWthLval;=7F89,2190=0A= typedef SgmtCntnr::BtoSwLkey BtoSwLkey;=7F90,2255=0A= =0C=0A= f2.cpp,213=0A= namespace PT=7F1,0=0A= CreateFcn(=7F5,66=0A= typedef TypeList::Result =7FResult=0112,369=0A= typedef SgmtCntnr::IBrndToSmblsWthLval IBrndToSmblsWthLval;=7F89,2190=0A= typedef SgmtCntnr::BtoSwLkey BtoSwLkey;=7F90,2255=0A= ------=_NextPart_000_0004_01D73CF9.9EFB6DC0-- From debbugs-submit-bounces@debbugs.gnu.org Thu Apr 29 18:27:38 2021 Received: (at 48107) by debbugs.gnu.org; 29 Apr 2021 22:27:38 +0000 Received: from localhost ([127.0.0.1]:57008 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcF8E-0003bt-2D for submit@debbugs.gnu.org; Thu, 29 Apr 2021 18:27:38 -0400 Received: from heytings.org ([95.142.160.155]:58536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcF8C-0003bk-5V for 48107@debbugs.gnu.org; Thu, 29 Apr 2021 18:27:36 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619735254; bh=hPtpmu/Qiwg/jBDdstWpTqRsziclusM62JKfOlzHI5M=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=ZIVviEl6Dxsg574SGnQaV3D5tB2NnIuAELjixt8u31nN6ZwyVxyNz2q5GIctzDlvP KIC6oaaX3/1062w/0e7uH+7zoRqLt9KKxcmuv9NHYoF3d4ZyTbC8Q4A9vo1XIYnlAc 22BttAWiCjfTBIxwP7zqm5HMOXVeAJroGAul+sbBmDY79ep65uKnTf2GMHw4oxzhnT HeNU18RVN7x+/uLWW+ZTH7knriutsRBpPVCO1BCAWS4un5K8/HhZJcTFY8x41ofyFa +21GmGVB4czmcr00UpZ+o+6FY+1t4F1UupnOz+ntvp3HlvVh2SQ/QDuJ9mRKrYMozw 0U9IOc7GSUSLw== Date: Thu, 29 Apr 2021 22:27:33 +0000 From: Gregory Heytings To: Bob Floyd Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences In-Reply-To: <000301d73d34$4b5a45c0$e20ed140$@net> Message-ID: <8fba78a42e6b9a838a92@heytings.org> References: <000301d73d34$4b5a45c0$e20ed140$@net> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="Z27svnTQKj" Content-ID: <8fba78a42eaa588c81c8@heytings.org> X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --Z27svnTQKj Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Content-ID: <8fba78a42e025facde2e@heytings.org> >=20 > Put the attached 3 files, `f1.cpp`, `f2.cpp` and `TAGS` into an empty=20 > folder. >=20 > Do: >=20 > 1) find-file f1.cpp (C-x C-f) >=20 > 2) tags-query-replace ITracks JTracks >=20 >=C2=A0There are 4 occurrences that are changed >=20 > 3) tags-query-replace JTracks ITracks >=20 > There are 2 occurrences that are changed, and it reports =E2=80=9CReplace= d 0=20 > occurrences=E2=80=9D >=20 > It should have found the remaining 2 occurrences and the reported number= =20 > of 0 is wrong. > Thanks for your bug report. I can indeed reproduce this with Emacs 27.2,= =20 but not with the development version of Emacs, so this bug has apparently= =20 already been fixed. I did not find a workaround for Emacs 27.2 alas, even= =20 saving both buffers and manually re-running etags does not fix the bug. --Z27svnTQKj-- From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 03:46:46 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 07:46:46 +0000 Received: from localhost ([127.0.0.1]:57394 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcNrK-0004NO-Ie for submit@debbugs.gnu.org; Fri, 30 Apr 2021 03:46:46 -0400 Received: from eggs.gnu.org ([209.51.188.92]:50084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcNrF-0004N8-IJ for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 03:46:45 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:58574) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcNr9-0003SX-KV; Fri, 30 Apr 2021 03:46:35 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:4316 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lcNr8-0000zu-I5; Fri, 30 Apr 2021 03:46:34 -0400 Date: Fri, 30 Apr 2021 10:46:26 +0300 Message-Id: <83bl9wcizx.fsf@gnu.org> From: Eli Zaretskii To: Gregory Heytings In-Reply-To: <8fba78a42e6b9a838a92@heytings.org> (message from Gregory Heytings on Thu, 29 Apr 2021 22:27:33 +0000) Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48107 Cc: bobfloyd@comcast.net, 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > Date: Thu, 29 Apr 2021 22:27:33 +0000 > From: Gregory Heytings > Cc: 48107@debbugs.gnu.org > > Thanks for your bug report. I can indeed reproduce this with Emacs 27.2, > but not with the development version of Emacs, so this bug has apparently > already been fixed. I did not find a workaround for Emacs 27.2 alas, even > saving both buffers and manually re-running etags does not fix the bug. The workaround for Emacs 27 is to go to BOB in every file that was visited by the original replace. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 04:59:10 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 08:59:10 +0000 Received: from localhost ([127.0.0.1]:57460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcOzO-00065u-5o for submit@debbugs.gnu.org; Fri, 30 Apr 2021 04:59:10 -0400 Received: from heytings.org ([95.142.160.155]:59220) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcOzM-00065m-0o for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 04:59:09 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619773146; bh=lkHxfoZdWF5aqzWviJChiXqRitgW7UKOatrAxdczlmk=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=aCQNiSqRVidNdh1DBRa1Val/gH8KlikEJapCh32EPd8Owi1H7nzMdd2mUSa7RClr4 nNthShlqfIEiWWS+RnRoR1ndHyuCIjYtvAHUj6PsD5zfrTNXiOFlIHlJpEMKnzlhCs PmT2v1+g6hGDN+835TZlziiNT2aKHHMjEXalZOfxyit8oFtutmxD9V4r1d3UA0HHiu 5XP5E2swPF8jdBo3KzU2L5prWVzUydMVGqIGDlE/A6KTx7Jy+j0xbdNORTL6B/mQ7W MDgRunAIZB6MCHBFzzEkAQTNsHg/ceA8bNX4DjT1w8RJNqhopQVKiUko+fixoQDIsV DAToxWwYt0uPA== Date: Fri, 30 Apr 2021 08:59:06 +0000 From: Gregory Heytings To: Eli Zaretskii Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences In-Reply-To: <83bl9wcizx.fsf@gnu.org> Message-ID: References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: bobfloyd@comcast.net, 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) >> Thanks for your bug report. I can indeed reproduce this with Emacs >> 27.2, but not with the development version of Emacs, so this bug has >> apparently already been fixed. I did not find a workaround for Emacs >> 27.2 alas, even saving both buffers and manually re-running etags does >> not fix the bug. > > The workaround for Emacs 27 is to go to BOB in every file that was > visited by the original replace. > Indeed, that works, thanks. For Bob Floyd: "go to BOB" is not a reference to your first name ;-), it means "go to the beginning of buffer", for example with M-<. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 11:34:40 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 15:34:40 +0000 Received: from localhost ([127.0.0.1]:59581 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVA8-0004NN-Cp for submit@debbugs.gnu.org; Fri, 30 Apr 2021 11:34:40 -0400 Received: from resqmta-po-07v.sys.comcast.net ([96.114.154.166]:51499) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVA6-0004N9-3h for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 11:34:38 -0400 Received: from resomta-po-03v.sys.comcast.net ([96.114.154.227]) by resqmta-po-07v.sys.comcast.net with ESMTP id cV8PlbDJeiCWIcVA0lXJmW; Fri, 30 Apr 2021 15:34:32 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1619796872; bh=aKboVh8qyoRWBroLA9vXLAVBjhC/yJx+A0KizdP0bpk=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=XsMDc+2WDnTqP7IjAsZsU6ZssnmIXTJr+xvMSNextwwSSGPP6plV5Fyy9WQT0aBF1 7HlvOHHmzBOS55+21uwpGkCY6jHNCraD+EfNg7jzSARTyARVfHiUYUFt5mztpOg2wt h6Awr2ko04yNODPX2YsldldszdWbs7oTSY/2y3V5xJWek/GurQP0M0du3WUZ2BaWDt vqqmsUyTCVtlEkqDqDC36Vw3BRYWhWaZA4H0222c0loVX77DRg615nyQXpd1osLtZs V/w+RH1uIUhc8/5qxD0LIWdjh/geqpKfpfO2NPoiYVsi5E3q4dQ+OHbQHijLCkCHu1 hevqgswbU6keQ== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-03v.sys.comcast.net with ESMTPA id cV9xlCG4ALr2BcV9yl6TDs; Fri, 30 Apr 2021 15:34:31 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Gregory Heytings'" , "'Eli Zaretskii'" References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> In-Reply-To: Subject: RE: bug#48107: 27.2; tags-quiery-replace fails to find occurences Date: Fri, 30 Apr 2021 08:34:29 -0700 Message-ID: <005401d73dd6$5079bc50$f16d34f0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Adc9nxV4qLWYF2wYSLKOMexhLjn/aQANg3AQ Content-Language: en-us X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Awh, shucks, I was flattered for a moment. How stable is the development version? Or, will I be disappointed if I use it for work? Or, how soon will the development version become 27.3? The issue is driving me nuts and the workaround .... Thanks, BOB -----Original Message----- From: Gregory Heytings [mailto:gregory@heytings.org] Sent: Friday, April 30, 2021 1:59 AM To: Eli Zaretskii Cc: bobfloyd@comcast.net; 48107@debbugs.gnu.org Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences >> Thanks for your bug report. I can indeed reproduce this with Emacs >> 27.2, but not with the development version of Emacs, so this bug has >> apparently already been fixed. I did not find a workaround for Emacs >> 27.2 alas, even saving both buffers and manually re-running etags does >> not fix the bug. > > The workaround for Emacs 27 is to go to BOB in every file that was > visited by the original replace. > Indeed, that works, thanks. For Bob Floyd: "go to BOB" is not a reference to your first name ;-), it means "go to the beginning of buffer", for example with M-<. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 11:50:49 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 15:50:49 +0000 Received: from localhost ([127.0.0.1]:59629 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVPl-0006wW-6a for submit@debbugs.gnu.org; Fri, 30 Apr 2021 11:50:49 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41602) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVPj-0006wI-0R for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 11:50:47 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49922) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcVPd-0000xX-N2; Fri, 30 Apr 2021 11:50:41 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2338 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lcVPd-0000fn-0Z; Fri, 30 Apr 2021 11:50:41 -0400 Date: Fri, 30 Apr 2021 18:50:35 +0300 Message-Id: <83eeerbwl0.fsf@gnu.org> From: Eli Zaretskii To: "Bob Floyd" In-Reply-To: <005401d73dd6$5079bc50$f16d34f0$@net> (bobfloyd@comcast.net) Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48107 Cc: gregory@heytings.org, 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: "Bob Floyd" > Cc: <48107@debbugs.gnu.org> > Date: Fri, 30 Apr 2021 08:34:29 -0700 > > How stable is the development version? Or, will I be disappointed if I use > it for work? I suggest to try. there's no simple answer, because no one knows your use patterns and workflows, nor your sensitivity to "stability" problems. > Or, how soon will the development version become 27.3? It will become Emacs 28.1, and that is still far away. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 11:54:07 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 15:54:07 +0000 Received: from localhost ([127.0.0.1]:59641 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVSx-00072D-3B for submit@debbugs.gnu.org; Fri, 30 Apr 2021 11:54:07 -0400 Received: from heytings.org ([95.142.160.155]:59698) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcVSv-000725-M3 for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 11:54:06 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619798044; bh=XTpsxyhF36ET6VGyod1qTx2qIb0n1OwZQJUk4NwuA9s=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=sNGMMWZO8VVOwgZlO49xprsFMChVwBeII5d66q1FP6c49N7rPpRJJi0/F4960/b1d kuzYEKi7VjAd3cVJnZ7cDqxpQX+nFBFKH5MtGbuppN6+0fjRrgmXQn5kEIbwvgMRNB l8JTlcFXRbiCAiGcGZmwuIsRR15GERLbd0telnXaZ6opJxCrcQH0dO51o7Cmz6Pia6 9auwZfj9LvObGGlu8SGs0OKmSxLL0d+OMVJZATgbBY8SXcprexUi0K28OEeopoOY8d U7q+Wgjc2/LV21aXuBllNLm6fbxIDYPykpaEXDjcHhSFEe1ZoX4c75gFM+8xUOA188 4PxLxKYj7DDKQ== Date: Fri, 30 Apr 2021 15:54:04 +0000 From: Gregory Heytings To: Bob Floyd Subject: RE: bug#48107: 27.2; tags-quiery-replace fails to find occurences In-Reply-To: <005401d73dd6$5079bc50$f16d34f0$@net> Message-ID: References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: 'Eli Zaretskii' , 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > > How stable is the development version? Or, will I be disappointed if I > use it for work? Or, how soon will the development version become 27.3? > Rather stable, I'd say; I use it for work. The development version will become Emacs 28, I have no idea when, but not soon. > > Awh, shucks, I was flattered for a moment. > > Thanks, > BOB > ;-P From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 13:39:24 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 17:39:24 +0000 Received: from localhost ([127.0.0.1]:59757 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcX6p-0003bS-UX for submit@debbugs.gnu.org; Fri, 30 Apr 2021 13:39:24 -0400 Received: from mail-pj1-f45.google.com ([209.85.216.45]:42558) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcX6o-0003b8-LV for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 13:39:23 -0400 Received: by mail-pj1-f45.google.com with SMTP id j6-20020a17090adc86b02900cbfe6f2c96so2151555pjv.1 for <48107@debbugs.gnu.org>; Fri, 30 Apr 2021 10:39:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:in-reply-to:references:user-agent :mime-version:date:message-id:subject:to:cc; bh=Km79SmTCwKhbbtGFt9pLPUZjZT1h2ZKYenHzT9oCbAY=; b=c3A7RktLhR1byFP21Gr0jWzYASpXzvye5bw6aNDLPQ8E5rfNhcEnxSWN4XPZwgud0l 8HfAJMpuenVxvYHVqrZAEZmKozEXyLgmOGWM5r6FFxrSUGofGAwtdsXLfDtSgqj3Sfke hj/XFohX++lbBP6BoWNGyIHIFmUa6jCj7i0AB7bdk1ISizUDBGYW3U6A9ppq1zE15+SM oZsXPi0kj3oUlSVo6meA6tOJw5tlFbK1f+Vp8Rv9v7Ps0uM+GFpOBfrFw1/B0WnPHGWw xpRlbyDa+H3xdQtUJZw8kXCVTm2hXhDLw+6g+CJBOyaegV4jK03AUbUUxt3iWX1s3iNh y9Cw== X-Gm-Message-State: AOAM532WffQNO6asoNg1YEhzv5DokZBTTj9sU9ZBiSIbziKspE9pIRcv mh5A6sR221CPXL9OFJyzjHcU8/pPto2IBt76IRk= X-Google-Smtp-Source: ABdhPJwTrSISD8SCMM6v7Q6X2icbrUZfKdLAnR3QlJAWiMQnssDl0GSSw/Du6X2EXcxsTh1PP1VEysUrOllyf/bjDNM= X-Received: by 2002:a17:902:b902:b029:ed:82aa:7cbc with SMTP id bf2-20020a170902b902b02900ed82aa7cbcmr6476082plb.39.1619804356964; Fri, 30 Apr 2021 10:39:16 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Fri, 30 Apr 2021 12:39:16 -0500 From: Stefan Kangas In-Reply-To: <83bl9wcizx.fsf@gnu.org> (Eli Zaretskii's message of "Fri, 30 Apr 2021 10:46:26 +0300") References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Date: Fri, 30 Apr 2021 12:39:16 -0500 Message-ID: Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences To: Eli Zaretskii Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.5 (/) X-Debbugs-Envelope-To: 48107 Cc: bobfloyd@comcast.net, Gregory Heytings , 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.5 (/) tags 48107 fixed thanks Eli Zaretskii writes: >> Date: Thu, 29 Apr 2021 22:27:33 +0000 >> From: Gregory Heytings >> Cc: 48107@debbugs.gnu.org >> >> Thanks for your bug report. I can indeed reproduce this with Emacs 27.2, >> but not with the development version of Emacs, so this bug has apparently >> already been fixed. I did not find a workaround for Emacs 27.2 alas, even >> saving both buffers and manually re-running etags does not fix the bug. > > The workaround for Emacs 27 is to go to BOB in every file that was > visited by the original replace. Is there any plan to backport the fix, or should this bug report be closed? From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 13:59:52 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 17:59:52 +0000 Received: from localhost ([127.0.0.1]:59794 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXQe-0006G0-Em for submit@debbugs.gnu.org; Fri, 30 Apr 2021 13:59:52 -0400 Received: from resqmta-ch2-09v.sys.comcast.net ([69.252.207.41]:57582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXQc-0006Fm-1L for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 13:59:50 -0400 Received: from resomta-ch2-12v.sys.comcast.net ([69.252.207.108]) by resqmta-ch2-09v.sys.comcast.net with ESMTP id cWEil0NlrkWizcXQWlB7WG; Fri, 30 Apr 2021 17:59:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1619805584; bh=rFpKvlGeUNzvvqRVrJIsdv4ID4HsmOxufcXxp4adFm4=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=Kad4MKHhFnEonc88czvdpDw5vLiqO1+angB9Okajn8Z/M2MBCDXILnEdHUSOY52lX 24apwDpN3kDp92MOx0MRYT+jS2KosifOK4xg+bpp0YQRkAVPO7ZlUxcv/tAUtBuO2w bW4TGHy8aUblQEYhruC/BDma2gxPOPQHGDWn5i5DxmM64+WCxUfxpud3FvrTTHOXm1 O9KPfgj3+NAxnNlmLJ4fHopojYfAyT+eoQ+Q+W9xoY7AVJAmupbVs6GOHeQmhj8a8I K7a96+h35cI00RU5ECnq990Gy60SZd9oPfNzbS602lZTD0OpYWmuhtRiHNh3yptJCR XsPvZD45zVlmQ== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-ch2-12v.sys.comcast.net with ESMTPA id cXQTlfsbIkt3BcXQUlmpQ5; Fri, 30 Apr 2021 17:59:43 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Eli Zaretskii'" References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> <83eeerbwl0.fsf@gnu.org> In-Reply-To: <83eeerbwl0.fsf@gnu.org> Subject: RE: bug#48107: 27.2; tags-quiery-replace fails to find occurences Date: Fri, 30 Apr 2021 10:59:41 -0700 Message-ID: <000001d73dea$9954c4b0$cbfe4e10$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Adc92JQ9keEO/kOgTqaVM4d7zmpmiQAEXJ6w Content-Language: en-us X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48107 Cc: gregory@heytings.org, 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) That's a long time to wait using an editor that fails to find strings - both `tags-query-replace` and `tags-search` exhibit the brokenness. How about considering a 27.3 released soon? -----Original Message----- From: Eli Zaretskii [mailto:eliz@gnu.org] Sent: Friday, April 30, 2021 8:51 AM To: Bob Floyd Cc: gregory@heytings.org; 48107@debbugs.gnu.org Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences > From: "Bob Floyd" > Cc: <48107@debbugs.gnu.org> > Date: Fri, 30 Apr 2021 08:34:29 -0700 > > How stable is the development version? Or, will I be disappointed if I use > it for work? I suggest to try. there's no simple answer, because no one knows your use patterns and workflows, nor your sensitivity to "stability" problems. > Or, how soon will the development version become 27.3? It will become Emacs 28.1, and that is still far away. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 14:01:00 2021 Received: (at 48107-done) by debbugs.gnu.org; 30 Apr 2021 18:01:00 +0000 Received: from localhost ([127.0.0.1]:59799 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXRj-0006JR-P5 for submit@debbugs.gnu.org; Fri, 30 Apr 2021 14:00:59 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41488) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXRi-0006JE-GE for 48107-done@debbugs.gnu.org; Fri, 30 Apr 2021 14:00:58 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53504) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcXRd-00018R-3Y; Fri, 30 Apr 2021 14:00:53 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2336 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lcXRc-0004Gy-H9; Fri, 30 Apr 2021 14:00:52 -0400 Date: Fri, 30 Apr 2021 21:00:47 +0300 Message-Id: <831rarbqk0.fsf@gnu.org> From: Eli Zaretskii To: Stefan Kangas In-Reply-To: (message from Stefan Kangas on Fri, 30 Apr 2021 12:39:16 -0500) Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48107-done Cc: bobfloyd@comcast.net, gregory@heytings.org, 48107-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Stefan Kangas > Date: Fri, 30 Apr 2021 12:39:16 -0500 > Cc: Gregory Heytings , bobfloyd@comcast.net, 48107@debbugs.gnu.org > > Is there any plan to backport the fix, or should this bug report be > closed? I don't think this is important enough to justify backporting, and I don't think there will be Emacs 27.3 anyway. Closing. From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 14:08:20 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 18:08:20 +0000 Received: from localhost ([127.0.0.1]:59817 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXYp-0006Vv-RD for submit@debbugs.gnu.org; Fri, 30 Apr 2021 14:08:20 -0400 Received: from eggs.gnu.org ([209.51.188.92]:43032) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcXYn-0006Vh-Jj for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 14:08:18 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:53676) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lcXYh-00049A-Qi; Fri, 30 Apr 2021 14:08:11 -0400 Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:2772 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lcXYV-0008HU-C4; Fri, 30 Apr 2021 14:08:02 -0400 Date: Fri, 30 Apr 2021 21:07:53 +0300 Message-Id: <83wnsjabnq.fsf@gnu.org> From: Eli Zaretskii To: "Bob Floyd" In-Reply-To: <000001d73dea$9954c4b0$cbfe4e10$@net> (bobfloyd@comcast.net) Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> <83eeerbwl0.fsf@gnu.org> <000001d73dea$9954c4b0$cbfe4e10$@net> X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48107 Cc: gregory@heytings.org, 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: "Bob Floyd" > Cc: , > <48107@debbugs.gnu.org> > Date: Fri, 30 Apr 2021 10:59:41 -0700 > > That's a long time to wait using an editor that fails to find strings - both > `tags-query-replace` and `tags-search` exhibit the brokenness. How about > considering a 27.3 released soon? We don't plan on doing that. How about patching your Emacs 27.2 with the change that fixed that on master? From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 16:16:18 2021 Received: (at 48107) by debbugs.gnu.org; 30 Apr 2021 20:16:18 +0000 Received: from localhost ([127.0.0.1]:59887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcZYg-0001CU-Dg for submit@debbugs.gnu.org; Fri, 30 Apr 2021 16:16:18 -0400 Received: from heytings.org ([95.142.160.155]:60084) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcZYf-0001CL-AJ for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 16:16:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1619813775; bh=phYLI69vIEWsB7tnl6ChzGlUNubU/rAelsxOvfiB3O8=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=BeU58vjneH7PUBx8hf/qnWeg98cf13Cc4IVAuK2/WfskUqQOIc5T2+yOZ7L+pltm/ 1GeGo5jrZSk7cxTRmDMUFbFv5z2Dq9NCypKekooyF3NIwVViDLFUEiXFnjIB+PN/GT hZtCm/4t2xkZPCfvcXrJJBcZduXef07oF/XxmK1Sd+sP9yc9vr5qgEuvGF02glC3cb 91m+m5d0cXJGBvCw4gfHPUL3OjsSlfB/+q2C/ZajNpK1LJpnnJRbrlWjuErjcKAruu wl69yR9hVEqnh/J3g+2VGqnHVY2gsbFVSLmErJo/6fqXIJZUipaZHHCtl+6nvu+6pP VPCVNz7vHtDLw== Date: Fri, 30 Apr 2021 20:16:15 +0000 From: Gregory Heytings To: Bob Floyd Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences In-Reply-To: <000001d73dea$9954c4b0$cbfe4e10$@net> Message-ID: References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> <83eeerbwl0.fsf@gnu.org> <000001d73dea$9954c4b0$cbfe4e10$@net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: 'Eli Zaretskii' , 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) > > That's a long time to wait using an editor that fails to find strings - > both `tags-query-replace` and `tags-search` exhibit the brokenness. How > about considering a 27.3 released soon? > Like Eli, I'd suggest you try to use the pretest Emacs 28, it's available at https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/ . From debbugs-submit-bounces@debbugs.gnu.org Fri Apr 30 20:08:22 2021 Received: (at 48107) by debbugs.gnu.org; 1 May 2021 00:08:22 +0000 Received: from localhost ([127.0.0.1]:60061 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcdBG-0006ek-Bi for submit@debbugs.gnu.org; Fri, 30 Apr 2021 20:08:22 -0400 Received: from resqmta-po-04v.sys.comcast.net ([96.114.154.163]:36555) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lcdBE-0006eW-30 for 48107@debbugs.gnu.org; Fri, 30 Apr 2021 20:08:20 -0400 Received: from resomta-po-10v.sys.comcast.net ([96.114.154.234]) by resqmta-po-04v.sys.comcast.net with ESMTP id ccJXlrgAvbVMMcdB8l3YtP; Sat, 01 May 2021 00:08:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1619827694; bh=u1XFz2Hu3HZ+3/56PrKv1A3P5eUAU6KFRXBPgRQaPMA=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=yXHk0eYEc2rTpbLCYt/tEassiwMKK+fp1ehi0i22kW+yV5ZdvjuvFGyp0xG7o6DeO eWa4RwcKwAucWMVq0HS8PK0/ro6xYondnZGugdQqLQnLy8kbaIbJewdVyqqBXg3tQR E+nrhMDdapQGIhtHaGuAJPW/5ka4i2C/WiZJT0Tsr1m72a8ICWb1DC3GySAEZ6yJxm NY5m785mhwUG6iW0QS8OiXPoy4yh0iJyOV6Vu4YzWuMgIczJzdeD6FyTq3C1QSIDEE AQ9yzEbkE5QvOQhrrqA5U2rYZElHmeUoWJCYRFgNArjPxcLkuDx8ZVO8FhX7RSzgOM FFK5xcck5/sdg== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-10v.sys.comcast.net with ESMTPA id cdB6lckaQ9SnlcdB6lqzgn; Sat, 01 May 2021 00:08:13 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Gregory Heytings'" References: <000301d73d34$4b5a45c0$e20ed140$@net> <8fba78a42e6b9a838a92@heytings.org> <83bl9wcizx.fsf@gnu.org> <005401d73dd6$5079bc50$f16d34f0$@net> <83eeerbwl0.fsf@gnu.org> <000001d73dea$9954c4b0$cbfe4e10$@net> In-Reply-To: Subject: RE: bug#48107: 27.2; tags-quiery-replace fails to find occurences Date: Fri, 30 Apr 2021 17:08:11 -0700 Message-ID: <003001d73e1e$13974260$3ac5c720$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Adc9/a9uzIphtw1DTdyGpXmpA6lAMAAIEiXA Content-Language: en-us X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48107 Cc: 'Eli Zaretskii' , 48107@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Super duper thanks for the link I'm up and running the pretest! -----Original Message----- From: Gregory Heytings [mailto:gregory@heytings.org] Sent: Friday, April 30, 2021 1:16 PM To: Bob Floyd Cc: 'Eli Zaretskii'; 48107@debbugs.gnu.org Subject: Re: bug#48107: 27.2; tags-quiery-replace fails to find occurences > > That's a long time to wait using an editor that fails to find strings - > both `tags-query-replace` and `tags-search` exhibit the brokenness. How > about considering a 27.3 released soon? > Like Eli, I'd suggest you try to use the pretest Emacs 28, it's available at https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/ . From unknown Sun Jun 15 08:51:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 29 May 2021 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator