all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin rudalics <rudalics@gmx.at>
To: knubee@gmail.com
Cc: help-gnu-emacs@gnu.org
Subject: Re: controlling window-configuration changes
Date: Sun, 22 Jun 2008 14:22:07 +0200	[thread overview]
Message-ID: <485E43EF.1090006@gmx.at> (raw)

 >   (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?





             reply	other threads:[~2008-06-22 12:22 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-22 12:22 martin rudalics [this message]
  -- strict thread matches above, loose matches on Subject: below --
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=485E43EF.1090006@gmx.at \
    --to=rudalics@gmx.at \
    --cc=help-gnu-emacs@gnu.org \
    --cc=knubee@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.