From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Francesco =?UTF-8?Q?Potort=C3=AC?= Newsgroups: gmane.emacs.bugs Subject: bug#25528: 25.1; doc string for gui--selection-value-internal is out of place Date: Wed, 25 Jan 2017 18:05:42 +0100 Message-ID: References: NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: blaine.gmane.org 1485364016 24636 195.159.176.226 (25 Jan 2017 17:06:56 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 25 Jan 2017 17:06:56 +0000 (UTC) Cc: 25528@debbugs.gnu.org To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Jan 25 18:06:51 2017 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWR1f-0004Tf-Gz for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jan 2017 18:06:27 +0100 Original-Received: from localhost ([::1]:33198 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWR1k-0005n2-RS for geb-bug-gnu-emacs@m.gmane.org; Wed, 25 Jan 2017 12:06:32 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33476) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cWR1J-0005ac-Rs for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 12:06:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cWR1G-0002TI-M5 for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 12:06:05 -0500 Original-Received: from debbugs.gnu.org ([208.118.235.43]:44888) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cWR1G-0002Sy-IP for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 12:06:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cWR1G-00019y-42 for bug-gnu-emacs@gnu.org; Wed, 25 Jan 2017 12:06:02 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Francesco =?UTF-8?Q?Potort=C3=AC?= Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 25 Jan 2017 17:06:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 25528 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 25528-submit@debbugs.gnu.org id=B25528.14853639494436 (code B ref 25528); Wed, 25 Jan 2017 17:06:02 +0000 Original-Received: (at 25528) by debbugs.gnu.org; 25 Jan 2017 17:05:49 +0000 Original-Received: from localhost ([127.0.0.1]:43087 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWR12-00019T-S9 for submit@debbugs.gnu.org; Wed, 25 Jan 2017 12:05:49 -0500 Original-Received: from blade3.isti.cnr.it ([194.119.192.19]:35194) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cWR10-00019H-TH for 25528@debbugs.gnu.org; Wed, 25 Jan 2017 12:05:47 -0500 Original-Received: from tucano.isti.cnr.it ([146.48.81.102]) by mx.isti.cnr.it (PMDF V6.5-x6 #1251) with ESMTPSA id <01QA3ZI7OTCOECX4SJ@mx.isti.cnr.it> for 25528@debbugs.gnu.org; Wed, 25 Jan 2017 18:05:42 +0100 (MET) Original-Received: from pot by tucano.isti.cnr.it with local (Exim 4.88) (envelope-from ) id 1cWR0w-0006oy-Qv; Wed, 25 Jan 2017 18:05:42 +0100 In-reply-to: X-INSM-ip-source: 146.48.81.102 Auth Done X-fingerprint: 4B02 6187 5C03 D6B1 2E31 7666 09DF 2DC9 BE21 6115 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 208.118.235.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:128465 Archived-At: >> In select.el, docs for gui--selection-value-internal are there, but they >> are in form of a comment preceding the defun. It would be more useful >> if they were moved inside the defun as a doc string. > >Please feel free to just do things like this without making a report. There was a time when I had a working copy of the Emacs source on my box and applied changes by myself. I even helped creating distributions. Much time has passed since then, and (if I am not wrong) Emacs has changed version control systems twice. Moreover, nowadays I program more and more rarely. In fact, I have not the tools needed to do that, and I do not have the time to install themn and learn how to use them. That may change in the future or not. In the meantime, I think it's best to provide a report than waiting for that future :) Thank you and everyone else for your great work.