GNU bug report logs - #11439
Isearch and ucs-insert strangeness

Previous Next

Package: emacs;

Reported by: Deniz Dogan <deniz <at> dogan.se>

Date: Tue, 8 May 2012 20:55:01 UTC

Severity: normal

Done: Chong Yidong <cyd <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11439 in the body.
You can then email your comments to 11439 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Tue, 08 May 2012 20:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Deniz Dogan <deniz <at> dogan.se>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 08 May 2012 20:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Deniz Dogan <deniz <at> dogan.se>
To: bug-gnu-emacs <at> gnu.org
Subject: Isearch and ucs-insert strangeness
Date: Tue, 08 May 2012 22:51:19 +0200
I'm witnessing some strange behavior when using ucs-insert in
combination with isearch.

Reproduction:

$ runemacs.exe -Q

C-r
C-x 8 RET
C-g

At this point, we're back to normal.  Now let's try the same thing
again:

C-r
C-x 8 RET ;; I think this is where something goes wrong.
C-g
C-g

Notice how the mode line still says "Isearch", but we're actually not in
isearch at all.


If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
    `bt full' and `xbacktrace'.
For information about debugging Emacs, please read the file
c:/misc/emacs/etc/DEBUG.


In GNU Emacs 24.1.50.1 (i386-mingw-nt6.1.7601)
 of 2012-04-12 on EKATERINA
Bzr revision: 107874 
monnier <at> iro.umontreal.ca-20120411181320-zd3wwgbom1229q74
Windowing system distributor `Microsoft Corp.', version 6.1.7601
Configured using:
 `configure --with-gcc (4.6)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: SVE
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default enable-multibyte-characters: t

Major mode: Lisp Interaction

Minor modes in effect:
  tooltip-mode: t
  mouse-wheel-mode: t
  tool-bar-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

Recent input:
C-r C-x 8 <return> H E A R T S-SPC W I T H S-SPC A
R R O W <return> C-r <return> C-g C-g C-t C-g C-r C-t
8 <return> C-- C-g C-g C-r C-x 8 <return> h <return>
C-g M-t M-x r e p o r t - e m a c s - b u g <retur
n>

Recent messages:
For information about GNU Emacs and the GNU system, type C-h C-a.
Quit [6 times]
transpose-subr-1: Don't have two things to transpose

Load-path shadows:
None found.

Features:
(shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml
easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231
mailabbrev gmm-utils mailheader sendmail regexp-opt rfc2047 rfc2045
ietf-drums mm-util mail-prsvr mail-utils iso-transl multi-isearch
time-date tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-w32
disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe
lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar
mouse jit-lock font-lock syntax facemenu font-core frame cham georgian
utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean
japanese hebrew greek romanian slovak czech european ethiopic indian
cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev
minibuffer button faces cus-face files text-properties overlay sha1 md5
base64 format env code-pages mule custom widget hashtable-print-readable
backquote make-network-process multi-tty emacs)




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Thu, 10 May 2012 18:21:01 GMT) Full text and rfc822 format available.

Message #8 received at 11439 <at> debbugs.gnu.org (full text, mbox):

From: Glenn Morris <rgm <at> gnu.org>
To: Deniz Dogan <deniz <at> dogan.se>
Cc: 11439 <at> debbugs.gnu.org
Subject: Re: bug#11439: Isearch and ucs-insert strangeness
Date: Thu, 10 May 2012 14:20:41 -0400
In emacs -Q,
(lookup-key isearch-mode-map "\C-x")

says

isearch-other-control-char

but after

emacs -Q
C-x 8 RET C-g

it says

(keymap (56) (t . isearch-other-control-char))


Using C-x 8 causes iso-transl to be loaded, and it does this:

  (define-key isearch-mode-map "\C-x" nil)
  (define-key isearch-mode-map [?\C-x t] 'isearch-other-control-char)
  (define-key isearch-mode-map "\C-x8" nil)





Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Wed, 18 Jul 2012 09:36:02 GMT) Full text and rfc822 format available.

Message #11 received at 11439 <at> debbugs.gnu.org (full text, mbox):

From: Chong Yidong <cyd <at> gnu.org>
To: Deniz Dogan <deniz <at> dogan.se>
Cc: 11439 <at> debbugs.gnu.org
Subject: Re: bug#11439: Isearch and ucs-insert strangeness
Date: Wed, 18 Jul 2012 17:29:14 +0800
Deniz Dogan <deniz <at> dogan.se> writes:

> C-r
> C-x 8 RET
> C-g
>
> At this point, we're back to normal.  Now let's try the same thing
> again:
>
> C-r
> C-x 8 RET ;; I think this is where something goes wrong.
> C-g
> C-g
>
> Notice how the mode line still says "Isearch", but we're actually not in
> isearch at all.

Fixed in trunk.  Thanks.




bug closed, send any further explanations to 11439 <at> debbugs.gnu.org and Deniz Dogan <deniz <at> dogan.se> Request was from Chong Yidong <cyd <at> gnu.org> to control <at> debbugs.gnu.org. (Wed, 18 Jul 2012 09:36:03 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Wed, 18 Jul 2012 09:59:02 GMT) Full text and rfc822 format available.

Message #16 received at 11439 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Chong Yidong <cyd <at> gnu.org>
Cc: 11439 <at> debbugs.gnu.org, Deniz Dogan <deniz <at> dogan.se>
Subject: Re: bug#11439: Isearch and ucs-insert strangeness
Date: Wed, 18 Jul 2012 11:52:49 +0200
Chong Yidong <cyd <at> gnu.org> writes:

> Fixed in trunk.  Thanks.

Please don't put unrelated changes in your commits.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Wed, 18 Jul 2012 10:28:01 GMT) Full text and rfc822 format available.

Message #19 received at 11439 <at> debbugs.gnu.org (full text, mbox):

From: Juri Linkov <juri <at> jurta.org>
To: Andreas Schwab <schwab <at> linux-m68k.org>
Cc: 11439 <at> debbugs.gnu.org, Chong Yidong <cyd <at> gnu.org>,
	Deniz Dogan <deniz <at> dogan.se>
Subject: Re: bug#11439: Isearch and ucs-insert strangeness
Date: Wed, 18 Jul 2012 13:17:17 +0300
>> Fixed in trunk.  Thanks.
>
> Please don't put unrelated changes in your commits.

I'm sorry, this should have been committed with my patch,
but I forgot to include duplicates of docstrings that are
automatically created in dired.el.  Shouldn't dired have
a separate file for autoloads, and not register it
in the repository?




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#11439; Package emacs. (Wed, 18 Jul 2012 11:31:02 GMT) Full text and rfc822 format available.

Message #22 received at 11439 <at> debbugs.gnu.org (full text, mbox):

From: Andreas Schwab <schwab <at> linux-m68k.org>
To: Juri Linkov <juri <at> jurta.org>
Cc: 11439 <at> debbugs.gnu.org, Chong Yidong <cyd <at> gnu.org>,
	Deniz Dogan <deniz <at> dogan.se>
Subject: Re: bug#11439: Isearch and ucs-insert strangeness
Date: Wed, 18 Jul 2012 13:24:30 +0200
Juri Linkov <juri <at> jurta.org> writes:

>>> Fixed in trunk.  Thanks.
>>
>> Please don't put unrelated changes in your commits.
>
> I'm sorry, this should have been committed with my patch,

These things are generally handled by Glenn's auto-commits.

Andreas.

-- 
Andreas Schwab, schwab <at> linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Aug 2012 11:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 262 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.