From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Leading * in docstrings of defcustoms. Date: Mon, 24 Nov 2008 11:02:35 -0500 Message-ID: References: <8763mfsgks.fsf@speer.lan> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1227545116 2203 80.91.229.12 (24 Nov 2008 16:45:16 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 24 Nov 2008 16:45:16 +0000 (UTC) Cc: Juanma Barranquero , Lute Kamstra , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 24 17:46:17 2008 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 1L4eZY-0002GC-Lf for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 17:46:04 +0100 Original-Received: from localhost ([127.0.0.1]:48887 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4eYP-0004N2-BI for ged-emacs-devel@m.gmane.org; Mon, 24 Nov 2008 11:44:53 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L4dtZ-0007bJ-N2 for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:02:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L4dtY-0007aA-8t for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:02:40 -0500 Original-Received: from [199.232.76.173] (port=38685 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L4dtW-0007ZH-Sa for emacs-devel@gnu.org; Mon, 24 Nov 2008 11:02:38 -0500 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:9109) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L4dtU-0003IJ-Sy; Mon, 24 Nov 2008 11:02:37 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AswEAJZeKknO+J+z/2dsb2JhbACBbc8HgnyBHQ X-IronPort-AV: E=Sophos;i="4.33,660,1220241600"; d="scan'208";a="30227603" Original-Received: from 206-248-159-179.dsl.teksavvy.com (HELO pastel.home) ([206.248.159.179]) by ironport2-out.teksavvy.com with ESMTP; 24 Nov 2008 11:02:36 -0500 Original-Received: by pastel.home (Postfix, from userid 20848) id 614FB8107; Mon, 24 Nov 2008 11:02:35 -0500 (EST) In-Reply-To: (Glenn Morris's message of "Mon, 24 Nov 2008 02:52:32 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:106084 Archived-At: >> It should be OK for packages that are not independently maintained >> outside of Emacs (like org, tramp, etc.). > I was going to say, why should that make a difference - they must all IIUC the problem is not just one of syncing (tho it sadly appears it's also a problem), but that the * does make a difference in older versions of Emacs and maybe also under XEmacs. Stefan