Date: Wed, 3 May 2000 11:53:04 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: djgpp AT delorie DOT com Subject: Re: gdb problem or just silly me - please help In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 2 May 2000, Damian Yerrick wrote: > The last time I tried Emacs for DJGPP, the mouse support was somewhat > screwed up: when I pulled down a menu, the menu title appeared offset > a few characters to the right. This is a feature. The actual position where the menu pops up is computed so that its upper left corner is at the mouse pointer position (it also depends on how much space Emacs has to each of the two screen margins). Note that the menu title is NOT the same as the name of the corresponding menu-bar item that you click on. For example, if you click on "Buffers", the title of the menu is "Select Buffer". Why is it important where does the menu pop up, anyway?