From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Drew Adams" Newsgroups: gmane.emacs.devel Subject: RE: Getting further information from describe-function Date: Mon, 28 Jun 2010 14:20:16 -0700 Message-ID: <90A2A4257487452C9D607936C5F68BEF@us.oracle.com> References: <87oceuhngt.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1277760121 19168 80.91.229.12 (28 Jun 2010 21:22:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 28 Jun 2010 21:22:01 +0000 (UTC) Cc: 'Emacs-Devel devel' To: "'Juri Linkov'" , "'Deniz Dogan'" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jun 28 23:21:59 2010 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.69) (envelope-from ) id 1OTLmA-0004Lp-Lw for ged-emacs-devel@m.gmane.org; Mon, 28 Jun 2010 23:21:58 +0200 Original-Received: from localhost ([127.0.0.1]:44008 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTLm9-0007K4-T1 for ged-emacs-devel@m.gmane.org; Mon, 28 Jun 2010 17:21:57 -0400 Original-Received: from [140.186.70.92] (port=58162 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTLkh-0006hW-2j for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:20:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTLkg-0002xk-2F for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:20:26 -0400 Original-Received: from rcsinet10.oracle.com ([148.87.113.121]:44078) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTLkf-0002xb-Rw for emacs-devel@gnu.org; Mon, 28 Jun 2010 17:20:26 -0400 Original-Received: from rcsinet13.oracle.com (rcsinet13.oracle.com [148.87.113.125]) by rcsinet10.oracle.com (Switch-3.4.2/Switch-3.4.2) with ESMTP id o5SLKLkL008690 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 28 Jun 2010 21:20:22 GMT Original-Received: from acsmt353.oracle.com (acsmt353.oracle.com [141.146.40.153]) by rcsinet13.oracle.com (Switch-3.4.2/Switch-3.4.1) with ESMTP id o5SLKKY8013298; Mon, 28 Jun 2010 21:20:21 GMT Original-Received: from abhmt006.oracle.com by acsmt354.oracle.com with ESMTP id 363686391277760014; Mon, 28 Jun 2010 14:20:14 -0700 Original-Received: from dradamslap1 (/130.35.178.194) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Mon, 28 Jun 2010 14:20:14 -0700 X-Mailer: Microsoft Office Outlook 11 Thread-Index: AcsXByj78usKjhAOQAyCyDRZwwgFJAAAEJ+A X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 In-Reply-To: <87oceuhngt.fsf@mail.jurta.org> X-Source-IP: acsmt353.oracle.com [141.146.40.153] X-Auth-Type: Internal IP X-CT-RefId: str=0001.0A090205.4C291215.013A:SCFMA4539814,ss=1,fgs=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) 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:126486 Archived-At: > It seems what you want is completions-annotations. Maybe - depends what you want. You can also use text properties on completion candidates (propertized strings).