[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Include buffer-move.el
From: |
Glenn Morris |
Subject: |
Re: Include buffer-move.el |
Date: |
Tue, 14 Aug 2007 18:10:43 -0400 |
User-agent: |
Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) |
Leo wrote:
> Is it a good idea to include buffer-mode.el¹?
>
> Footnotes:
> ¹ http://www.emacswiki.org/cgi-bin/wiki/buffer-move.el
Who knows? If you want to be helpful, perhaps you would care to say
what it does and why/if you personally find it useful, well-written,
etc? Even just pasting the commentary would be an improvement:
;; This file is for lazy people wanting to swap buffers without
;; typing C-x b on each window. This is useful when you have :
;; +--------------+-------------+
;; | | |
;; | #emacs | #gnus |
;; | | |
;; +--------------+-------------+
;; | |
;; | .emacs |
;; | |
;; +----------------------------+
;; and you want to have :
;; +--------------+-------------+
;; | | |
;; | #gnus | .emacs |
;; | | |
;; +--------------+-------------+
;; | |
;; | #emacs |
;; | |
;; +----------------------------+
;; With buffer-move, just go in #gnus, do buf-move-left, go to #emacs
;; (which now should be on top right) and do buf-move-down.
- Include buffer-move.el, Leo, 2007/08/14
- Re: Include buffer-move.el,
Glenn Morris <=
- Re: Include buffer-move.el, Juri Linkov, 2007/08/14
- Re: Include buffer-move.el, Lennart Borgman (gmail), 2007/08/14
- Re: Include buffer-move.el, Juri Linkov, 2007/08/15
- Re: Include buffer-move.el, Andreas Schwab, 2007/08/15
- Re: Include buffer-move.el, Lennart Borgman (gmail), 2007/08/15
- Re: Include buffer-move.el, David Kastrup, 2007/08/15
- Re: Include buffer-move.el, Davis Herring, 2007/08/15
- Re: Include buffer-move.el, Eli Zaretskii, 2007/08/14