From debbugs-submit-bounces@debbugs.gnu.org Fri May 14 12:53:57 2021 Received: (at submit) by debbugs.gnu.org; 14 May 2021 16:53:57 +0000 Received: from localhost ([127.0.0.1]:46949 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhb4W-0005QW-Da for submit@debbugs.gnu.org; Fri, 14 May 2021 12:53:57 -0400 Received: from lists.gnu.org ([209.51.188.17]:53592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhb4U-0005QO-5T for submit@debbugs.gnu.org; Fri, 14 May 2021 12:53:55 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59508) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhb4T-0004uI-Mu for bug-gnu-emacs@gnu.org; Fri, 14 May 2021 12:53:53 -0400 Received: from resqmta-po-12v.sys.comcast.net ([2001:558:fe16:19:96:114:154:171]:44402) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lhb4Q-0001EL-E3 for bug-gnu-emacs@gnu.org; Fri, 14 May 2021 12:53:52 -0400 Received: from resomta-po-17v.sys.comcast.net ([96.114.154.241]) by resqmta-po-12v.sys.comcast.net with ESMTP id hYdQlRzjSfSZqhb4Nlj2yM; Fri, 14 May 2021 16:53:47 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1621011227; bh=Q7bWQ9tHwoV+BYqWLSvcYsTcvORFC9Z6Zp2ADUuwTpc=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=znYRxO9XyWV8oA+qXZ9oRZ3l/ZgKTKU0iQZZsVlcXl3tRbEF6MVtPltXgzKBardL3 Lh0Gq7P+6JIxJg6NtX//9xXsB68YWeuK2N0KUJ8UA9OlCB1UdX8QYzkJJKh5yEhUOv VMte10UFQMXUzKHCUo7Tb3HhpYLIA39qXrmikavnT4gf6TUyiL72O/VFiFwSO8GWZe vEqK8OqW78MubtzPmpLk6Hi3O6xW8pXl6HlmWLuur5wSMmKcRqEXOTwt0LiTjBUK5y M3RTqRIrSfKRkJrcwowkM2V+n6ez2qUwcXi5rRSRO7hik2eE4aQMnk9jCOfvhg/IYN x5ewyd5kCUmWA== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-17v.sys.comcast.net with ESMTPA id hb4MljjD00a1Yhb4MlFKrf; Fri, 14 May 2021 16:53:47 +0000 X-Xfinity-VMeta: sc=0.00;st=legit From: "Bob Floyd" To: Subject: 28.0.50; Edit region for query-replace gets lost Date: Fri, 14 May 2021 09:53:45 -0700 Message-ID: <001201d748e1$b47580c0$1d608240$@net> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0013_01D748A7.0816A8C0" X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: AddI4bPgcyfzYyKMSm+vRZM1LYtb4Q== Content-Language: en-us Received-SPF: pass client-ip=2001:558:fe16:19:96:114:154:171; envelope-from=bobfloyd@comcast.net; helo=resqmta-po-12v.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, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -0.8 (/) 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_0013_01D748A7.0816A8C0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Put in a cpp file: ---------------------------------------------------------------------------- --------------- extern "C" void* NuVmodelPopulator( vpiHandle _parameterHndl, void* _cktVoid, int* _err ) { CKTcircuit* _ckt = (CKTcircuit*)_cktVoid; std::string _nmPrm ( vpi_get_str( ft_sim->NuVbridge, vpiName, _parameterHndl ) ); vpiHandle _paramsetHndl ( vpi_handle( ft_sim->NuVbridge, vpiParamset, _parameterHndl ) ); std::string _nmPrmset ( vpi_get_str( ft_sim->NuVbridge, vpiName, _paramsetHndl ) ); vpi_release_handle( ft_sim->NuVbridge, _paramsetHndl ); std::transform ( _nmPrmset.begin(), _nmPrmset.end(), _nmPrmset.begin(), ::tolower ); std::transform ( _nmPrmset.begin(), _nmPrmset.end(), _nmPrmset.begin(), ::tolower ); } ---------------------------------------------------------------------------- -------------- 1,2,3 => selects region for query-replace. 5,6,7,8 => sequence causes region to be lost. 1. C-a (move-beginning-of-line) on the next to the last line: --> ( _nmPrmset.begin(), _nmPrmset.end(), _nmPrmset.begin(), ::tolower ); } 2. C-SPC (set-mark-command) 3. C-e (move-end-of-line) 4. M-% (query-replace) The replace region is the next to the last line: ( _nmPrmset.begin(), _nmPrmset.end(), _nmPrmset.begin(), ::tolower ); 5. Double-click left mouse on the "_" of "_nmPrm" on the next to the last line at column 5 to select "_nmPrm". 6. Middle mouse click then enter to insert in query replace: Query replace in region: _nmPrmset 7. Double-click left mouse on the "_" of "_nmPrm" on line 6 to select "_nmPrm" 8. Middle mouse click then enter: Query replace in region _nmPrmset with: _nmPrm Note the edit region of 1,2,3 is lost. --------------------------------------------------------------------- In GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) of 2021-01-15 built on CIRROCUMULUS Repository revision: f45be48ddbde00610e1e08fca6590dcf24a4e1b5 Repository branch: master Windowing system distributor 'Microsoft Corp.', version 10.0.19042 System Description: Microsoft Windows 10 Enterprise (v10.0.2009.19042.928) Configured using: 'configure --without-dbus --without-compress-install -C 'CFLAGS=-O2 -static -g3' PKG_CONFIG_PATH=/mingw64/lib/pkgconfig' Configured features: ACL GIF GMP GNUTLS HARFBUZZ JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF TOOLKIT_SCROLL_BARS XPM ZLIB 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: None found. Features: (pp shadow sort mail-extr emacsbug message rmc puny dired dired-loaddefs 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 misearch multi-isearch two-column help-mode 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 url-proxy url-privacy url-expand url-methods url-history url-cookie url-domsuf url-util mailcap 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 iso-transl 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 button loaddefs faces cus-face macroexp files window 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 190653 13405) (symbols 48 14109 5) (strings 32 48550 3158) (string-bytes 1 1555849) (vectors 16 22314) (vector-slots 8 381834 16818) (floats 8 268 260) (intervals 56 3394 0) (buffers 984 18)) ------=_NextPart_000_0013_01D748A7.0816A8C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Put in a = cpp file:

-------------------------------------------------------= ------------------------------------

extern "C" void*

NuVmodelPopulator( vpiHandle _parameterHndl, void* = _cktVoid, int* _err )

{

  = CKTcircuit* _ckt =3D (CKTcircuit*)_cktVoid;

 

  = std::string          = _nmPrm

  ( vpi_get_str( = ft_sim->NuVbridge, vpiName, _parameterHndl ) );

 

  = vpiHandle          = _paramsetHndl

  ( vpi_handle( = ft_sim->NuVbridge, vpiParamset, _parameterHndl ) );

 

  = std::string          = _nmPrmset

  ( vpi_get_str( = ft_sim->NuVbridge, vpiName, _paramsetHndl ) );

 

  = vpi_release_handle( ft_sim->NuVbridge, _paramsetHndl = );

 

  std::transform

  ( _nmPrmset.begin(), _nmPrmset.end(), = _nmPrmset.begin(), ::tolower );

  std::transform

  ( _nmPrmset.begin(), _nmPrmset.end(), = _nmPrmset.begin(), ::tolower );

}

-------------------------------------------------------= -----------------------------------

 

1,2,3 =    =3D> selects region for = query-replace.

5,6,7,8 =3D> = sequence causes region to be lost.

 

1. C-a = (move-beginning-of-line) on the next to the last line:

-->  ( _nmPrmset.begin(), _nmPrmset.end(), = _nmPrmset.begin(), ::tolower );

     }

