From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dont.spam.earl@gmail.com Newsgroups: gmane.emacs.help Subject: Re: How to show (text-properties-at (point)) in minibuffer? Date: Thu, 15 May 2014 10:33:06 -0700 (PDT) Message-ID: <7eca2418-8b49-4cac-adac-ab8db252b5ed@googlegroups.com> References: <87mwejmkz4.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1400175330 30269 80.91.229.3 (15 May 2014 17:35:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 15 May 2014 17:35:30 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 15 19:35:23 2014 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 1WkzYx-0007Ja-Ax for geh-help-gnu-emacs@m.gmane.org; Thu, 15 May 2014 19:35:23 +0200 Original-Received: from localhost ([::1]:59662 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkzYw-0006jI-Tm for geh-help-gnu-emacs@m.gmane.org; Thu, 15 May 2014 13:35:22 -0400 X-Received: by 10.66.66.35 with SMTP id c3mr3070466pat.7.1400175187050; Thu, 15 May 2014 10:33:07 -0700 (PDT) X-Received: by 10.50.73.98 with SMTP id k2mr1061123igv.0.1400175186932; Thu, 15 May 2014 10:33:06 -0700 (PDT) Original-Path: usenet.stanford.edu!c1no7453130igq.0!news-out.google.com!qf4ni2017igc.0!nntp.google.com!c1no7453121igq.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=2620:0:1000:1c03:2e44:fdff:fe15:1120; posting-account=QyAvTQoAAADtRdvZ5VbKTpUdY2nZ1GFk Original-NNTP-Posting-Host: 2620:0:1000:1c03:2e44:fdff:fe15:1120 User-Agent: G2/1.0 Injection-Date: Thu, 15 May 2014 17:33:06 +0000 Original-Xref: usenet.stanford.edu gnu.emacs.help:205409 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:97677 Archived-At: Michael, Stefan, that worked. I did not know about C-u C-x =. Thanks for the tips! On Thursday, May 15, 2014 6:35:56 AM UTC-7, Michael Heerdegen wrote: > Stefan Monnier writes: > > > > > > (cons '(:eval (format "%s" (text-properties-at (point)))) > > > ^^^^ > > > "%S" > > > > Thanks. An old bad habit of mine. > > > > Michael.