From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#37956: Elisp manual referes obsolete lisp file. Date: Sat, 05 Sep 2020 09:24:44 +0300 Message-ID: <83363wrb9v.fsf@gnu.org> References: <83v9s8rcjy.fsf@gnu.org> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1868"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 37956@debbugs.gnu.org, ayanokoji.takesi@gmail.com To: Stefan Kangas Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Sep 05 08:27:28 2020 Return-path: Envelope-to: geb-bug-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 1kERfc-0000Oe-PK for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Sep 2020 08:27:28 +0200 Original-Received: from localhost ([::1]:37848 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kERfb-0003oE-LH for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 05 Sep 2020 02:27:27 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:49778) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kEReE-0001xh-ER for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 02:26:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58087) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kEReE-0003oS-2F for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 02:26:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kEReD-0002cl-Vj for bug-gnu-emacs@gnu.org; Sat, 05 Sep 2020 02:26:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 05 Sep 2020 06:26:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37956 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: confirmed Original-Received: via spool by 37956-submit@debbugs.gnu.org id=B37956.159928710810004 (code B ref 37956); Sat, 05 Sep 2020 06:26:01 +0000 Original-Received: (at 37956) by debbugs.gnu.org; 5 Sep 2020 06:25:08 +0000 Original-Received: from localhost ([127.0.0.1]:41400 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kERdE-0002al-0W for submit@debbugs.gnu.org; Sat, 05 Sep 2020 02:25:08 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:39572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kERdC-0002aV-C6 for 37956@debbugs.gnu.org; Sat, 05 Sep 2020 02:24:58 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58939) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kERd7-0003ax-3g; Sat, 05 Sep 2020 02:24:53 -0400 Original-Received: from [176.228.60.248] (port=3351 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1kERd6-0002Ei-Ja; Sat, 05 Sep 2020 02:24:52 -0400 In-Reply-To: (message from Stefan Kangas on Sat, 5 Sep 2020 00:40:50 +0000) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:187186 Archived-At: > From: Stefan Kangas > Date: Sat, 5 Sep 2020 00:40:50 +0000 > Cc: 37956@debbugs.gnu.org, ayanokoji.takesi@gmail.com > > > We moved cuts-print.el to obsolete/ because its features are supported > > by the Lisp printer. So I'd prefer to modify that sentence to mention > > the latter, rather than just remove it. > > > > Btw, this sentence and one earlier mentions "custom printing" without > > explaining what that means, AFAICT. It would be good to fix this > > while at that. > > (That was 10 months ago, but I never replied back at the time.) > > I don't know what the "Lisp printer" is In the ELisp manual, type "i Lisp printer RET" and read there. > nor do I know what "custom printing" is That's cust-print.el, I think.