all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to capture output too long to fit
@ 2007-08-15 19:21 Tamas Papp
  2007-08-15 19:28 ` weber
  2007-08-16  6:55 ` Dmitri Minaev
  0 siblings, 2 replies; 10+ messages in thread
From: Tamas Papp @ 2007-08-15 19:21 UTC (permalink / raw)
  To: help-gnu-emacs

When I do M-: (frame-parameters) RET, the value appears in the
minibuffer, but it is too long to fit there and ends with ...  How
could I see the whole thing?

Thanks,

Tamas

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: how to capture output too long to fit
@ 2007-08-16  9:33 martin rudalics
  0 siblings, 0 replies; 10+ messages in thread
From: martin rudalics @ 2007-08-16  9:33 UTC (permalink / raw)
  To: tkpapp; +Cc: help-gnu-emacs

 > When I do M-: (frame-parameters) RET, the value appears in the
 > minibuffer, but it is too long to fit there and ends with ...  How
 > could I see the whole thing?

Try M-: (pp (frame-parameters))

^ permalink raw reply	[flat|nested] 10+ messages in thread
[parent not found: <mailman.4853.1187256810.32220.help-gnu-emacs@gnu.org>]
* Re: how to capture output too long to fit
@ 2007-08-16 13:31 martin rudalics
  0 siblings, 0 replies; 10+ messages in thread
From: martin rudalics @ 2007-08-16 13:31 UTC (permalink / raw)
  To: tkpapp; +Cc: help-gnu-emacs

 > Another question: the output in the minibuffer disappears when I click
 > on it and try to scroll.  How can I prevent that?  Is it possible to
 > evaluate into a new, permanent buffer?

M-: (pp (frame-parameters) (get-buffer-create "*foo*"))

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2007-08-16 14:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-15 19:21 how to capture output too long to fit Tamas Papp
2007-08-15 19:28 ` weber
2007-08-16  1:16   ` Barry Margolin
2007-08-16  6:55 ` Dmitri Minaev
  -- strict thread matches above, loose matches on Subject: below --
2007-08-16  9:33 martin rudalics
     [not found] <mailman.4853.1187256810.32220.help-gnu-emacs@gnu.org>
2007-08-16  9:57 ` Tamas Papp
2007-08-16 13:25   ` weber
2007-08-16 13:27     ` weber
2007-08-16 14:51   ` Drew Adams
2007-08-16 13:31 martin rudalics

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.