From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Bozhidar Batsov Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] trunk r114939: * lisp/progmodes/ruby-mode.el (ruby-mode): Clean up docstring. Date: Tue, 5 Nov 2013 12:22:32 +0200 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c3035018df3204ea6b697c X-Trace: ger.gmane.org 1383646957 6295 80.91.229.3 (5 Nov 2013 10:22:37 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2013 10:22:37 +0000 (UTC) Cc: emacs-devel To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 05 11:22:43 2013 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 1VddmU-0006AR-0b for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 11:22:42 +0100 Original-Received: from localhost ([::1]:54363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VddmT-00076G-IZ for ged-emacs-devel@m.gmane.org; Tue, 05 Nov 2013 05:22:41 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:41229) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VddmP-00075t-Vj for emacs-devel@gnu.org; Tue, 05 Nov 2013 05:22:39 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VddmL-0004CH-9t for emacs-devel@gnu.org; Tue, 05 Nov 2013 05:22:37 -0500 Original-Received: from mail-oa0-x234.google.com ([2607:f8b0:4003:c02::234]:35547) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VddmL-0004By-4g for emacs-devel@gnu.org; Tue, 05 Nov 2013 05:22:33 -0500 Original-Received: by mail-oa0-f52.google.com with SMTP id i7so325031oag.25 for ; Tue, 05 Nov 2013 02:22:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ahNYEXXcsCHi1sS0JJ6MKLDkSqON7qqLSVBhtjKApYw=; b=FeFoD8aiii/8+fJazElbJxUaC9lbXpQU8IEq9XjuANiwu1P1p/FnV9CqDM6UKgHGhM xUYJB68Va4L6ltN0zxEaaGDGLcQye2wF13Orz01sOe0IUt8PcmIbvjYUHQeMsSEXsdwr 8ThDddY8kICyEo03Z2n49oCJ9vnR+m2rKcCOOutSm/jF1XCejUqXMghJfWd60ByuYhjF wrYcmTAhbDmcq1bO6H2WSnxXoyUsVTUZ2o0Dxvb3qenRwBgZVrKQeXVPRyPNpMAhSXvZ GVr9CYoUVS4KIWAexwdWWcvzy+jNCNJIyCk5R/aSIy3BkJbJdYOjdJHPW20bqKxFhEeI lbQw== X-Received: by 10.182.227.136 with SMTP id sa8mr9299125obc.39.1383646952474; Tue, 05 Nov 2013 02:22:32 -0800 (PST) Original-Received: by 10.76.131.116 with HTTP; Tue, 5 Nov 2013 02:22:32 -0800 (PST) In-Reply-To: X-Google-Sender-Auth: CS3Dspdt6gs4_Y_YU1Hot8-9NrA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c02::234 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:164957 Archived-At: --001a11c3035018df3204ea6b697c Content-Type: text/plain; charset=UTF-8 OK. I've removed the text from the most prominent mode docstrings. The chance of someone running across it now will be significantly smaller. On 4 November 2013 20:50, Stefan Monnier wrote: > > This text should probably be removed from the description of other major > > modes as well, right? > > Sure (if they use define-derived-mode). > > > Stefan > --001a11c3035018df3204ea6b697c Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
OK. I've removed the text from the most prominent mode= docstrings. The chance of someone running across it now will be significan= tly smaller.
--001a11c3035018df3204ea6b697c--