From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Shiyuan Newsgroups: gmane.emacs.help Subject: The symbol # in mapcat Date: Sun, 24 Aug 2014 11:27:32 -0700 Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1408904880 31670 80.91.229.3 (24 Aug 2014 18:28:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 24 Aug 2014 18:28:00 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 20:27:47 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XLcW2-00060H-7R for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 20:27:46 +0200 Original-Received: from localhost ([::1]:44957 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcW1-0006sR-Oj for geh-help-gnu-emacs@m.gmane.org; Sun, 24 Aug 2014 14:27:45 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60618) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcVr-0006s9-Bb for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:27:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XLcVq-0002jU-K5 for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:27:35 -0400 Original-Received: from mail-we0-x22d.google.com ([2a00:1450:400c:c03::22d]:56990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XLcVq-0002jO-DI for help-gnu-emacs@gnu.org; Sun, 24 Aug 2014 14:27:34 -0400 Original-Received: by mail-we0-f173.google.com with SMTP id q58so12493326wes.32 for ; Sun, 24 Aug 2014 11:27:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=XbxKkfGytL6axrdTq5aKaO/LGWnSIvmCcJzWJT39Rsc=; b=mj6OaAJbjjbkJBqN/C9u3ydvZkJo9XJ2wsKhTcKFbdHZ9qSLRn54rcNG9hyZ0nVa7e nA7Gwg56iDImHgqY/j2ljxiyBC2TN+eqV43i3UHif5n8VTC83iPMvAxprAmVJ9qIG+M+ H5hVBBAKmrxtScvZWKWCtlcwkDgpji5E/a0gp2gQgdRI0oxQ2Mi9Jx1fThdawP4msIO2 epHjuyV14qeL0PZbpdh+WC1stmiVbAEtt1Be49rnZrZriJopiRoXn2tnRprZx/7Hr07N gio7mDIm8FlDbbR7dM4o82w6k05PVQTQJP1iazVmlPUuJyH61HJslzyO/7nZDSgA68pr VRsA== X-Received: by 10.180.205.234 with SMTP id lj10mr16498155wic.1.1408904852811; Sun, 24 Aug 2014 11:27:32 -0700 (PDT) Original-Received: by 10.217.40.201 with HTTP; Sun, 24 Aug 2014 11:27:32 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c03::22d X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:99388 Archived-At: Hi, Anyone can explain what is the meaning of the symbol # in the following mapconcat call (from ob-python.el), (mapconcat #'org-babel-trim (butlast (org-babel-comint-with-output (session org-babel-python-eoe-indicator t body) (funcall input-body body) (funcall send-wait) (funcall send-wait) (insert org-babel-python-eoe-indicator) (funcall send-wait)) 2) "\n") Thanks. Shiyuan