From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bastien Newsgroups: gmane.emacs.devel Subject: Re: Remove * characters from the front of variable docstrings Date: Thu, 26 Apr 2012 22:48:52 +0200 Organization: GNU Message-ID: <877gx25idn.fsf@gnu.org> References: <71ehra49h6.fsf@fencepost.gnu.org> <87vckm469i.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1335473276 27340 80.91.229.3 (26 Apr 2012 20:47:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 26 Apr 2012 20:47:56 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tassilo Horn Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 26 22:47:55 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 1SNVbX-0008LV-Eg for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 22:47:55 +0200 Original-Received: from localhost ([::1]:50757 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNVbW-0002Vg-O9 for ged-emacs-devel@m.gmane.org; Thu, 26 Apr 2012 16:47:54 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:40864) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNVbU-0002Vb-AS for emacs-devel@gnu.org; Thu, 26 Apr 2012 16:47:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SNVbS-0002DZ-LI for emacs-devel@gnu.org; Thu, 26 Apr 2012 16:47:51 -0400 Original-Received: from mail-wi0-f177.google.com ([209.85.212.177]:58095) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SNVbS-0002DJ-Bp; Thu, 26 Apr 2012 16:47:50 -0400 Original-Received: by wibhj13 with SMTP id hj13so26048wib.12 for ; Thu, 26 Apr 2012 13:47:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=sender:from:to:cc:subject:in-reply-to:organization:references :user-agent:date:message-id:mime-version:content-type; bh=5Sck1u8jW6P9QeY8FVnOnhniyxAqjNKTi+2kbHBR5+w=; b=ATXDj6ww52lXbB8oPMcHUix7yJSUlcft0MjBYoA5xJKDkhuwqacO30fioVpUOnJEwA Ym4fkICEdS0DFUaYgIm4bqlaHbvhg0Z8jTfhY9+S5xQLU5PjbdSh8kgvjBL6Ambd4NXC dEeQ11NdleVWcp2rPjEDfCdOrhDw1URATX1UesSHsR0EoS2YPThyS8zgnSyq95beyETS ASQDz6TU9255aQbCas+84nIs15ZIrODH4aT06PMwsY2abG0A/CeBXo9pyMd4uOZ/tF73 enuGEXHaSeN6LQgSCXXVZNcIWHIfZpZPWWNXhRrmdI8FxqwiVc89gliujv77Z3UwBWIb 4ILQ== Original-Received: by 10.180.94.161 with SMTP id dd1mr17268267wib.16.1335473267374; Thu, 26 Apr 2012 13:47:47 -0700 (PDT) Original-Received: from myhost.localdomain (pha75-11-82-236-86-204.fbx.proxad.net. [82.236.86.204]) by mx.google.com with ESMTPS id ca3sm47213764wib.6.2012.04.26.13.47.45 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 26 Apr 2012 13:47:46 -0700 (PDT) Original-Received: by myhost.localdomain (Postfix, from userid 1000) id 4E9FD856E; Thu, 26 Apr 2012 22:48:52 +0200 (CEST) In-Reply-To: <87vckm469i.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Thu, 26 Apr 2012 21:55:53 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.212.177 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:150062 Archived-At: Tassilo Horn writes: > 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. Fixed in emacs-24, thanks. -- Bastien