2. C-SPC (set-mark-command)

3. C-e (move-end-of-line)

4. M-% (query-replace)

     The replace region is the = next to the last line:

     ( _nmPrmset.begin(), = _nmPrmset.end(), _nmPrmset.begin(), ::tolower );

5. Double-click left mouse on the "_" of = "_nmPrm" on the next to the last line

at column 5 to select = "_nmPrm".

6. Middle mouse = click then enter to insert in query replace:

    Query replace in region: = _nmPrmset

7. Double-click left mouse = on the "_" of "_nmPrm" on line 6 to select = "_nmPrm"

8. Middle mouse = click then enter:

   Query = replace in region _nmPrmset with: _nmPrm

 

Note the = edit region of 1,2,3 is lost.

 

 

-------------------------------------------------------= --------------

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

of = 2021-01-15 built on CIRROCUMULUS

Repository revision: = f45be48ddbde00610e1e08fca6590dcf24a4e1b5

Repository branch: master

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

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

 

Configured = using:

'configure --without-dbus = --without-compress-install -C 'CFLAGS=3D-O2

-static -g3' = PKG_CONFIG_PATH=3D/mingw64/lib/pkgconfig'

 

Configured = features:

ACL GIF GMP GNUTLS HARFBUZZ = JPEG JSON LCMS2 LIBXML2 MODULES NOTIFY

