From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: display-completion-list should not strip text properties Date: Thu, 25 Jan 2007 05:53:30 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1169722507 19702 80.91.229.12 (25 Jan 2007 10:55:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 25 Jan 2007 10:55:07 +0000 (UTC) Cc: emacs-devel@gnu.org To: bojohan+news@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jan 25 11:55:00 2007 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.50) id 1HA2Fw-00052K-Ji for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 11:55:00 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA2Fw-0008L6-2l for ged-emacs-devel@m.gmane.org; Thu, 25 Jan 2007 05:55:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HA2FM-0007jG-9n for emacs-devel@gnu.org; Thu, 25 Jan 2007 05:54:24 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HA2FL-0007gw-1H for emacs-devel@gnu.org; Thu, 25 Jan 2007 05:54:23 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HA2FK-0007gb-Qm for emacs-devel@gnu.org; Thu, 25 Jan 2007 05:54:22 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HA2FK-0005Ol-Cm for emacs-devel@gnu.org; Thu, 25 Jan 2007 05:54:22 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1HA2EU-0003Po-FK; Thu, 25 Jan 2007 05:53:30 -0500 In-reply-to: (bojohan+news@dd.chalmers.se) X-detected-kernel: Linux 2.6, seldom 2.4 (older, 4) 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:65459 Archived-At: Here's a related, simple, change that I've been sitting on for a long time. By putting text properties on doc strings you can insert images and other fancy stuff in the *Help* buffer. This change makes describe-variable preserve text properties (describe-function already does so): There is no clean and easy way to put text properties on a doc string, so I think this is not very useful in the present context. If someone comes up with a clean way to do that, this would be a useful part of the combination. We could think then about installing it.