From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arash Esbati Newsgroups: gmane.emacs.help Subject: Re: Status of vcard packages Date: Tue, 12 Jul 2022 16:17:04 +0200 Message-ID: <86mtdeo1pb.fsf@gnu.org> References: <827d4j3ezg.fsf@gmail.com> <868royy1ct.fsf@gnu.org> <874jzmfq1q.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36714"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 Cc: , Stefan Monnier To: Robert Pluim Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Tue Jul 12 16:20:44 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 1oBGkm-0009L6-G6 for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 12 Jul 2022 16:20:44 +0200 Original-Received: from localhost ([::1]:55078 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oBGkk-00073Q-2W for geh-help-gnu-emacs@m.gmane-mx.org; Tue, 12 Jul 2022 10:20:43 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:52000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBGhr-00070o-1e for help-gnu-emacs@gnu.org; Tue, 12 Jul 2022 10:17:43 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:42756) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBGhq-0008Oj-Mx; Tue, 12 Jul 2022 10:17:42 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=r5JaNYx+YujgEw6Xv6YP/Don31/8d1caVl2pVoMef1U=; b=CjSNnXe8LmUahEZwgPI2 78qw288QCYjAwr5lUqBkYcQTntUjMIwfWC2KIudWD1ItBxpHj9vYMpHoO+e9s96N+1pAOWlxWORzg uS3b1VJUjCHNxkr0MOYkriQX1JkSIzegDBw1/ky+JBXnhNKsHMw7I0fFNaUgBWjr0N4UdpRi2cV3S eyEQSQagqBahYjFgtoKI2GKVse4hOplG+KxjFh7f93nk3/6OfWkrJIKR8MLOyif/1fG2wl/zevT6c RDDrVYE5W9bIL2F0Z3C1bRvctzBdp++P+hIfuUwlGllQ/6ydubGmUMRbOLZUB1rGsQz6xuDcj+cEs 1mF1sB5P9s8agw==; Original-Received: from p5b32693a.dip0.t-ipconnect.de ([91.50.105.58]:58072 helo=MUTANT) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oBGhq-0002yW-AU; Tue, 12 Jul 2022 10:17:42 -0400 In-Reply-To: <874jzmfq1q.fsf@gmail.com> (Robert Pluim's message of "Tue, 12 Jul 2022 14:56:01 +0200") 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:138431 Archived-At: Robert Pluim writes: > Single quotes in docstrings can end up displayed incorrectly. Thanks. I was confused as the docstrings were already fixed by Stefan and I was looking for the source of trouble in the updated code. Best, arash