W32NOTIFY PDUMPER PNG RSVG SOUND THREADS TIFF = TOOLKIT_SCROLL_BARS XPM

ZLIB

 

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:

None found.

 

Features:

(pp = shadow sort mail-extr emacsbug message rmc puny dired = dired-loaddefs

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 misearch multi-isearch two-column

help-mode 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 url-proxy url-privacy = url-expand url-methods

url-history = url-cookie url-domsuf url-util mailcap 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 iso-transl = 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 button loaddefs faces cus-face = macroexp files

window 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 190653 = 13405)

(symbols 48 14109 = 5)

(strings 32 48550 = 3158)

(string-bytes 1 = 1555849)

(vectors 16 = 22314)

(vector-slots 8 381834 = 16818)

(floats 8 268 = 260)

(intervals 56 3394 = 0)

(buffers 984 = 18))

------=_NextPart_000_0013_01D748A7.0816A8C0-- From debbugs-submit-bounces@debbugs.gnu.org Fri May 14 14:28:14 2021 Received: (at 48421) by debbugs.gnu.org; 14 May 2021 18:28:14 +0000 Received: from localhost ([127.0.0.1]:47025 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhcXm-0007uX-J9 for submit@debbugs.gnu.org; Fri, 14 May 2021 14:28:14 -0400 Received: from relay5-d.mail.gandi.net ([217.70.183.197]:55307) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhcXi-0007ty-4e for 48421@debbugs.gnu.org; Fri, 14 May 2021 14:28:10 -0400 Received: (Authenticated sender: juri@linkov.net) by relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 0F62A1C000B; Fri, 14 May 2021 18:28:02 +0000 (UTC) From: Juri Linkov To: "Bob Floyd" Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost Organization: LINKOV.NET References: <001201d748e1$b47580c0$1d608240$@net> Date: Fri, 14 May 2021 21:13:59 +0300 In-Reply-To: <001201d748e1$b47580c0$1d608240$@net> (Bob Floyd's message of "Fri, 14 May 2021 09:53:45 -0700") Message-ID: <87y2ch6w20.fsf@mail.linkov.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48421 Cc: 48421@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 (-) > Note the edit region of 1,2,3 is lost. Actually, the region is not lost. We fixed this in bug#45617 recently, so now query-replace operates on the correct region boundaries. But during replacement the region is deactivated deliberately. If you could confirm that query-replace preforms replacements only in the selected region (although the region is deactivated during replacement), then everything is correct. From debbugs-submit-bounces@debbugs.gnu.org Fri May 14 19:54:44 2021 Received: (at 48421) by debbugs.gnu.org; 14 May 2021 23:54:44 +0000 Received: from localhost ([127.0.0.1]:47285 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhhdk-0007X1-9B for submit@debbugs.gnu.org; Fri, 14 May 2021 19:54:44 -0400 Received: from resqmta-po-08v.sys.comcast.net ([96.114.154.167]:58597) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhhdg-0007Wl-BC for 48421@debbugs.gnu.org; Fri, 14 May 2021 19:54:43 -0400 Received: from resomta-po-09v.sys.comcast.net ([96.114.154.233]) by resqmta-po-08v.sys.comcast.net with ESMTP id hhIdlcTB5ArcZhhdalcyyG; Fri, 14 May 2021 23:54:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1621036474; bh=kQ/YxvM+YSgwwWmu35+Gn7iBu/n7RIkv/z2tla3a6h4=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=QO2WjVCCRRah7+xYQ7L83oB1gDf9Nop5shLP5gI8WsdvbLJ6CKqY//NOL+v5XGecZ Ik27HKGniGhaSXbd69yWN46rcwiK69FlzScnvTkRekdiRx6csFKw0BuvLxOPpAEqcg eFSxEcDTEThVbsAea6shRfD3Ki8zu0FqznhmI91bNZ4SqA1DhBFlMuvO2SfvolnqaT asEjLYwWL+UTaCGik6aKA6XItil17tQQqrMa0ps7H8mxeS9criRMVU0CfLWicSxRtK xbr6RSMZKSXm9NyQf6nFFiekIjE4SStc0vYcDBnHGgsWLQJ7ifXuprEwJin9N30cLW LLBbpxvA5o0dw== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-09v.sys.comcast.net with ESMTPA id hhdSl0j0bHZKqhhdZlMqeL; Fri, 14 May 2021 23:54:33 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Juri Linkov'" References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> In-Reply-To: <87y2ch6w20.fsf@mail.linkov.net> Subject: RE: bug#48421: 28.0.50; Edit region for query-replace gets lost Date: Fri, 14 May 2021 16:54:25 -0700 Message-ID: <002401d7491c$7cccafa0$76660ee0$@net> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook 12.0 Content-Language: en-us Thread-Index: AddI7uHkuaDKpUo+T4eGeWdAdUjrtQALQArg X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48421 Cc: 48421@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 (-) Yes, I know you fixed it in bug#45617 as it was I who reported it, and thank you! However, it has resurfaced in the development version I'm using - perhaps the fix was not put into the repository? The query-replace incorrectly selects all of the `_nmPrmset`s and not just those in the edit region. -----Original Message----- From: Juri Linkov [mailto:juri@linkov.net] Sent: Friday, May 14, 2021 11:14 AM To: Bob Floyd Cc: 48421@debbugs.gnu.org Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost > Note the edit region of 1,2,3 is lost. Actually, the region is not lost. We fixed this in bug#45617 recently, so now query-replace operates on the correct region boundaries. But during replacement the region is deactivated deliberately. If you could confirm that query-replace preforms replacements only in the selected region (although the region is deactivated during replacement), then everything is correct. From debbugs-submit-bounces@debbugs.gnu.org Sat May 15 05:45:56 2021 Received: (at 48421) by debbugs.gnu.org; 15 May 2021 09:45:56 +0000 Received: from localhost ([127.0.0.1]:47618 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhqrs-0006va-K9 for submit@debbugs.gnu.org; Sat, 15 May 2021 05:45:56 -0400 Received: from heytings.org ([95.142.160.155]:51786) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lhqrp-0006vQ-NH for 48421@debbugs.gnu.org; Sat, 15 May 2021 05:45:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heytings.org; s=20210101; t=1621071953; bh=EIhuA0S32utLScDcsFKsaiPg6VsPqUC9PnwXmNTwVSA=; h=Date:From:To:cc:Subject:In-Reply-To:Message-ID:References:From; b=dSqpCT6POvmmvPw9sR84kxxH3OBExQZlZP5FVGRdbQnIAv7jCb/GSzBnDHGk5bnOR PoBr5JNcg3Tv1/P4zBONsCYSFopHXnMFdaD7rvHVgyK4Ll5BKX2a58lCdikBSOBijj S1JgbKa8EwAVv/+XJdWWUN6LSjHDLN8Juk2CKtKynKR/4int3L0cmnZhnaLYlr6XH3 d87giHSX9XfXvh33JHXzDwrIRFXIPHnPhKtOjYpK6V7LrOouQIwk6xHzNYeX6XkelQ yASmHLD0Wujw8jCza2Ge53d6UTCvkUUAy1hFkkGYdb0KGNDb7aKvQ8imRvxs4xYlvm xWZ7T3V9W+Dlw== Date: Sat, 15 May 2021 09:45:52 +0000 From: Gregory Heytings To: Bob Floyd Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost In-Reply-To: <002401d7491c$7cccafa0$76660ee0$@net> Message-ID: References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> <002401d7491c$7cccafa0$76660ee0$@net> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=us-ascii X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48421 Cc: 48421@debbugs.gnu.org, 'Juri Linkov' 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 (-) > > Yes, I know you fixed it in bug#45617 as it was I who reported it, and > thank you! > > However, it has resurfaced in the development version I'm using - > perhaps the fix was not put into the repository? > That's because bug#45617 was fixed in the trunk on Jan 29th, and the Emacs version you have is from Jan 15th. Currently there is no build of a later development version available, but you should regularly check https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/ . From debbugs-submit-bounces@debbugs.gnu.org Mon May 17 11:56:13 2021 Received: (at 48421) by debbugs.gnu.org; 17 May 2021 15:56:13 +0000 Received: from localhost ([127.0.0.1]:53607 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lifbI-000807-TW for submit@debbugs.gnu.org; Mon, 17 May 2021 11:56:13 -0400 Received: from resqmta-po-08v.sys.comcast.net ([96.114.154.167]:42994) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lifbE-0007zr-OD for 48421@debbugs.gnu.org; Mon, 17 May 2021 11:56:11 -0400 Received: from resomta-po-04v.sys.comcast.net ([96.114.154.228]) by resqmta-po-08v.sys.comcast.net with ESMTP id ieqzlfQPvArcZifb8lhiIg; Mon, 17 May 2021 15:56:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1621266962; bh=D4bz/h0ey7IYkC3KYh9mWlLEJ5gdT32iVaoGf1JQauw=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=BQgPxUtBBl4dSa5Ekel8CXiP1hHmLwbR3AbfDhLq2w79xJjJtWPFJiAnrgyF2EJOe KwTNs84mhSvcNwrYdTk9IT6CtpyDz5KeRTH+t5djyyE9e05HRdRalOo7AdCPVLuP5s a1rB4kyCR03JLM/E3CAZ0QLTWDtOpVraMX/I0vr7hW/OdnEVqLbU6PUCZklAHzte9F F+kz2hNhr/3YNXIo3vQ23MDVp4KOWr69qVfS6ZyLPMo5GctrMgvq/KQF+v3hliIeAw PLPTil730AEAD5juCgMh/3g7fusMqNiL52HQ80oR/Mdleex+IOBlY7NGlIp2MGNmuu xvZ+xvorhrEEQ== Received: from Cache ([IPv6:2601:647:6100:3b1c::87]) by resomta-po-04v.sys.comcast.net with ESMTPA id ifb6lh3sRkdOPifb7lI3AX; Mon, 17 May 2021 15:56:01 +0000 X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Gregory Heytings'" References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> <002401d7491c$7cccafa0$76660ee0$@net> In-Reply-To: Subject: RE: bug#48421: 28.0.50; Edit region for query-replace gets lost Date: Mon, 17 May 2021 08:56:00 -0700 Message-ID: <005101d74b35$22cfe9c0$686fbd40$@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: AddJbxoraxb05rAFRhCv5pCoAoDPQgBxPxqQ Content-Language: en-us X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 48421 Cc: 48421@debbugs.gnu.org, 'Juri Linkov' 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 (-) Understood, thanks. BTW, While #48107 is fixed in the development version I continue to have the problem as I work - tags-query fails to find all occurrences. Hope I can pay enough attention to my keystrokes to reproduce it in a simple test. -----Original Message----- From: Gregory Heytings [mailto:gregory@heytings.org] Sent: Saturday, May 15, 2021 2:46 AM To: Bob Floyd Cc: 'Juri Linkov'; 48421@debbugs.gnu.org Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost > > Yes, I know you fixed it in bug#45617 as it was I who reported it, and > thank you! > > However, it has resurfaced in the development version I'm using - > perhaps the fix was not put into the repository? > That's because bug#45617 was fixed in the trunk on Jan 29th, and the Emacs version you have is from Jan 15th. Currently there is no build of a later development version available, but you should regularly check https://alpha.gnu.org/gnu/emacs/pretest/windows/emacs-28/ . From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 12 21:47:41 2022 Received: (at 48421) by debbugs.gnu.org; 13 Jul 2022 01:47:41 +0000 Received: from localhost ([127.0.0.1]:43957 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBRTY-0003kx-PY for submit@debbugs.gnu.org; Tue, 12 Jul 2022 21:47:41 -0400 Received: from quimby.gnus.org ([95.216.78.240]:43254) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBRTW-0003k3-Md for 48421@debbugs.gnu.org; Tue, 12 Jul 2022 21:47:39 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=XNZAZrneNAIJ4xZU97Db3wKkMwys/CXQ5WCIkzID4TM=; b=IuREMLMxqHvrGCYHhCT1AJnZ/N kpL6n4O22m6DmYr1sCRDr5MbvIS45AlN3JTv7h9uJt4OVMy0boOo3/3ryUEuPYK/2rc/bQ7JHtz+D GEr2N3uaj9Np0VWIcnTXCJlgv8hHVQlce2WMleHISgE9oddvWeSsD1b7YtpP+NdL77aM=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oBRTM-0005hb-TE; Wed, 13 Jul 2022 03:47:31 +0200 From: Lars Ingebrigtsen To: "Bob Floyd" Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost In-Reply-To: <005101d74b35$22cfe9c0$686fbd40$@net> (Bob Floyd's message of "Mon, 17 May 2021 08:56:00 -0700") References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> <002401d7491c$7cccafa0$76660ee0$@net> <005101d74b35$22cfe9c0$686fbd40$@net> X-Now-Playing: Soft Cell's _Cruelty Without Beauty (2)_: "Somebody Somewhere Sometime Live in Leeds, 2001)" Date: Wed, 13 Jul 2022 03:47:27 +0200 Message-ID: <87r12pu6kw.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Bob Floyd" writes: > BTW, While #48107 is fixed in the development version I continue to have the > problem as I work - tags-query fails to find all occurrences. Hope I can pay > enough attention to my keystrokes to rep [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48421 Cc: 48421@debbugs.gnu.org, 'Gregory Heytings' , 'Juri Linkov' 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 (---) "Bob Floyd" writes: > BTW, While #48107 is fixed in the development version I continue to have the > problem as I work - tags-query fails to find all occurrences. Hope I can pay > enough attention to my keystrokes to reproduce it in a simple test. (I'm going through old bug reports that unfortunately weren't resolved at the time.) Skimming this bug report, it's not clear whether the reported problem has been fixed or not. Do you still see this problem in recent Emacs versions? (I didn't try to reproduce the problem myself.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Tue Jul 12 21:47:46 2022 Received: (at control) by debbugs.gnu.org; 13 Jul 2022 01:47:46 +0000 Received: from localhost ([127.0.0.1]:43960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBRTe-0003lg-3V for submit@debbugs.gnu.org; Tue, 12 Jul 2022 21:47:46 -0400 Received: from quimby.gnus.org ([95.216.78.240]:43268) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBRTc-0003kq-Vr for control@debbugs.gnu.org; Tue, 12 Jul 2022 21:47:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=Zski7S8wDjKoTBwuC4YW6PU7LAaR4Xgc6LWNUAM1+1g=; b=AiN620gLAThi1XjUQCcEpsGI0L C3ddi0OrpunUsJV9emP4bODIhhI+R1CHyGk526FvBjG+lLvFG4C/yQ2inspMSUOVi8CZfVLZ7S5jb uQ52DH5RN5C3UoZIL5FZppREuoyVEGo6DKx8Ua9/5PXplmL1c2SQuHOPTB8rFH+wPFkg=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oBRTT-0005hj-PE for control@debbugs.gnu.org; Wed, 13 Jul 2022 03:47:37 +0200 Date: Wed, 13 Jul 2022 03:47:33 +0200 Message-Id: <87pmi9u6kq.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #48421 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 48421 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) tags 48421 + moreinfo quit From debbugs-submit-bounces@debbugs.gnu.org Wed Jul 13 12:01:01 2022 Received: (at 48421) by debbugs.gnu.org; 13 Jul 2022 16:01:02 +0000 Received: from localhost ([127.0.0.1]:47564 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBenN-0008LT-Hp for submit@debbugs.gnu.org; Wed, 13 Jul 2022 12:01:01 -0400 Received: from resqmta-a1p-077722.sys.comcast.net ([96.103.146.55]:55284) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oBenL-0008Kz-UV for 48421@debbugs.gnu.org; Wed, 13 Jul 2022 12:01:00 -0400 Received: from resomta-a1p-077059.sys.comcast.net ([96.103.145.240]) by resqmta-a1p-077722.sys.comcast.net with ESMTP id BaOqoEGz6A3WSBenFoYSxG; Wed, 13 Jul 2022 16:00:53 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net; s=20190202a; t=1657728053; bh=NOyfxwaw5mVXS1m0F2V2MYo4u8L+Ye5I9S0AM6m7rwU=; h=Received:Received:From:To:Subject:Date:Message-ID:MIME-Version: Content-Type; b=teZHTcNNg6jJ5fa4XOSRHaZqvGVXqmJnd4SS7g6VtexkKwUGClq/UBZ3Fx3E5WCO1 6RUxXQe/Gt7yzKPSYVek/BOiKN96FShprOSZhgzWgNMFIRqQ93WA4vsdyysFDkX/to 8feOOGDdFcDxzNzjEU1YmKEZELDH5vWgISM7ZV1ZD9ouVvSc6LO25TGik3xCzg4AGX IBdUGL/tXhILc5XeoWlGW8+4jfRlIfeqvHjCyxOy7+UgjzI+zIZJb0MWlLRPz5rHZp 1K7s/bHx1agS7yIkmJa1MzHoEXBZacIof21nSAzDobfTGAEE3GIhKdOXtHkCz2dmOU +nQZ/83cEJHuQ== Received: from Cache ([98.47.210.65]) by resomta-a1p-077059.sys.comcast.net with ESMTPA id Bemqo7PHOIwvHBemsoYCVg; Wed, 13 Jul 2022 16:00:31 +0000 X-Xfinity-VAAS: gggruggvucftvghtrhhoucdtuddrgedvfedrudejjedgleegucetufdoteggodetrfdotffvucfrrhhofhhilhgvmecuvehomhgtrghsthdqtfgvshhipdfqfgfvpdfpqffurfetoffkrfenuceurghilhhouhhtmecufedtudenucesvcftvggtihhpihgvnhhtshculddquddttddmnecujfgurhephffvvehfjgfufffkgggtgffothesthejghdtvddtvdenucfhrhhomhepfdeuohgsucfhlhhohigufdcuoegsohgsfhhlohihugestghomhgtrghsthdrnhgvtheqnecuggftrfgrthhtvghrnheptdeuudejleekffduieffteeugfefueeileegleduffekjefgjeevhfeluedvkeejnecuffhomhgrihhnpehinhhgvggsrhhighhtshgvnhdrnhhonecukfhppeelkedrgeejrddvuddtrdeiheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhephhgvlhhopeevrggthhgvpdhinhgvthepleekrdegjedrvddutddrieehpdhmrghilhhfrhhomhepsghosghflhhohigusegtohhmtggrshhtrdhnvghtpdhnsggprhgtphhtthhopeegpdhrtghpthhtohepgeekgedvudesuggvsggsuhhgshdrghhnuhdrohhrghdprhgtphhtthhopehgrhgvghhorhihsehhvgihthhinhhgshdrohhrghdprhgtphhtthhopehjuhhriheslhhinhhkohhvrdhnvghtpdhrtghpthhtoheplhgrrhhsihesghhnuhhsrdhorhhg X-Xfinity-VMeta: sc=-100.00;st=legit From: "Bob Floyd" To: "'Lars Ingebrigtsen'" References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> <002401d7491c$7cccafa0$76660ee0$@net> <005101d74b35$22cfe9c0$686fbd40$@net> <87r12pu6kw.fsf@gnus.org> In-Reply-To: <87r12pu6kw.fsf@gnus.org> Subject: RE: bug#48421: 28.0.50; Edit region for query-replace gets lost Date: Wed, 13 Jul 2022 09:00:27 -0700 Message-ID: <002901d896d1$ad48cbb0$07da6310$@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: AdiWWouOZAILt0fdQgObx/uosv6LyQAdvWYg Content-Language: en-us X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 48421 Cc: 48421@debbugs.gnu.org, 'Gregory Heytings' , 'Juri Linkov' 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 (-) I do not see this in GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) that I am using. Thanks! -----Original Message----- From: Lars Ingebrigtsen [mailto:larsi@gnus.org] Sent: Tuesday, July 12, 2022 6:47 PM To: Bob Floyd Cc: 'Gregory Heytings'; 48421@debbugs.gnu.org; 'Juri Linkov' Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost "Bob Floyd" writes: > BTW, While #48107 is fixed in the development version I continue to have the > problem as I work - tags-query fails to find all occurrences. Hope I can pay > enough attention to my keystrokes to reproduce it in a simple test. (I'm going through old bug reports that unfortunately weren't resolved at the time.) Skimming this bug report, it's not clear whether the reported problem has been fixed or not. Do you still see this problem in recent Emacs versions? (I didn't try to reproduce the problem myself.) -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 14 13:05:45 2022 Received: (at 48421) by debbugs.gnu.org; 14 Jul 2022 17:05:45 +0000 Received: from localhost ([127.0.0.1]:38707 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2HZ-0007qg-Fu for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:05:45 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36518) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2HX-0007qI-0H for 48421@debbugs.gnu.org; Thu, 14 Jul 2022 13:05:44 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:Date:References: In-Reply-To:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=EAPJq3DeLwSIhC/rf26QJ1gT4RAF7xNXY/dGbFzecRI=; b=bWTa7D2gkD4vuwKj/s52yBvqZ1 wLv8jmu1FNausQiTdFl6MEHMkpteo5HfWcJr/lVSzfYZmCIovf11D4lp4n1+SWJPIq1IaNSgCqKYc blF9PNQF4gmUfqlXkn0LMdWFmZfGKnQJzRT3nFUnZ0zcfXtDMSkmirrt3E/kKsgJZpmY=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oC2HM-0004VP-TC; Thu, 14 Jul 2022 19:05:35 +0200 From: Lars Ingebrigtsen To: "Bob Floyd" Subject: Re: bug#48421: 28.0.50; Edit region for query-replace gets lost In-Reply-To: <002901d896d1$ad48cbb0$07da6310$@net> (Bob Floyd's message of "Wed, 13 Jul 2022 09:00:27 -0700") References: <001201d748e1$b47580c0$1d608240$@net> <87y2ch6w20.fsf@mail.linkov.net> <002401d7491c$7cccafa0$76660ee0$@net> <005101d74b35$22cfe9c0$686fbd40$@net> <87r12pu6kw.fsf@gnus.org> <002901d896d1$ad48cbb0$07da6310$@net> X-Now-Playing: Aoki Tomonori + Mochizuki Harutaka + Kawabata Makoto - Pink Lady Lemonade's _Being for the Benefit of =?utf-8?Q?Kaf=C3=A9_H=C3=A6rver?= =?utf-8?Q?k!=5F=3A?= "Chaotic Dark Splash" Date: Thu, 14 Jul 2022 19:05:32 +0200 Message-ID: <87r12naalf.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: "Bob Floyd" writes: > I do not see this in GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) that I > am using. Thanks for checking; I'm closing this bug report, then. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 48421 Cc: 48421@debbugs.gnu.org, 'Gregory Heytings' , 'Juri Linkov' 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 (---) "Bob Floyd" writes: > I do not see this in GNU Emacs 28.0.50 (build 1, x86_64-w64-mingw32) that I > am using. Thanks for checking; I'm closing this bug report, then. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Thu Jul 14 13:05:55 2022 Received: (at control) by debbugs.gnu.org; 14 Jul 2022 17:05:55 +0000 Received: from localhost ([127.0.0.1]:38715 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2Hi-0007rE-T9 for submit@debbugs.gnu.org; Thu, 14 Jul 2022 13:05:55 -0400 Received: from quimby.gnus.org ([95.216.78.240]:36534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oC2Hg-0007qv-Oi for control@debbugs.gnu.org; Thu, 14 Jul 2022 13:05:53 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=aRCdM+PEgG6zZDT2W6BTOKin8HreOO+COcERxx/AEnI=; b=E4GOki62xJMLkrMtCeztj1APOl jb57VEoT+fU+3VDy2Wn3zMEzlfC8sO7RgD/RtNoQIBaeJJ5eDrjwDUkXEWfLZxKMyNhaQqYESzXyg uwNGnE3CMpqCuwqIEj67ZfThvzNBmH0pUjVd+44V+2/A39OQzMPAb/J+sQqxNkFwv7SU=; Received: from [84.212.220.105] (helo=joga) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oC2HY-0004Vc-NZ for control@debbugs.gnu.org; Thu, 14 Jul 2022 19:05:46 +0200 Date: Thu, 14 Jul 2022 19:05:44 +0200 Message-Id: <87mtdbaal3.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #48421 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 48421 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control 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 (---) close 48421 quit From unknown Sun Jun 15 09:00:33 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 12 Aug 2022 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