From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: formido Newsgroups: gmane.emacs.help Subject: evaluation output too short Date: Sat, 12 Jul 2008 18:23:41 -0700 (PDT) Organization: http://groups.google.com Message-ID: <1054b35f-81a4-41fd-ba84-8e688d9e203f@d1g2000hsg.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1215984498 21122 80.91.229.12 (13 Jul 2008 21:28:18 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 13 Jul 2008 21:28:18 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jul 13 23:29:06 2008 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1KI97u-0001l2-PI for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jul 2008 23:29:02 +0200 Original-Received: from localhost ([127.0.0.1]:46816 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KI972-00089I-NG for geh-help-gnu-emacs@m.gmane.org; Sun, 13 Jul 2008 17:28:08 -0400 Original-Path: news.stanford.edu!newsfeed.stanford.edu!postnews.google.com!d1g2000hsg.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: 75.84.175.111 Original-X-Trace: posting.google.com 1215912221 15503 127.0.0.1 (13 Jul 2008 01:23:41 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Sun, 13 Jul 2008 01:23:41 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: d1g2000hsg.googlegroups.com; posting-host=75.84.175.111; posting-account=ivEBWwoAAAAvVw947tp2U-HBcoAwWEMu User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/419.2 (KHTML, like Gecko) Safari/419.3, gzip(gfe), gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:160148 X-Mailman-Approved-At: Sun, 13 Jul 2008 17:27:12 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:55518 Archived-At: When I evaluate load-path (and presumbly other variables whose stringified form is "too" long), most of the result is truncated in the mini-buffer (and messages buffer). How can I send output to a scrollable buffer that shows the entire contents of the evaluation? I found describe-variable, but I don't want to have to bother with that every time I evaluate something. Michael