From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.bugs Subject: icomplete-mode interferes with transient-mark-mode Date: Sun, 19 May 2002 19:37:04 +0200 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1021830118 15071 127.0.0.1 (19 May 2002 17:41:58 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 19 May 2002 17:41:58 +0000 (UTC) Return-path: Original-Received: from fencepost.gnu.org ([199.232.76.164]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 179Ugv-0003uy-00 for ; Sun, 19 May 2002 19:41:58 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 179UhL-0000lk-00; Sun, 19 May 2002 13:42:23 -0400 Original-Received: from fepe.post.tele.dk ([195.41.46.137]) by fencepost.gnu.org with smtp (Exim 3.34 #1 (Debian)) id 179Uem-0000U3-00 for ; Sun, 19 May 2002 13:39:44 -0400 Original-Received: from defun.localdomain ([195.215.96.235]) by fepE.post.tele.dk (InterMail vM.4.01.03.23 201-229-121-123-20010418) with ESMTP id <20020519173938.PZYY23576.fepE.post.tele.dk@defun.localdomain> for ; Sun, 19 May 2002 19:39:38 +0200 Original-To: bug-gnu-emacs@gnu.org Original-Lines: 41 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:1457 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:1457 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