From unknown Wed Jun 18 23:07:42 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58252 <58252@debbugs.gnu.org> To: bug#58252 <58252@debbugs.gnu.org> Subject: Status: 29.0.50; Docstrings generated by defclass may be to wide Reply-To: bug#58252 <58252@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:07:42 +0000 retitle 58252 29.0.50; Docstrings generated by defclass may be to wide reassign 58252 emacs submitter 58252 Jonas Bernoulli severity 58252 normal tag 58252 moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 10:33:53 2022 Received: (at submit) by debbugs.gnu.org; 2 Oct 2022 14:33:53 +0000 Received: from localhost ([127.0.0.1]:47779 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of02T-00021D-4L for submit@debbugs.gnu.org; Sun, 02 Oct 2022 10:33:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:54638) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of02R-000215-Qn for submit@debbugs.gnu.org; Sun, 02 Oct 2022 10:33:52 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:37986) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of02Q-0005CZ-44 for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 10:33:51 -0400 Received: from mail.hostpark.net ([212.243.197.30]:47046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1of02N-000733-GZ for bug-gnu-emacs@gnu.org; Sun, 02 Oct 2022 10:33:48 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 6AB1316479 for ; Sun, 2 Oct 2022 16:33:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :subject:subject:from:from:received:received; s=sel2011a; t= 1664721221; bh=ibsQNT76YQqpwK6PH+cGjiEP3OXLngO0nIZnrL+xVe0=; b=G hsi6vNEaYyiC59ujI40XYWInoNm7uP9GaOTqa7/uAFz/OGs/AhIhwUXFuOauid/Q Jrpv8vDE6iC4amA4c3a1ICwk6i2OSfOAE4va1WEGtvS6pfLSaFScG0Y71YPZ7vPk hCbijnnJDtYV08yL1BDfuVtlCxODovhUUpRbglCugA= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id 25cNiRNx5iEu for ; Sun, 2 Oct 2022 16:33:41 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 3EF1D162BF for ; Sun, 2 Oct 2022 16:33:41 +0200 (CEST) From: Jonas Bernoulli To: bug-gnu-emacs@gnu.org Subject: 29.0.50; Docstrings generated by defclass may be to wide Date: Sun, 02 Oct 2022 16:33:40 +0200 Message-ID: <87a66emh17.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: none client-ip=212.243.197.30; envelope-from=jonas@bernoul.li; helo=mail.hostpark.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) The docstrings generated by helper functions of defclass are to wide if the name of the class is wide enough. For example, the docstring for `emacsql-sqlite-builtin-connection--eieio-childp' is: ,---- | emacsql-sqlite-builtin-connection--eieio-childp is a byte-compiled | Lisp function in `emacsql-sqlite-builtin.el'. | | (emacsql-sqlite-builtin-connection--eieio-childp OBJ) | | Return non-nil if OBJ is an object of type `emacsql-sqlite-builtin-connection' or a subclass. `---- This affects at least the --eieio-childp, -child-p, -list-p and -p functions. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 11:29:34 2022 Received: (at 58252) by debbugs.gnu.org; 2 Oct 2022 15:29:34 +0000 Received: from localhost ([127.0.0.1]:47849 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of0uM-0003Rp-8w for submit@debbugs.gnu.org; Sun, 02 Oct 2022 11:29:34 -0400 Received: from mail-oi1-f182.google.com ([209.85.167.182]:39809) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of0uK-0003Ra-5Y for 58252@debbugs.gnu.org; Sun, 02 Oct 2022 11:29:32 -0400 Received: by mail-oi1-f182.google.com with SMTP id m130so9326795oif.6 for <58252@debbugs.gnu.org>; Sun, 02 Oct 2022 08:29:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date; bh=EZQBHAEIBeQVIk1Ji3vkiEZTZk0q6jCKlocNbD0OOHQ=; b=aNRo0goxTNgpMp38MOxadB0GApl4NyMgsM6k4hFEdomjlEMQBz73GzJ0KpwgfQX4gU 5XHEimmJ1EZpIkWGbViOIGiw1pJW2leZn1zlkghQRTk+boJDDLuKSaMZ0upOAvyVQao2 r0VPGEN/rplexTWhOAIGtoWhSxQkSLzMRF4upgcnyujkwgY0N/vMAiml/9eWMoljLE0B /rZPoNWht3AcbhjKzY4+G5NEBFCWfp39cQztPwZ16tGRp2ipT2fCTuyQZ79oRu0tjUj/ n4JYefuuXGnO5DmAuEsY2jKtqk3SvLjObUwLjT0hrfpZWe/JCKlzCuZpQOLx1igsbSXu peBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=EZQBHAEIBeQVIk1Ji3vkiEZTZk0q6jCKlocNbD0OOHQ=; b=R+50e5jR/9SmngWkPEeAsY075JwN+Tp+zX5s/e9QjLBD7rG7Kvt1W6p533p4V9GLsN IRqEezs76oEH0PJqYC2aRe/hUDO9DUboCUUlCEiGXyniHMX/9g5c+Dxi7dfEH7BSfy+L Hw5k3uS/2dDBaVAFVu1WlM1qy6PEbaEuHEboFNOziNUIK7kCHv9BU83tQeJs/i1j00BL CgOY8Tur/47SqlJqeOCwwIflrBLad/LBKRU8pPXQsdg/YgoBtz6YfN84Fpohu3u36dWZ A//J4FVHOzlaOPLFfEGUGpbXFmF+C54BnC6oi5N5Rq7/6xGnkI5zJz+/V3RQZ40v0CHC kZlw== X-Gm-Message-State: ACrzQf0qcr8eDekPdlLaC60XUCc22GWZpHsfhT8IsEqlDnKqBWRN/sJP x2HAOhIPb7eDWMlGlOnM7TbXJsIMvuQuvDVQzgicA+Pf X-Google-Smtp-Source: AMsMyM49CA9RITTHJMGpIdKbB4cLhFFIuqVhlugThLjGqsXrlsYYnyGuWkYxIBa3mYGQcm9qivFRbSgvgd1QS86b1n4= X-Received: by 2002:a05:6808:1186:b0:353:b77a:a481 with SMTP id j6-20020a056808118600b00353b77aa481mr266243oil.199.1664724566583; Sun, 02 Oct 2022 08:29:26 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Sun, 2 Oct 2022 08:29:26 -0700 From: Stefan Kangas In-Reply-To: <87a66emh17.fsf@bernoul.li> References: <87a66emh17.fsf@bernoul.li> X-Hashcash: 1:20:221002:58252@debbugs.gnu.org::rtk6R6b8L1iKJ51X:1cCs MIME-Version: 1.0 Date: Sun, 2 Oct 2022 08:29:26 -0700 Message-ID: Subject: Re: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide To: Jonas Bernoulli , 58252@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Jonas Bernoulli writes: > The docstrings generated by helper functions of defclass are to wide > if the name of the class is wide enough. For example, the docstring > for `emacsql-sqlite-builtin-connection--eieio-childp' is: > > ,---- > | emacsql-sqlite-builtin-connection--eieio-childp is a byte-compiled > | Lisp function in `emacsql-sqlite-builtin.el'. > | > | (emacsql-sqlite-builtin-connection--eieio-childp OBJ) > | > | Return non-nil if OBJ is an object of type `emacsql-sqlite-builtin-connection' or a subclass. > `---- > > This affects at least the --eieio-childp, -child-p, -list-p and -p > functions. Thanks, I pushed a fix for this (commit 0a40120b40). Could you please test it? If it's still not working, please give examples of docstrings where it doesn't. From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 13:02:03 2022 Received: (at control) by debbugs.gnu.org; 2 Oct 2022 17:02:03 +0000 Received: from localhost ([127.0.0.1]:47918 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of2Lr-00082y-HW for submit@debbugs.gnu.org; Sun, 02 Oct 2022 13:02:03 -0400 Received: from mail-oi1-f176.google.com ([209.85.167.176]:45788) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of2Lp-000820-VL for control@debbugs.gnu.org; Sun, 02 Oct 2022 13:02:02 -0400 Received: by mail-oi1-f176.google.com with SMTP id o64so9440594oib.12 for ; Sun, 02 Oct 2022 10:02:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:mime-version:from:to:cc:subject :date; bh=1gOS8cynBfPvIO8fhQxeF87gCZvhRJu12y9pJiKU2rI=; b=P1qa42cpjGQNQZ81OWAKdRQfgYiWSOOIXI0wt2/QG/nX/fwNx2CKCT+ZtbyI6IgQwm QSh9kjUyTgsv5iZG3vd1qDrWGnYFLPvsTHBzN9HvJfJedavGqOovho1/RMVsDeX7sFoo 1NDHa4ewg9qRt8Q+8jGSHADESOVXysgwNHONdBGnOkEY0oQy3Jcd0D2noKV44UCv0yIH ddRYwRYr7/vsCLUof9ls/ILQZxpOWtmyQ/koVYN6gC51URZeuyL0vUfitAD7vYPZm1KU HGtZmzkX1JBVpiesxu82R7LPRerb5n2hW2kduJRz565jXE7fmu5nZdGU/ISsUh6lgAKn 5rnA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:mime-version:x-gm-message-state :from:to:cc:subject:date; bh=1gOS8cynBfPvIO8fhQxeF87gCZvhRJu12y9pJiKU2rI=; b=HQe6etQ+LWLEizUQ1Dc1LqzUuq8gU9n57h+dtTEaXj4WHFXGr0nCt3/0+CT/fwNDGn uTY0Oyn8RjKbHPqUDFQgDcMfED7fbXmNutuZ/05MiQGR4ij/hMerWTdHddO7kXkSxZWk qbUvcm+zuo/lClQmYWpKS/ATb9/wMJjpTkiihuM46UduVyvYN0OcImMyi8/YR1WXDYkX W9EzBYl4i4PYqTWBQkYrrGfTmhVG3xcO/szk6Qrt7yiFX6e5sQP4sUchpHgj5lEuHGMs Nk4u0+GBpDoD9aLgWDfhxlpMIDA0efgxmYfHEkYcE1qlEUexH/dfPUIj7/wZD/62eHHL 0O0Q== X-Gm-Message-State: ACrzQf3+zbjhWU2Bnml4YCkfIXFcOA8z6pK6qvfGVXVUSxlLhBLXwIOv 1fRXrlXrA1lVm++sS4Mx/dQisKYTieoW+WKnL6cjCa23q2c= X-Google-Smtp-Source: AMsMyM6CBIuyOWVHdnsa/ITKalgiNgW7QIqbUbf52ah0HvU8JesvQoftMWeMCvQuyvpRFOxvKip7i3DC9PGTUeJt3qs= X-Received: by 2002:a05:6808:1186:b0:353:b77a:a481 with SMTP id j6-20020a056808118600b00353b77aa481mr388212oil.199.1664730116322; Sun, 02 Oct 2022 10:01:56 -0700 (PDT) MIME-Version: 1.0 From: Stefan Kangas Date: Sun, 2 Oct 2022 19:01:45 +0200 Message-ID: Subject: To: control Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: tags 58252 + moreinfo thanks Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider (stefankangas[at]gmail.com) 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [209.85.167.176 listed in wl.mailspike.net] -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at https://www.dnswl.org/, no trust [209.85.167.176 listed in list.dnswl.org] 2.0 BLANK_SUBJECT Subject is present but empty X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: 1.0 (+) tags 58252 + moreinfo thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 17:17:22 2022 Received: (at 58252) by debbugs.gnu.org; 2 Oct 2022 21:17:22 +0000 Received: from localhost ([127.0.0.1]:48209 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of6Kw-0006Su-8j for submit@debbugs.gnu.org; Sun, 02 Oct 2022 17:17:22 -0400 Received: from mail.hostpark.net ([212.243.197.30]:57528) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of6Kt-0006Sl-N1 for 58252@debbugs.gnu.org; Sun, 02 Oct 2022 17:17:20 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 8B819162BF; Sun, 2 Oct 2022 23:17:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from:received :received; s=sel2011a; t=1664745437; bh=EtAMsPy/QW7D8FJPtJZcji21 30zgCSyrVGNXtn1Oo1M=; b=eV2STyIIDyNFoq6Mzo8s7iZFbHSLopqvGskAAL0n rw5YyDWnBdUgwObEfojU0cXKi9ndGsq+FkKjgNYAOsq8YIWjgo5/fwxG7Jld5/hJ /vP2M20GBk6TdWeX/lEQkRYgO3GmCZu3otwcxVeMqKngCrQ30+wTlkSvIDMlIl00 yfs= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id iCV9tD4FrVSI; Sun, 2 Oct 2022 23:17:17 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 5B98016483; Sun, 2 Oct 2022 23:17:17 +0200 (CEST) From: Jonas Bernoulli To: Stefan Kangas , 58252@debbugs.gnu.org Subject: Re: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide In-Reply-To: References: <87a66emh17.fsf@bernoul.li> Date: Sun, 02 Oct 2022 23:17:15 +0200 Message-ID: <875yh2q61w.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Stefan Kangas writes: > Jonas Bernoulli writes: > >> The docstrings generated by helper functions of defclass are to wide >> if the name of the class is wide enough. For example, the docstring >> for `emacsql-sqlite-builtin-connection--eieio-childp' is: >> >> ,---- >> | emacsql-sqlite-builtin-connection--eieio-childp is a byte-compiled >> | Lisp function in `emacsql-sqlite-builtin.el'. >> | >> | (emacsql-sqlite-builtin-connection--eieio-childp OBJ) >> | >> | Return non-nil if OBJ is an object of type `emacsql-sqlite-builtin-connection' or a subclass. >> `---- >> >> This affects at least the --eieio-childp, -child-p, -list-p and -p >> functions. > > Thanks, I pushed a fix for this (commit 0a40120b40). Could you please > test it? > > If it's still not working, please give examples of docstrings where it > doesn't. The docstrings of these functions are no longer to wide, but I still get the same warning, ,---- | In toplevel form: | emacsql-sqlite-builtin.el:28:5: Warning: docstring wider than 80 | characters `---- M-x apropos RET emacsql-sqlite-builtin-connection RET gives me ,---- | emacsql-sqlite-builtin-connection | Function: Create a new object of class type | Variable: (not documented) | Value: emacsql-sqlite-builtin-connection | Properties: cl-deftype-satisfies compiler-macro | byte-obsolete-variable cl--class variable-documentation | emacsql-sqlite-builtin-connection--anon-cmacro | Function: (not documented) | Properties: function-history | emacsql-sqlite-builtin-connection--eieio-childp | Function: Return non-nil if OBJ is an object of type | emacsql-sqlite-builtin-connection-child-p | Function: Return non-nil if OBJ is an object of type | Properties: byte-obsolete-info | emacsql-sqlite-builtin-connection-list-p | Function: Test OBJ to see if it a list of objects which are a child | of type | Properties: byte-obsolete-info | emacsql-sqlite-builtin-connection-p | Function: Return non-nil if OBJ is an object of type `---- The information that is shown when following the various "Properties" links is wider than 80 characters, but I wouldn't expect any warning about that. Maybe the warning should include information about which docstring(s) are too wide? From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 02 18:06:09 2022 Received: (at 58252) by debbugs.gnu.org; 2 Oct 2022 22:06:09 +0000 Received: from localhost ([127.0.0.1]:48236 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of769-0001Qs-6A for submit@debbugs.gnu.org; Sun, 02 Oct 2022 18:06:09 -0400 Received: from mail-oi1-f179.google.com ([209.85.167.179]:41494) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1of767-0001QR-0Z for 58252@debbugs.gnu.org; Sun, 02 Oct 2022 18:06:07 -0400 Received: by mail-oi1-f179.google.com with SMTP id w13so9839960oiw.8 for <58252@debbugs.gnu.org>; Sun, 02 Oct 2022 15:06:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date; bh=StKRsPcFjxzwvSp6fbu0iiMXG3GTGbz9Cl4vy1oHgEA=; b=ji2IQLaUhhB26J0yJXQm43OZPK3OoPTBZxDBdxh05RBtzBsPV6q+6sICO9HrkVuLjj ROYeYAUfRENaF18jrL2zN8XFVz+4yfiGwvYDhvPcxUxDuDkBp2Og52BaqH9PgvGlIWUV LsxqLSKsNWqZwTwBYF8+ESxumNnXFGrLsIWguFUOESmymCZsUG0GI6ZI3n7o14eOKg9E 2BEUG0Shwx94jpTBIfIdt8AH2ASGjyDHBW/e3Azc7fmFOWVWHXPEbzE4HK0aqtwvzUYg bMsSu6IVCTBhamDPG9zI1AYiwMeYB+4AOxa9CsH9OKuhn9qWfpnGKDi21NJuxYrZguFi o78g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=StKRsPcFjxzwvSp6fbu0iiMXG3GTGbz9Cl4vy1oHgEA=; b=MDJ7KqqOe3uYtTiIO10q3w7vefJme/xf5SZcZbShu+oHxiwlNbOWGXc7Vt6mNcwsON epuPJE7k/DDHUUYr1YB05XSyYLhbCiTEuTy8Xd+FdF02axmPEwMPyGjGPKRXAm7h/zrc CnPiimoJ2K5509GW2oLNr6W/0tajHUkEwz+LPekt7uKvLbYwWO+JcUcVxwsUF0JvS5F+ aWomBSbG/cOCWTLw3DTqRThbdZIR0N4kpf2t/nIrk7C78k8oomqCN7Qu5XJKlv4Me7+M b6LMb3Rv9Zy9I30A2Q8b1ot037Zasrt1+Mnh93SWB8vVpfKW9ZQxWzVdu49Xeduvl+l5 18CA== X-Gm-Message-State: ACrzQf0PXzdlTyPg5b9MriQRkEE7yjkVznzya7ZgpQcgsZ9UwPIRo6fT VC2j9+NaiOXzvIMqHEj6K6iFzNi5iBZbNy/9Ioant/un X-Google-Smtp-Source: AMsMyM7avvHv5U+/sngME+HmIuuDDzPZHIYfyt5FfqL9ISPaH2B+Ufg67527AOuKjXQaQG/1poGizDS4T5aXpM2u9dw= X-Received: by 2002:a05:6808:1186:b0:353:b77a:a481 with SMTP id j6-20020a056808118600b00353b77aa481mr650237oil.199.1664748361424; Sun, 02 Oct 2022 15:06:01 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Mon, 3 Oct 2022 00:06:01 +0200 From: Stefan Kangas In-Reply-To: <875yh2q61w.fsf@bernoul.li> References: <87a66emh17.fsf@bernoul.li> <875yh2q61w.fsf@bernoul.li> X-Hashcash: 1:20:221002:58252@debbugs.gnu.org::wXiKf9DozaIB/fia:0pmw MIME-Version: 1.0 Date: Mon, 3 Oct 2022 00:06:01 +0200 Message-ID: Subject: Re: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide To: Jonas Bernoulli , 58252@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Jonas Bernoulli writes: > The docstrings of these functions are no longer to wide, but I still get > the same warning, > > ,---- > | In toplevel form: > | emacsql-sqlite-builtin.el:28:5: Warning: docstring wider than 80 > | characters > `---- OK, I think I found the remaining ones (commit 655c92ce4a). I've tested with the file emacsql-sqlite-builtin.el, dated ;; Package-Version: 20220422.1605 ;; Package-Commit: c6f66f2a94a0c520d5c1028858adc2ab0f959f96 and I can't see any warnings. Please verify this on your end. > Maybe the warning should include information about which docstring(s) > are too wide? Yes, that would be good. It's a bit more work though. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 03 08:28:47 2022 Received: (at 58252) by debbugs.gnu.org; 3 Oct 2022 12:28:47 +0000 Received: from localhost ([127.0.0.1]:49261 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofKYx-000283-Gw for submit@debbugs.gnu.org; Mon, 03 Oct 2022 08:28:47 -0400 Received: from mail.hostpark.net ([212.243.197.30]:57550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofKYu-00027s-Q1 for 58252@debbugs.gnu.org; Mon, 03 Oct 2022 08:28:45 -0400 Received: from localhost (localhost [127.0.0.1]) by mail.hostpark.net (Postfix) with ESMTP id 63E9316910; Mon, 3 Oct 2022 14:28:42 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bernoul.li; h= content-type:content-type:mime-version:message-id:date:date :references:in-reply-to:subject:subject:from:from:received :received; s=sel2011a; t=1664800122; bh=YaIr8BmBMMAOPwGErASs4F2X hPhMKPSGyB9F3e1PQFE=; b=ZUMIp31k3hjuijKbg5WY9CYGgMPf/+x0eq5m3xQA WLGqhwFFtSXM2iNLTUUWqCksmvqS9pzRD/pvNaGhOFE4kz86DPBVWyHyhptX9yFp BApcou/TkPWHB58R2V0cUw9b/1/0ahJBJt014qKzP7VLJZdWsl784Oc7VmiXuR8B 65c= X-Virus-Scanned: by Hostpark/NetZone Mailprotection at hostpark.net Received: from mail.hostpark.net ([127.0.0.1]) by localhost (mail1.hostpark.net [127.0.0.1]) (amavisd-new, port 10224) with ESMTP id jdbF3jZ9RWCm; Mon, 3 Oct 2022 14:28:42 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.hostpark.net (Postfix) with ESMTPSA id 395DD162BF; Mon, 3 Oct 2022 14:28:42 +0200 (CEST) From: Jonas Bernoulli To: Stefan Kangas , 58252@debbugs.gnu.org Subject: Re: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide In-Reply-To: References: <87a66emh17.fsf@bernoul.li> <875yh2q61w.fsf@bernoul.li> Date: Mon, 03 Oct 2022 14:28:39 +0200 Message-ID: <87a66dqefc.fsf@bernoul.li> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 58252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Stefan Kangas writes: > Jonas Bernoulli writes: > >> The docstrings of these functions are no longer to wide, but I still get >> the same warning, >> >> ,---- >> | In toplevel form: >> | emacsql-sqlite-builtin.el:28:5: Warning: docstring wider than 80 >> | characters >> `---- > > OK, I think I found the remaining ones (commit 655c92ce4a). Thanks, that fixed the issue for me. From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 03 08:36:18 2022 Received: (at 58252) by debbugs.gnu.org; 3 Oct 2022 12:36:18 +0000 Received: from localhost ([127.0.0.1]:49291 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofKgD-0002MP-Tu for submit@debbugs.gnu.org; Mon, 03 Oct 2022 08:36:18 -0400 Received: from mail-oi1-f173.google.com ([209.85.167.173]:40559) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ofKgB-0002M6-Ps for 58252@debbugs.gnu.org; Mon, 03 Oct 2022 08:36:16 -0400 Received: by mail-oi1-f173.google.com with SMTP id l5so11162810oif.7 for <58252@debbugs.gnu.org>; Mon, 03 Oct 2022 05:36:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :from:to:cc:subject:date; bh=4nRBLQ97AG29MIf+F/Pq64/NIOxr3HdRqIWB3yYlUtc=; b=hFJKt9OHDjLNAaHo9ztd8KBdENyKKMt3JGWgBbTpoEtvDNwO8sN3jrSfm4p8Z5tMOT 7hKg+VMDGLziupNH77evBeObw124nCeCh9TjARrz3n2mThkldwjbWZtJeRYvgchUXnlF 1bg56HYd2Sy1Eib/Q0wDvjHaX+9ISC2VLYIWzxEN8id8XistmH2t5m9c+QUuqqSiGysY Hx31K373eAZPsM+TTwaiSkuu27GNh5UZJEXqFR7oPbk4npQZ1WT9Fdf3wcFI51aLRKW1 jtjvVVmS9/sda++wUBFif05ka6EWymipb9iy440NbgBOs3GcyE9luDyOkIUNijk8fopc mUPQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:mime-version:references:in-reply-to:from :x-gm-message-state:from:to:cc:subject:date; bh=4nRBLQ97AG29MIf+F/Pq64/NIOxr3HdRqIWB3yYlUtc=; b=3xFeDLIOuAy1/fPuazBQzVTbuQtYdg7v11lRjomuudRQHxDn1FzXFRNb5vQ1lwJa62 FuUciLiS3afcKi+Whtc/3kDk83f9hMTaMhoMVS+Mq/VekJGdjrHjKCJMTCupSDAvvlpc V2Yuu0hwj67SH5qqS1ZYUK6mHYRhW87dcVt1yCjZrghx5ewpeGB1qgvdS9Uzr8zQbu8B pQ0XgDnPTIubiif9mgJjG2M+Nhby77k2FxzHmwSWxkGbxOwxmmmByT7IDj/DJnn8whbC 9RK17BRSMHpE2t2ASBRNH66M4pnvv0/F8IY07QoByJXHfwfr82dAuP5c+gEN+9BDN2dG v6RA== X-Gm-Message-State: ACrzQf20v8hg1JpnULdJeGlqnH+N5HlyubaIw7nJyMhmwAgEPRaCL7VZ lJb/VLFyj86bwO5OqiwU8JudXnGci4EtzJYO50b8/NeC X-Google-Smtp-Source: AMsMyM7p9nOioNplLCRdP1kFoVyqwC89oJKba9vsQHfHgh7nnUnSa3pk7gJMhTxafJhFr/nT1liVvjxOb8nU1A7zV9o= X-Received: by 2002:a05:6808:1a09:b0:350:1e6a:e469 with SMTP id bk9-20020a0568081a0900b003501e6ae469mr3802977oib.92.1664800570208; Mon, 03 Oct 2022 05:36:10 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Mon, 3 Oct 2022 14:36:09 +0200 From: Stefan Kangas In-Reply-To: <87a66dqefc.fsf@bernoul.li> References: <87a66emh17.fsf@bernoul.li> <875yh2q61w.fsf@bernoul.li> <87a66dqefc.fsf@bernoul.li> X-Hashcash: 1:20:221003:58252@debbugs.gnu.org::QbVgA1c9o/Fogt/5:8cIs MIME-Version: 1.0 Date: Mon, 3 Oct 2022 14:36:09 +0200 Message-ID: Subject: Re: bug#58252: 29.0.50; Docstrings generated by defclass may be to wide To: Jonas Bernoulli , 58252@debbugs.gnu.org Content-Type: text/plain; charset="UTF-8" X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58252 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 58252 29.1 thanks Jonas Bernoulli writes: > Thanks, that fixed the issue for me. Thanks for testing. I'm therefore closing this bug report. From unknown Wed Jun 18 23:07:42 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 01 Nov 2022 11:24:05 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator