From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Stefan Daschek Newsgroups: gmane.emacs.bugs Subject: hi-lock-unface-buffer shows popup-menu if bound to function key Date: 04 Aug 2002 17:21:02 +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 1028474427 19697 127.0.0.1 (4 Aug 2002 15:20:27 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 4 Aug 2002 15:20:27 +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 17bNBB-00057T-00 for ; Sun, 04 Aug 2002 17:20:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bNBo-00045A-00; Sun, 04 Aug 2002 11:21:04 -0400 Original-Received: from mailbox3.ucsd.edu ([132.239.1.55]) by fencepost.gnu.org with esmtp (Exim 3.35 #1 (Debian)) id 17bNBT-00044k-00 for ; Sun, 04 Aug 2002 11:20:43 -0400 Original-Received: from mail.fu-berlin.de (mail.fu-berlin.de [160.45.11.165]) by mailbox3.ucsd.edu (8.12.3/8.12.3) with ESMTP id g74FKbg1048017 for ; Sun, 4 Aug 2002 08:20:38 -0700 (PDT) Original-Received: by mail.fu-berlin.de (Smail3.2.0.98) from Curry.ZEDAT.FU-Berlin.DE (160.45.10.36) with esmtp id ; Sun, 4 Aug 2002 17:20:37 +0200 (MEST) Original-Received: by Curry.ZEDAT.FU-Berlin.DE (Smail3.2.0.98) from news.fu-berlin.de with bsmtp id ; Sun, 4 Aug 2002 17:20:36 +0200 (MEST) Original-To: gnu-emacs-bug@moderators.isc.org Original-Path: noniq.noniq.AT!not-for-mail Original-Newsgroups: gnu.emacs.bug Original-Lines: 29 X-Orig-NNTP-Posting-Host: noniq.noniq.at (217.19.37.174) X-Orig-X-Trace: fu-berlin.de 1028474435 37167159 217.19.37.174 (16 [94277]) X-Orig-Path: 217.19.37.174!nobody User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 X-MailScanner: Passed Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.11 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:3111 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:3111 I tried to bind hi-lock-unface-buffer to C-S-F11 with the following statement: (global-set-key [(control shift f11)] 'hi-lock-unface-buffer) Now pressing C-S-F11 results in a popup-menu titled "Select pattern to unhighlight". This seems to happen regardless of which function key and modifiers are used. However, binding hi-lock-unface-buffer to something like C-c u works correctly. I even tried with emacs -q --no-site-file but that did not help either. In GNU Emacs 21.2.1 (i386-msvc-nt5.0.2195) of 2002-03-19 on buffy configured using `configure --with-msvc (12.00)' 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: DEA locale-coding-system: iso-latin-1 default-enable-multibyte-characters: t