From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: just-the-text Emacs frame Date: Thu, 02 Jun 2011 00:05:28 -0400 Message-ID: References: <87aaebbndz.fsf@lifelogs.com> <4DDDA5A7.6040109@siege-engine.com> <87boyp5vyi.fsf@lifelogs.com> <87mxi8xq6y.fsf@lifelogs.com> <874o4ebtq0.fsf_-_@lifelogs.com> <87vcwpsa6y.fsf@lifelogs.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: dough.gmane.org 1306987553 3059 80.91.229.12 (2 Jun 2011 04:05:53 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 2 Jun 2011 04:05:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Leo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 02 06:05:46 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QRzAH-0001Y4-RV for ged-emacs-devel@m.gmane.org; Thu, 02 Jun 2011 06:05:46 +0200 Original-Received: from localhost ([::1]:38318 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRzAG-00075W-L3 for ged-emacs-devel@m.gmane.org; Thu, 02 Jun 2011 00:05:44 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:55913) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRzA2-00075F-42 for emacs-devel@gnu.org; Thu, 02 Jun 2011 00:05:30 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QRzA1-0004ak-5o for emacs-devel@gnu.org; Thu, 02 Jun 2011 00:05:30 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:36703) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QRzA1-0004af-32 for emacs-devel@gnu.org; Thu, 02 Jun 2011 00:05:29 -0400 Original-Received: from eliz by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1QRzA0-0005eq-RD; Thu, 02 Jun 2011 00:05:28 -0400 In-reply-to: (message from Leo on Thu, 02 Jun 2011 10:43:35 +0800) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.10 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:140047 Archived-At: > From: Leo > Date: Thu, 02 Jun 2011 10:43:35 +0800 > > Can this pop up a frame without a title bar, much like what tooltip > does? Not without some help from the display engine on the C level, AFAICT. Tooltips are special kind of frame treated specially by redisplay.