From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.devel Subject: Re: Remove * characters from the front of variable docstrings Date: Thu, 26 Apr 2012 21:55:53 +0200 Message-ID: <87vckm469i.fsf@thinkpad.tsdh.de> References: <71ehra49h6.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335470167 3273 80.91.229.3 (26 Apr 2012 19:56:07 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 19:56:07 +0000 (UTC) Cc: Bastien , emacs-devel@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 21:56:05 2012 Return-path: Envelope-to: ged-emacs-devel@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 1SNUnM-0001ky-NU for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 21:56:04 +0200 Original-Received: from localhost ([::1]:36818 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNUnL-0001ED-Tr for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 15:56:03 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:43328) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNUnI-0001Dr-NH for emacs-devel@gnu.org; Thu, 26 Apr 2012 15:56:01 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNUnG-0001LB-Uz for emacs-devel@gnu.org; Thu, 26 Apr 2012 15:56:00 -0400 Original-Received: from out3-smtp.messagingengine.com ([66.111.4.27]:49208) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNUnG-0001Kw-NY; Thu, 26 Apr 2012 15:55:58 -0400 Original-Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 005CB217A3; Thu, 26 Apr 2012 15:55:56 -0400 (EDT) Original-Received: from frontend1.nyi.mail.srv.osa ([10.202.2.160]) by compute4.internal (MEProxy); Thu, 26 Apr 2012 15:55:57 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:cc:subject:references:date :in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=t+59hMekxk0NUwaq/VvdnmxpPYY=; b=n9o8X5aGNlG+Jh1BjKYUfA64V9LP MDsdkRAlkJThcAO73rVVgI6K7wKlzBOeueTQjHMQKihGV1Ba1sKas8z6eLyg9lF3 zC37Hp5tUCiA2EO6X9qv9GNmYfNioDwpS11xp/NpjWS94tFxN7jqICDKqkyssDvH nn7Cr6zLklRRlmA= X-Sasl-enc: 7ri+6pyEtXrx7ytbWgCV0XbM06uWsjm1tpf0I/iX8eaM 1335470156 Original-Received: from thinkpad.tsdh.de (91-67-11-43-dynip.superkabel.de [91.67.11.43]) by mail.messagingengine.com (Postfix) with ESMTPSA id CCEA38E0229; Thu, 26 Apr 2012 15:55:55 -0400 (EDT) In-Reply-To: (Glenn Morris's message of "Thu, 26 Apr 2012 14:51:06 -0400") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 66.111.4.27 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:150059 Archived-At: Glenn Morris writes: > PS As of today, this error has now been independently propagated to the > emacs-24 branch. Fiddling with such things is really not appropriate for > the emacs-24 branch anyway at this stage. (Unless I misunderstand what > this variable is for.) The asterisk is definitively important here. If it's gone, the function using that template won't create a new org (outline) headline as intended. Bye, Tassilo > Glenn Morris wrote: > >> Also I just noticed this error; maybe there are similar things: >> >> bzr diff -r 107812..107813 lisp/org/org-ctags.el >> >> *** lisp/org/org-ctags.el 2012-04-03 12:02:21 +0000 >> --- lisp/org/org-ctags.el 2012-04-09 13:05:48 +0000 >> *************** >> *** 188,194 **** >> Created as a local variable in each buffer.") >> >> (defcustom org-ctags-new-topic-template >> ! "* <<%t>>\n\n\n\n\n\n" >> "Text to insert when creating a new org file via opening a hyperlink. >> The following patterns are replaced in the string: >> `%t' - replaced with the capitalized title of the hyperlink" >> --- 188,194 ---- >> Created as a local variable in each buffer.") >> >> (defcustom org-ctags-new-topic-template >> ! " <<%t>>\n\n\n\n\n\n" >> "Text to insert when creating a new org file via opening a hyperlink. >> The following patterns are replaced in the string: >> `%t' - replaced with the capitalized title of the hyperlink"