unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* controlling window-configuration changes
@ 2008-06-21  4:26 knubee
  2008-06-21 14:03 ` Kevin Rodgers
       [not found] ` <mailman.13665.1214057002.18990.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 8+ messages in thread
From: knubee @ 2008-06-21  4:26 UTC (permalink / raw)
  To: help-gnu-emacs

 i realize that questions about window configurations are faqs, but i
have not been able to find an answer to this particular question.

i tend to split my emacs frame so that there are two buffers side by
side (C-x 3). this works fine, but there are some applications that
insist on using the entire emacs frame when they are invoked (org-mode
agenda view, TOC for latex files, etc.)

is there a way to specify that all apps respect the vertical boundary
of the current window? or does this require configuring something for
each of the offending apps?

related question: when using moinmoin mode with screen-lines.el, long
lines are wrapped appropriately if the window is the size of the full
emacs frame. But dividing the frame into two side-by-side windows does
not work. Then, the lines of text have the right-facing arrows (to
indicate that the lines continue beyond the right-hand edge). Is there
a way to fix this (or some other utility for long lines) that will
respect the edge of the window?

thanks.


^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: controlling window-configuration changes
@ 2008-06-22 12:22 martin rudalics
  0 siblings, 0 replies; 8+ messages in thread
From: martin rudalics @ 2008-06-22 12:22 UTC (permalink / raw)
  To: knubee; +Cc: help-gnu-emacs

 >   (defun my-truncate ()
 >      (setq truncate-partial-width-windows nil))
 >
 >   (add-hook 'moinmoin-mode-hook 'my-truncate)

Does

(defun my-truncate ()
   (set (make-local-variable 'truncate-partial-width-windows) nil))

(add-hook 'moinmoin-mode-hook 'my-truncate)

do what you want?





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

end of thread, other threads:[~2008-06-23  0:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-21  4:26 controlling window-configuration changes knubee
2008-06-21 14:03 ` Kevin Rodgers
     [not found] ` <mailman.13665.1214057002.18990.help-gnu-emacs@gnu.org>
2008-06-22  9:11   ` knubee
2008-06-22 10:04     ` Lennart Borgman (gmail)
     [not found]     ` <mailman.13695.1214129062.18990.help-gnu-emacs@gnu.org>
2008-06-22 10:47       ` knubee
2008-06-22 12:15         ` Lennart Borgman (gmail)
     [not found]         ` <mailman.13699.1214136949.18990.help-gnu-emacs@gnu.org>
2008-06-23  0:48           ` knubee
  -- strict thread matches above, loose matches on Subject: below --
2008-06-22 12:22 martin rudalics

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).