all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* popup-menu erases header on w32
@ 2006-05-06  8:24 Lennart Borgman
  2006-05-08 14:08 ` Lennart Borgman
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2006-05-06  8:24 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-05-08 22:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-05-06  8:24 popup-menu erases header on w32 Lennart Borgman
2006-05-08 14:08 ` Lennart Borgman
2006-05-08 17:56   ` Kevin Rodgers
2006-05-08 21:48   ` Jason Rumney
2006-05-08 22:08     ` Lennart Borgman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.