From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: David Ongaro Newsgroups: gmane.emacs.devel Subject: Re: Escape syntax in docstrings Date: Fri, 24 Mar 2023 08:58:05 -0700 Message-ID: References: <877cv7nlnr.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="4374"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Fri Mar 24 17:03:41 2023 Return-path: Envelope-to: ged-emacs-devel@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 1pfjtF-0000wn-04 for ged-emacs-devel@m.gmane-mx.org; Fri, 24 Mar 2023 17:03:41 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pfjoA-0007Ar-Im; Fri, 24 Mar 2023 11:58:26 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pfjo4-0006sW-Lj for emacs-devel@gnu.org; Fri, 24 Mar 2023 11:58:22 -0400 Original-Received: from longisland.snafu.de ([2001:1560:3:255::153]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pfjo2-0000Sv-PA for emacs-devel@gnu.org; Fri, 24 Mar 2023 11:58:20 -0400 Original-X-Trace: 507c64617669642e6f6e6761726f4068616d627572672e64657c37352e3231332e 3131332e3232357c3170666a6e732d3030304c4f762d4c547c3136373936373334 3839 Original-Received: from longisland.snafu.de ([10.153.10.15] helo=localhost) by longisland.snafu.de with esmtpsa (Exim 4.94.2) id 1pfjns-000LOv-LT for emacs-devel@gnu.org; Fri, 24 Mar 2023 16:58:09 +0100 In-Reply-To: <877cv7nlnr.fsf@gmail.com> (Chen Zhaoyang's message of "Thu, 23 Mar 2023 17:32:56 -0500") X-VISP-ShouldScan: 1 X-VISP-Virus-Check: clean X-VISP-Spam-Score: -0.5 (/) X-VISP-Spam-Report: This message has been scanned on "longisland.snafu.de" to identify if it is considered spam or not. Contact the support hotline for details. Content analysis details: (-0.5 points) pts rule name description ---- ---------------------- -------------------------------------------------- 0.5 JMQ_SPF_NEUTRAL ASKDNS: SPF set to ?all [hamburg.de TXT:v=spf1 include:_spf1.snafu.de] [include:spf.crsend.com ?all] -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 KAM_DMARC_STATUS Test Rule for DKIM or SPF Failure with Strict Alignment X-VISP-Spam-Max-Score: +++++ X-SA-Exim-Connect-IP: 75.213.113.225 X-SA-Exim-Mail-From: david.ongaro@hamburg.de X-SA-Exim-Scanned: No (on longisland.snafu.de); SAEximRunCond expanded to false Received-SPF: pass client-ip=2001:1560:3:255::153; envelope-from=david.ongaro@hamburg.de; helo=longisland.snafu.de X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:304751 Archived-At: Chen Zhaoyang writes: > I do agree that using the slash to represent =CE=BB in docstring is not so > good to begin with. I want to point out that this doesn't mean you have to replace every backslash by fn. You can just use an escaped backslash (i.e. \\) and it will yield a \ in the help.