From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Alan Mackenzie Newsgroups: gmane.emacs.devel Subject: Difficulty of finding "print" (as in read-eval-print loop) in the Elisp manual Date: Sun, 11 Feb 2018 13:21:38 +0000 Message-ID: <20180211132138.GA5694@ACM> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1518355913 20412 195.159.176.226 (11 Feb 2018 13:31:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2018 13:31:53 +0000 (UTC) User-Agent: Mutt/1.7.2 (2016-11-26) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Feb 11 14:31:49 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ekrjK-0004Zy-8u for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2018 14:31:42 +0100 Original-Received: from localhost ([::1]:38618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekrlL-00082K-SR for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2018 08:33:47 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60874) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekrkC-0007z7-V0 for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:32:37 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekrk8-0006x2-Ak for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:32:36 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:13961 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ekrk8-0006vu-0I for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:32:32 -0500 Original-Received: (qmail 5906 invoked by uid 3782); 11 Feb 2018 13:32:31 -0000 Original-Received: from acm.muc.de (p548C70D3.dip0.t-ipconnect.de [84.140.112.211]) by colin.muc.de (tmda-ofmipd) with ESMTP; Sun, 11 Feb 2018 14:32:30 +0100 Original-Received: (qmail 5948 invoked by uid 1000); 11 Feb 2018 13:21:38 -0000 Content-Disposition: inline X-Delivery-Agent: TMDA/1.1.12 (Macallan) X-Primary-Address: acm@muc.de X-detected-operating-system: by eggs.gnu.org: FreeBSD 9.x [fuzzy] X-Received-From: 193.149.48.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222661 Archived-At: Hello, Emacs. I want to look up details of printing (i.e. the transformation of internal lisp objects to human readable strings) in the elisp manual. I try "i print" in ths manual. I get back only entries about making imprints on paper. "printing" is no better. I think there's something wrong about this. Should I raise a bug report? -- Alan Mackenzie (Nuremberg, Germany).