サイトマップ 更新履歴 ニュース Elispセクション 利用手引

SwBuff

Last edit

Changed:

< By LennartBorgman. Builds on Lisp:swbuff-x.el and adds:
< * Some frame-buffer handling (show in new frame, switch to frame displaying buffer)
< * Display timer can be stopped by typing any key - without having that key executed.
< * Tried to be theme cooperative - key bindings in minor
mode.
< * Changed default key binding to C-Tab/C-S-Tab.
< * Pop up menu available during display (new frame, switch to frame etc).
< Available at http://ourcomments.org/Emacs/Emacs.html . Look for the [[EmacsW32]] source package, zipped on the download page http://ourcomments.org/cgi-bin/emacsw32-dl-latest.pl .

to

> Discontinued.
> Instead [NxhtmlMode nXhtml] now contains a version of ControlTABbufferCycling based on [InteractivelyDoThings ido-mode].


DavidPonce has written library swbuff.el, which lets you cycle among existing buffers in an agreeable fashion. Download it here: http://sourceforge.net/projects/emhacks/.

Enhancements

The following enhancements to swbuff.el are also available:

swbuff-advice

swbuff-advice.el – allows the use of more than one set of regexp filters. You can specify inclusive and additive-exclusive filters, in addition to exclusionary filters. By JosephLCasadonteJr. Download it here: http://www.northbound-train.com/emacs.html#MyPackages.

swbuff-x

Lisp:swbuff-x.el – By KahlilHodgson. New features:

swbuff-y

Discontinued. Instead nXhtml now contains a version of ControlTABbufferCycling based on ido-mode.

Tips and tricks

By mistake I used ‘swbuff-switch-to-previous-buffer’ but what I really wanted to use was ‘swbuff-switch-to-next-buffer’. – MaDa

CategoryBufferSwitching