From unknown Sun Jun 22 11:48:04 2025 X-Loop: help-debbugs@gnu.org Subject: bug#32401: Improving set-fontset-font docstring Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 08 Aug 2018 14:56:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 32401 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 32401@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.153374013719766 (code B ref -1); Wed, 08 Aug 2018 14:56:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Aug 2018 14:55:37 +0000 Received: from localhost ([127.0.0.1]:45218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnPs8-00058j-Si for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnPs7-00058S-Gc for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnPs1-0006Dh-DK for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48361) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fnPs1-0006Cu-0y for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fnPrz-00074C-II for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnPru-00061y-LL for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:27 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41748) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fnPru-000600-7l for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=A+lVw3OP4hJ8Ix0mliwmezdpzld7DsQFDZxfbsV3u68=; b=pVAIrxRqDC7txLifSPusjQ6BQ1 MGjG30pp5rqWdGpeFP0Sy+EelRMaIwOSpBvgcQepCWz9EPMaAJLNJjde8ZLKUMY69rV1+fYHx2084 M4x52LJxqG3DLjUVYJa5hB6dwTJN9C5CNPAJD/mIB402LuxB9n42qdB8iPZYG+cu1ut8=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fnPrl-0002ig-KO for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 20:25:14 +0530 From: Arun Isaac Date: Wed, 08 Aug 2018 20:25:07 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -5.1 (-----) There is a minor grammatical error in the following part of the docstring of set-fontset-font. "TARGET may be nil. In that case, use FONT-SPEC for any characters for that no FONT-SPEC is specified." It should be "for which no FONT-SPEC is specified" instead of "for that no FONT-SPEC is specified". Replace "that" by "which". Also, in an earlier part of the docstring, the description of "script name symbol" and "charset" could be improved by adding a link to the list of available scripts and charsets, or describing some means to find the supported scripts and charsets. From unknown Sun Jun 22 11:48:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Arun Isaac Subject: bug#32401: closed (Re: bug#32401: Improving set-fontset-font docstring) Message-ID: References: <83ftzoq3r2.fsf@gnu.org> X-Gnu-PR-Message: they-closed 32401 X-Gnu-PR-Package: emacs Reply-To: 32401@debbugs.gnu.org Date: Wed, 08 Aug 2018 15:27:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1533742023-22837-1" This is a multi-part message in MIME format... ------------=_1533742023-22837-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #32401: Improving set-fontset-font docstring which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 32401@debbugs.gnu.org. --=20 32401: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D32401 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1533742023-22837-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 32401-done) by debbugs.gnu.org; 8 Aug 2018 15:26:07 +0000 Received: from localhost ([127.0.0.1]:45228 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnQLf-0005uu-Cm for submit@debbugs.gnu.org; Wed, 08 Aug 2018 11:26:07 -0400 Received: from eggs.gnu.org ([208.118.235.92]:35259) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnQLd-0005uQ-NI for 32401-done@debbugs.gnu.org; Wed, 08 Aug 2018 11:26:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnQLV-00079K-Cj for 32401-done@debbugs.gnu.org; Wed, 08 Aug 2018 11:26:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=BAYES_40 autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:48113) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fnQLV-00079B-8m; Wed, 08 Aug 2018 11:25:57 -0400 Received: from [176.228.60.248] (port=4300 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1fnQLU-0005qg-LW; Wed, 08 Aug 2018 11:25:57 -0400 Date: Wed, 08 Aug 2018 18:25:53 +0300 Message-Id: <83ftzoq3r2.fsf@gnu.org> From: Eli Zaretskii To: Arun Isaac In-reply-to: (message from Arun Isaac on Wed, 08 Aug 2018 20:25:07 +0530) Subject: Re: bug#32401: Improving set-fontset-font docstring References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -5.0 (-----) X-Debbugs-Envelope-To: 32401-done Cc: 32401-done@debbugs.gnu.org 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: -6.0 (------) > From: Arun Isaac > Date: Wed, 08 Aug 2018 20:25:07 +0530 > > > There is a minor grammatical error in the following part of the > docstring of set-fontset-font. > > "TARGET may be nil. In that case, use FONT-SPEC for any characters for > that no FONT-SPEC is specified." > > It should be "for which no FONT-SPEC is specified" instead of "for that > no FONT-SPEC is specified". Replace "that" by "which". > > Also, in an earlier part of the docstring, the description of "script > name symbol" and "charset" could be improved by adding a link to the > list of available scripts and charsets, or describing some means to find > the supported scripts and charsets. Thanks, fixed. ------------=_1533742023-22837-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 Aug 2018 14:55:37 +0000 Received: from localhost ([127.0.0.1]:45218 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnPs8-00058j-Si for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:37 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fnPs7-00058S-Gc for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnPs1-0006Dh-DK for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:30 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:48361) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fnPs1-0006Cu-0y for submit@debbugs.gnu.org; Wed, 08 Aug 2018 10:55:29 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46573) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fnPrz-00074C-II for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fnPru-00061y-LL for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:27 -0400 Received: from vultr.systemreboot.net ([45.77.148.100]:41748) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fnPru-000600-7l for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 10:55:22 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Type:MIME-Version:Message-ID:Date: Subject:To:From:Sender:Reply-To:Cc:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=A+lVw3OP4hJ8Ix0mliwmezdpzld7DsQFDZxfbsV3u68=; b=pVAIrxRqDC7txLifSPusjQ6BQ1 MGjG30pp5rqWdGpeFP0Sy+EelRMaIwOSpBvgcQepCWz9EPMaAJLNJjde8ZLKUMY69rV1+fYHx2084 M4x52LJxqG3DLjUVYJa5hB6dwTJN9C5CNPAJD/mIB402LuxB9n42qdB8iPZYG+cu1ut8=; Received: from [192.168.2.1] (helo=steel) by systemreboot.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1fnPrl-0002ig-KO for bug-gnu-emacs@gnu.org; Wed, 08 Aug 2018 20:25:14 +0530 From: Arun Isaac To: bug-gnu-emacs@gnu.org Subject: Improving set-fontset-font docstring Date: Wed, 08 Aug 2018 20:25:07 +0530 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) 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: -5.1 (-----) There is a minor grammatical error in the following part of the docstring of set-fontset-font. "TARGET may be nil. In that case, use FONT-SPEC for any characters for that no FONT-SPEC is specified." It should be "for which no FONT-SPEC is specified" instead of "for that no FONT-SPEC is specified". Replace "that" by "which". Also, in an earlier part of the docstring, the description of "script name symbol" and "charset" could be improved by adding a link to the list of available scripts and charsets, or describing some means to find the supported scripts and charsets. ------------=_1533742023-22837-1--