From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: Support routines for popup menus Date: Mon, 03 Dec 2007 13:43:25 -0500 Message-ID: References: <475352DC.1090807@gmail.com> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196707724 11390 80.91.229.12 (3 Dec 2007 18:48:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 3 Dec 2007 18:48:44 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Lennart Borgman (gmail)" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 03 19:48:53 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1IzGLc-0002VE-KB for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 19:48:52 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGLM-0002XC-2A for ged-emacs-devel@m.gmane.org; Mon, 03 Dec 2007 13:48:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IzGGO-0006lQ-Om for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:29 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IzGGO-0006ks-Ay for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:28 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IzGGO-0006kp-2N for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:28 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IzGGM-0002rW-Qv for emacs-devel@gnu.org; Mon, 03 Dec 2007 13:43:27 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IzGGL-0006VG-Sl; Mon, 03 Dec 2007 13:43:25 -0500 In-reply-to: <475352DC.1090807@gmail.com> (lennart.borgman@gmail.com) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84586 Archived-At: I just noticed that a library in Emacs opened a popup menu in such a way that the line it should give information about was hided. I think I have forgotten to send the two routines below which simplifies poping up menus alined to the point. What's the goal? Just to move the menu vertically down a line or two?