From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Kevin Rodgers Newsgroups: gmane.emacs.pretest.bugs,gmane.emacs.devel Subject: Re: popup-menu erases header on w32 Date: Mon, 08 May 2006 11:56:36 -0600 Organization: IHS Message-ID: References: <445C5D29.4000309@student.lu.se> <445F50EC.9080402@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 1147111151 26675 80.91.229.2 (8 May 2006 17:59:11 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 8 May 2006 17:59:11 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Mon May 08 19:59:11 2006 Return-path: Envelope-to: gebp-emacs-pretest-bug@gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FdA08-0008Jk-Mr for gebp-emacs-pretest-bug@gmane.org; Mon, 08 May 2006 19:58:33 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdA08-00008G-AH for gebp-emacs-pretest-bug@gmane.org; Mon, 08 May 2006 13:58:32 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FdA05-00007z-Ta for emacs-pretest-bug@gnu.org; Mon, 08 May 2006 13:58:29 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FdA04-00007n-7X for emacs-pretest-bug@gnu.org; Mon, 08 May 2006 13:58:29 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FdA04-00007k-4H for emacs-pretest-bug@gnu.org; Mon, 08 May 2006 13:58:28 -0400 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FdA0w-0000y5-PR for emacs-pretest-bug@gnu.org; Mon, 08 May 2006 13:59:23 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Fd9zf-0008Bo-2B for emacs-pretest-bug@gnu.org; Mon, 08 May 2006 19:58:03 +0200 Original-Received: from 207.167.42.206 ([207.167.42.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 May 2006 19:58:03 +0200 Original-Received: from ihs_4664 by 207.167.42.206 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 08 May 2006 19:58:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: emacs-pretest-bug@gnu.org Original-Lines: 39 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 207.167.42.206 User-Agent: Thunderbird 1.5.0.2 (Windows/20060308) In-Reply-To: <445F50EC.9080402@student.lu.se> X-BeenThere: emacs-pretest-bug@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for CVS Emacs." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Errors-To: emacs-pretest-bug-bounces+gebp-emacs-pretest-bug=gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.pretest.bugs:11928 gmane.emacs.devel:54103 Archived-At: Lennart Borgman wrote: > Lennart Borgman wrote: >> 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. > > > I got no answers to this so I am sending it again as a bug report. Could > someone please confirm or disconfirm the behaviour I have seen above? I > also want to add that sometimes the text in the header is not erased but > instead corrupted. I do not experience that problem on GNU Emacs 22.0.50.1 (i386-mingw-nt5.1.2600) of 2006-04-22 on YAMALOK -- Kevin