From mboxrd@z Thu Jan 1 00:00:00 1970 From: Aaron Ecay Subject: Re: [PATCH] * lisp/ob-core.el (org-babel-execute-src-block): insert hash for silent results Date: Sat, 09 Mar 2013 13:56:06 -0500 Message-ID: <87obescshl.fsf@gmail.com> References: <1362542863-25992-1-git-send-email-aaronecay@gmail.com> <87obetsgma.fsf@Rainer.invalid> <877glhsfus.fsf@gmail.com> <87r4jpjzsc.fsf@gmail.com> <87obesqv39.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([208.118.235.92]:35598) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEOwI-0001Md-Rq for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 13:56:19 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UEOwD-00084A-CT for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 13:56:14 -0500 Received: from mail-qe0-f50.google.com ([209.85.128.50]:46101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UEOwD-00083d-7n for emacs-orgmode@gnu.org; Sat, 09 Mar 2013 13:56:09 -0500 Received: by mail-qe0-f50.google.com with SMTP id k5so1625626qej.37 for ; Sat, 09 Mar 2013 10:56:08 -0800 (PST) In-Reply-To: <87obesqv39.fsf@gmail.com> (Eric Schulte's message of "Sat, 09 Mar 2013 10:45:17 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Eric Schulte Cc: Achim Gratz , emacs-orgmode@gnu.org 2013ko martxoak 9an, Eric Schulte-ek idatzi zuen: > Maybe a better solution would be to add a feature to avoid echoing > very large results to the minibuffer. It should be very > straightforward to add a user customizable variable (e.g., > `org-babel-max-echo-length' or somesuch) which limits the number of > characters echo'd to the minibuffer. If a very large result is read by emacs, it slows down drastically. This is in fact the raison d=E2=80=99etre of :results none (http://thread.gmane.org/gmane.emacs.orgmode/62115/focus=3D62665). So I=E2= =80=99m afraid this doesn=E2=80=99t help. --=20 Aaron Ecay