emacs-devel
[Top][All Lists]
Advanced

[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.




reply via email to

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