From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Trunk still not open Date: Sun, 16 Mar 2014 20:20:42 +0200 Message-ID: <83ioreattx.fsf@gnu.org> References: <6xwqfxhl88.fsf@fencepost.gnu.org> <83txb1mcsy.fsf@gnu.org> <87siqlku0i.fsf@uwakimon.sk.tsukuba.ac.jp> <87wqfxari2.fsf@yandex.ru> <87ha70kyy3.fsf@uwakimon.sk.tsukuba.ac.jp> <5323B66B.5070405@yandex.ru> <837g7vdg70.fsf@gnu.org> <5324F2DA.9090204@yandex.ru> <83pplmby11.fsf@gnu.org> <87bnx6g1fr.fsf@yandex.ru> <83ob16azu5.fsf@gnu.org> <5325D31F.9020808@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1394994058 8794 80.91.229.3 (16 Mar 2014 18:20:58 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 16 Mar 2014 18:20:58 +0000 (UTC) Cc: stephen@xemacs.org, emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Mar 16 19:21:08 2014 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 1WPFg9-0007mn-9Q for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2014 19:20:57 +0100 Original-Received: from localhost ([::1]:54120 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPFg8-0001CS-I8 for ged-emacs-devel@m.gmane.org; Sun, 16 Mar 2014 14:20:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38714) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPFg0-00015O-US for emacs-devel@gnu.org; Sun, 16 Mar 2014 14:20:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WPFfw-0008BL-4i for emacs-devel@gnu.org; Sun, 16 Mar 2014 14:20:48 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:34275) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WPFfv-0008BE-T7 for emacs-devel@gnu.org; Sun, 16 Mar 2014 14:20:44 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0N2J00100K96SA00@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sun, 16 Mar 2014 20:20:42 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N2J001XSKAFGF50@a-mtaout20.012.net.il>; Sun, 16 Mar 2014 20:20:40 +0200 (IST) In-reply-to: <5325D31F.9020808@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:170422 Archived-At: > Date: Sun, 16 Mar 2014 18:36:47 +0200 > From: Dmitry Gutov > CC: stephen@xemacs.org, emacs-devel@gnu.org > > I've also looked at one of the recent patches: > > https://www.sourceware.org/ml/gdb-patches/2014-03/msg00331.html > > It contains a relatively large chunk of updates for both NEWS and the > manual, a couple of comments definitely not intended for the user, and > ~4 lines of documentation for a user command. That patch is relatively unusual, since it is about introducing a new user option. So it includes an unusually large proportion of documentation changes and relatively small code changes. Normally, the ratio of code to documentation is much larger.