emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#22018: closed (25.0.50; REGRESSION wrt `isearch-ne


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#22018: closed (25.0.50; REGRESSION wrt `isearch-new-word')
Date: Fri, 27 Nov 2015 11:27:01 +0000

Your message dated Fri, 27 Nov 2015 11:26:38 +0000
with message-id <address@hidden>
and subject line Re: bug#22018: 25.0.50; REGRESSION wrt `isearch-new-word'
has caused the debbugs.gnu.org bug report #22018,
regarding 25.0.50; REGRESSION wrt `isearch-new-word'
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
22018: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=22018
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; REGRESSION wrt `isearch-new-word' Date: Thu, 26 Nov 2015 09:10:15 -0800 (PST)
You essentially did a global replace of `isearch-word' and
`isearch-new-word' with `isearch-regexp-function' and
`isearch-new-regexp-function'.

You provided a `define-obsolete-variable-alias' for `isearch-word',
which is a global variable.  But you did nothing to accommodate
`isearch-new-word'.

This incompatible change breaks existing code that was promised that it
could set `isearch-new-word' in order to affect the subsequent behavior
(of `isearch-word', now renamed to `isearch-regexp-function').

A user or existing code needs to continue to be able to set
`isearch-new-word' OR `isearch-new-regexp-function'.  If
`isearch-new-word' is bound then `isearch-new-regexp-function' should be
set to its value, so that `isearch-regexp-function' will be properly
updated.

(setq ...
      isearch-regexp-function  (if (boundp 'isearch-new-word)
                                   isearch-new-word
                                 isearch-new-regexp-function)
      ...)

In GNU Emacs 25.0.50.1 (i686-pc-mingw32)
 of 2015-11-12
Bzr revision: 6e5186e8a7ccfb9b8fb35b5f4f0371e4f4a68162
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --prefix=/c/Devel/emacs/snapshot/trunk
 --enable-checking=yes,glyphs --enable-check-lisp-object-type
 --without-compress-install --with-wide-int 'CFLAGS=-O0 -ggdb3'
 LDFLAGS=-Lc:/Devel/emacs/lib 'CPPFLAGS=-DGC_MCHECK=1
 -Ic:/Devel/emacs/include''



--- End Message ---
--- Begin Message --- Subject: Re: bug#22018: 25.0.50; REGRESSION wrt `isearch-new-word' Date: Fri, 27 Nov 2015 11:26:38 +0000 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux)
Fix in emacs-25


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]