From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: esabof@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Render a buffer or string to a simpler string? Date: Sun, 26 May 2013 10:08:43 -0700 (PDT) Message-ID: <74e4efaf-34a9-46fd-a590-bcd8b774be05@googlegroups.com> References: <87bo7yq2az.fsf@yandex.ru> <83d2serd46.fsf@gnu.org> <87vc66d96b.fsf@yandex.ru> <83a9niqwsa.fsf@gnu.org> <87y5b2tnpl.fsf@yandex.ru> <834ndprd1z.fsf@gnu.org> <87sj19sqb2.fsf@yandex.ru> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1369590584 6402 80.91.229.3 (26 May 2013 17:49:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 26 May 2013 17:49:44 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun May 26 19:49:43 2013 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Ugf4f-0001fw-3o for geh-help-gnu-emacs@m.gmane.org; Sun, 26 May 2013 19:49:41 +0200 Original-Received: from localhost ([::1]:49355 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ugf4e-0000qg-Om for geh-help-gnu-emacs@m.gmane.org; Sun, 26 May 2013 13:49:40 -0400 X-Received: by 10.224.42.141 with SMTP id s13mr13355024qae.3.1369588123408; Sun, 26 May 2013 10:08:43 -0700 (PDT) X-Received: by 10.49.106.231 with SMTP id gx7mr2115443qeb.6.1369588123353; Sun, 26 May 2013 10:08:43 -0700 (PDT) Original-Path: usenet.stanford.edu!t14no857706qam.0!news-out.google.com!y6ni51517qax.0!nntp.google.com!ch1no1238675qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.3.182.83; posting-account=hvyt3AoAAAAdOSTOoji20fUtIaG9BH0F Original-NNTP-Posting-Host: 86.3.182.83 User-Agent: G2/1.0 Injection-Date: Sun, 26 May 2013 17:08:43 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:198810 X-Mailman-Approved-At: Sun, 26 May 2013 13:49:31 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:91077 Archived-At: A couple of notes: It shouldn't be very hard to create such a function in elisp - the subset of display properties you need is probably not very large. Also, how hard it would be to put a single transparent image on top of a frame? This would allow more robust pop-ups, as well as other UI elements by using SVG. Evgeni