help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: controlling window-configuration changes


From: martin rudalics
Subject: Re: controlling window-configuration changes
Date: Sun, 22 Jun 2008 14:22:07 +0200
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

>   (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 via email to

[Prev in Thread] Current Thread [Next in Thread]