From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?iso-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: Undocumented menu feature? Date: Thu, 2 Oct 2014 17:39:57 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1412264469 786 80.91.229.3 (2 Oct 2014 15:41:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 2 Oct 2014 15:41:09 +0000 (UTC) Cc: emacs-devel@gnu.org To: Sergey Organov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 02 17:41:03 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XZiV2-0000dS-N9 for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2014 17:41:00 +0200 Original-Received: from localhost ([::1]:34837 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZiV2-0000k7-Cz for ged-emacs-devel@m.gmane.org; Thu, 02 Oct 2014 11:41:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52309) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZiUC-0008Gz-B6 for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:40:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XZiU6-00047C-D5 for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:40:08 -0400 Original-Received: from mailfe05.swip.net ([212.247.154.129]:45666 helo=swip.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XZiU6-00044c-7g for emacs-devel@gnu.org; Thu, 02 Oct 2014 11:40:02 -0400 X-T2-Spam-Status: No, hits=0.8 required=5.0 tests=BAYES_50 Original-Received: from hosdjarv.se (account mj138573@tele2.se [46.59.42.57] verified) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 532401363; Thu, 02 Oct 2014 17:39:57 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 212.247.154.129 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:174937 Archived-At: Hi. 2 okt 2014 kl. 16:34 skrev Sergey Organov : > Hello, >=20 > I've asked this in help-gnu-emacs, but nobody seems to have a clue > there. Hopefully some developer(s) knwow. >=20 > Here is the reference: >=20 > http://lists.gnu.org/archive/html/help-gnu-emacs/2014-10/msg00007.html >=20 > And here is my original question: >=20 > I suddenly found that my emacs (GNU Emacs 23.2.1, running on > Debian/Gnome) is capable of "detaching" some sub-menus and putting = them > into separate frames. For example, if I click "File" in the main menu, > submenu appears containing dashed line at the top, and if I click on > that dashed line, entire "File" submenu appears in a separate frame. >=20 > I can't find anything about the feature by googling for it. Could = somebody > please point me to relevant documentation? We don't have Emacs specific documentation for this, it is a standard = Gtk+ feature. About to be deprecated in Gtk+ I think. Jan D.