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

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

[debbugs-tracker] bug#23410: closed (25.1.50; M-s . C-g doesn't quit ise


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#23410: closed (25.1.50; M-s . C-g doesn't quit isearch gracefully)
Date: Sun, 01 May 2016 20:32:02 +0000

Your message dated Sun, 01 May 2016 23:31:12 +0300
with message-id <address@hidden>
and subject line Re: bug#23410: 25.1.50; M-s . C-g doesn't quit isearch 
gracefully
has caused the debbugs.gnu.org bug report #23410,
regarding 25.1.50; M-s . C-g doesn't quit isearch gracefully
to be marked as done.

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


-- 
23410: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23410
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.1.50; M-s . C-g doesn't quit isearch gracefully Date: Sun, 01 May 2016 15:22:56 +0800 User-agent: Notmuch/0.21+99~gd93d377 (http://notmuchmail.org) Emacs/25.1.50.1 (x86_64-apple-darwin15.4.0)
To reproduce:

emacs -Q
M-s . C-g

then 'Isearch' remains in mode-line until next command and
'Wrong type argument: arrayp, nil' is displayed in echo area.
After one M-x toggle-debug-on-error, the following is
displayed in *Backtrace* buffer:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  isearch--set-state(nil)
  isearch-pop-state()
  isearch-abort()
  funcall-interactively(isearch-abort)
  call-interactively(isearch-abort nil nil)
  command-execute(isearch-abort)


It should happen whenever the initial input is empty (saying 'No symbol
at point') and type a C-g immediately.


In GNU Emacs 25.1.50.1 (x86_64-apple-darwin15.4.0, NS appkit-1404.46 Version 
10.11.4 (Build 15E65))
 of 2016-04-25 built on MBA.local
Repository revision: 12846626bfae795a173fdedf2850dfbd24065534
Windowing system distributor 'Apple', version 10.3.1404
Configured using:
 'configure --with-modules'

Configured features:
JPEG RSVG IMAGEMAGICK NOTIFY ACL GNUTLS LIBXML2 ZLIB TOOLKIT_SCROLL_BARS
NS MODULES

Important settings:
  value of $LANG: en_CN.UTF-8
  locale-coding-system: utf-8-unix



--- End Message ---
--- Begin Message --- Subject: Re: bug#23410: 25.1.50; M-s . C-g doesn't quit isearch gracefully Date: Sun, 01 May 2016 23:31:12 +0300 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.92 (x86_64-pc-linux-gnu)
> To reproduce:
>
> emacs -Q
> M-s . C-g
>
> then 'Isearch' remains in mode-line until next command and
> 'Wrong type argument: arrayp, nil' is displayed in echo area.
> After one M-x toggle-debug-on-error, the following is
> displayed in *Backtrace* buffer:
>
> Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
>   isearch--set-state(nil)
>   isearch-pop-state()
>   isearch-abort()
>   funcall-interactively(isearch-abort)
>   call-interactively(isearch-abort nil nil)
>   command-execute(isearch-abort)
>
> It should happen whenever the initial input is empty (saying 'No symbol
> at point') and type a C-g immediately.

Thanks for the report.  Now fixed in emacs-25.


--- End Message ---

reply via email to

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