From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: popup-menu erases header on w32 Date: Sat, 06 May 2006 10:24:09 +0200 Message-ID: <445C5D29.4000309@student.lu.se> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1146903871 19189 80.91.229.2 (6 May 2006 08:24:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 6 May 2006 08:24:31 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 06 10:24:30 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FcI5Q-0004mR-Bl for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 10:24:24 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcI5P-00064T-Qc for ged-emacs-devel@m.gmane.org; Sat, 06 May 2006 04:24:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcI5F-00063e-Gn for emacs-devel@gnu.org; Sat, 06 May 2006 04:24:13 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcI5E-00063I-SQ for emacs-devel@gnu.org; Sat, 06 May 2006 04:24:13 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcI5E-00063D-Ic for emacs-devel@gnu.org; Sat, 06 May 2006 04:24:12 -0400 Original-Received: from [81.228.8.83] (helo=pne-smtpout1-sn2.hy.skanova.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcI5Z-0001XB-MC for emacs-devel@gnu.org; Sat, 06 May 2006 04:24:33 -0400 Original-Received: from [192.168.123.121] (83.249.218.244) by pne-smtpout1-sn2.hy.skanova.net (7.2.072.1) id 4457C64200102837 for emacs-devel@gnu.org; Sat, 6 May 2006 10:24:11 +0200 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) Original-To: Emacs Devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:53995 Archived-At: A popup menu has a header (in bold face). This sometimes gets erased, at least on w32. To show this eval the function below: (defun my-popup-menu-error() (interactive) (popup-menu '("Test 'repop'" ["Pop me up again" my-popup-menu]) (list '(100 100) (selected-window)))) Then call the function M-x my-popup-menu-error RET Now use the up and down arrow keys a number of times. Everything should be OK so far. Now choose the entry "Pop me up again". Use the up and down arrow keys a number of time again. At least for me this erases the header. I have tested this only on w32 and would be glad for a test on other platforms. My current Emacs is GNU Emacs 22.0.50.1 (i386-mingw-nt5.0.2195) of 2006-05-01.