From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Nick Urbanik Newsgroups: gmane.emacs.help Subject: python-docstring debugging Date: Wed, 7 Sep 2022 10:14:29 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="8309"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Sep 07 02:15:31 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oVij2-0001wI-Ta for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 07 Sep 2022 02:15:29 +0200 Original-Received: from localhost ([::1]:55706 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVij1-0003fg-8i for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 06 Sep 2022 20:15:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:47314) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oViiM-0003fG-BJ for help-gnu-emacs@gnu.org; Tue, 06 Sep 2022 20:14:46 -0400 Original-Received: from nicku.org ([103.230.159.6]:57898) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oViiK-0004ql-Mk for help-gnu-emacs@gnu.org; Tue, 06 Sep 2022 20:14:46 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by nicku.org (Postfix) with ESMTP id 49661C046D for ; Wed, 7 Sep 2022 10:14:41 +1000 (AEST) X-Virus-Scanned: amavisd-new at nicku.org Original-Received: from nicku.org ([127.0.0.1]) by localhost (nicku.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D9J6vU7-B9oR; Wed, 7 Sep 2022 10:14:38 +1000 (AEST) Original-Received: from nicksbox.nicku.org (n114-74-18-31.bla4.nsw.optusnet.com.au [114.74.18.31]) by nicku.org (Postfix) with ESMTPS id 52D1DC046B; Wed, 7 Sep 2022 10:14:38 +1000 (AEST) DMARC-Filter: OpenDMARC Filter v1.4.1 nicku.org 52D1DC046B Authentication-Results: OpenDMARC; dmarc=fail (p=none dis=none) header.from=nicku.org Authentication-Results: OpenDMARC; spf=fail smtp.mailfrom=nicku.org DKIM-Filter: OpenDKIM Filter v2.11.0 nicku.org 52D1DC046B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nicku.org; s=nicku-org; t=1662509678; bh=GUe/9f8Hhwlm4TaP2YrvooA+R7FNYCsEc0NYerWaXuc=; h=Date:From:To:Subject:From; b=L3me6mKcjcSCdN8Gya2hiP6y1N8A7t7/Fzq0AocdP/32maJiIYrQAkTNCXmjNyzpz FNML/jKFm5qiUeg1rnDasc47c8rjW7GZYIYFhVFLJzipUxM86vdTkI5HFzQf/EUjmV 660SGI+ODcZllTMEGUcFt94F9Jwxx22UrsZYJEzg= Original-Received: from localhost (localhost [127.0.0.1]) by nicksbox.nicku.org (Postfix) with ESMTP id 2B9921A07A4; Wed, 7 Sep 2022 10:14:38 +1000 (AEST) X-Virus-Scanned: amavisd-new at example.com Original-Received: from nicksbox.nicku.org ([127.0.0.1]) by localhost (nicksbox.nicku.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DOA6boODsiR5; Wed, 7 Sep 2022 10:14:29 +1000 (AEST) Original-Received: by nicksbox.nicku.org (Postfix, from userid 1000) id C4D641A0C6C; Wed, 7 Sep 2022 10:14:29 +1000 (AEST) Content-Disposition: inline Received-SPF: pass client-ip=103.230.159.6; envelope-from=nicku@nicku.org; helo=nicku.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 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, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:139289 Archived-At: Dear Folks, I have a problem with python-docstring; when I press M-q, the first """ is replaced with the digit 8 followed by some newlines. Is this the appropriate place to discuss how to debug the package? Is so, can anyone suggest ways of figuring out what is going on? -- Nick Urbanik http://nicku.org nicku@nicku.org GPG: 7FFA CDC7 5A77 0558 DC7A 790A 16DF EC5B BB9D 2C24 ID: BB9D2C24