emacs-devel
[Top][All Lists]
Advanced

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

Re: C-x 3 (split-window-horizontally) & C-x 1 (delete-other-windows)


From: David Hansen
Subject: Re: C-x 3 (split-window-horizontally) & C-x 1 (delete-other-windows)
Date: Tue, 06 May 2008 03:32:48 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.0.60 (gnu/linux)

On Mon, 05 May 2008 14:16:26 -0400 Sam Steingold wrote:

> 1. even though I can imagine that I might want to have one 160-char-wide
>    window every once in a while, by far the more common situation would
>    be wanting to preserve 2 columns.  Thus I would want C-x 1 to delete
>    all other windows in the current column and leave the other column
>    intact (as if the other column were a separate frame glued to this
>    one side by side)
>

(defun dh-max-window-vertically ()
  (interactive)
  (enlarge-window 4200))

(defun dh-max-window-horizontally ()
  (interactive)
  (enlarge-window-horizontally 4200))

David






reply via email to

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