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: Re: Difficulty of finding "print" (as in read-eval-print loop) in the Elisp manual Date: Sun, 11 Feb 2018 13:26:47 +0000 Message-ID: <20180211132647.GD4515@ACM> References: <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 1518356170 15144 195.159.176.226 (11 Feb 2018 13:36:10 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 11 Feb 2018 13:36:10 +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:36:06 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 1ekrnR-00037n-Ev for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2018 14:35:57 +0100 Original-Received: from localhost ([::1]:39144 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekrpT-0002lJ-1M for ged-emacs-devel@m.gmane.org; Sun, 11 Feb 2018 08:38:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36531) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ekrpC-0002jd-Gn for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:37:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ekrp7-0004zp-UF for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:37:46 -0500 Original-Received: from colin.muc.de ([193.149.48.1]:27703 helo=mail.muc.de) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1ekrp7-0004z9-HJ for emacs-devel@gnu.org; Sun, 11 Feb 2018 08:37:41 -0500 Original-Received: (qmail 7836 invoked by uid 3782); 11 Feb 2018 13:37:40 -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:37:40 +0100 Original-Received: (qmail 5981 invoked by uid 1000); 11 Feb 2018 13:26:47 -0000 Content-Disposition: inline In-Reply-To: <20180211132138.GA5694@ACM> 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:222662 Archived-At: Hello, again. Please disregard the previous post, and sorry for the noise. I was looking in the wrong manual. -- Alan Mackenzie (Nuremberg, Germany). On Sun, Feb 11, 2018 at 13:21:38 +0000, Alan Mackenzie wrote: > 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?