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

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

icomplete-mode interferes with transient-mark-mode


From: Jesper Harder
Subject: icomplete-mode interferes with transient-mark-mode
Date: Sun, 19 May 2002 19:37:04 +0200

Hi!

There's some interference between icomplete and transient-mark-mode if
you invoke marking commands as extended commands.

To reproduce start a clean emacs with

      emacs -q --no-site-file 

turn on transient-mark-mode

     (transient-mark-mode 1)

and icomplete-mode

     (icomplete-mode 1)

Now mark a word with `M-x mark-word' -- it fails, the word isn't
marked.  

The same problem occurs with all the other marking commands I tried when
they're invoked as extended commands rather than with their keybinding.


In GNU Emacs 21.2.1 (i686-pc-linux-gnu, X toolkit, Xaw3d scroll bars)
 of 2002-03-20 on defun.localdomain
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: en_US
  locale-coding-system: iso-latin-1
  default-enable-multibyte-characters: t

-- 
Cheers,
Jesper Harder




reply via email to

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