Eduardo Cavazos <wayo.cava...@gmail.com> writes: > Hello, > > Emacs is notorious for having default buffer switching features which don't > satisfy everybody. That's putting it nicely. :-) A long running emacs can > accumulate buffers about USENET, shells, greping, etc. I personally have > customized Emacs to easily show me buffers associated with files. > > Perhaps it makes sense to have a buffer switching command especially for > Factor vocabularies. I.e. a keystroke which lists the vocabularies currently > being edited and easy selection of one.
The patch below implements a first try at solving this problem. In factor buffers you can - C-cs: to switch to another buffer - C-x4s: to switch to another buffer in other window - C-x5s: to switch to another buffer in other frame The commands are fuel-switch-to-buffer, fuel-switch-to-buffer-other-window and fuel-switch-to-buffer-other-frame. I think it's better to let users bind them to global shortcuts if they desire. What do you think? ------------ The following changes since commit 478fca5dc651786e440b1f7464cee672e3fda156: Doug Coleman (1): Take your stinking paws off me, you damned dirty datastack vocabulary! are available in the git repository at: http://git.hacks-galore.org/jao/factor.git emacs Jose A. Ortega Ruiz (3): FUEL: Ignore paren chars in \, POSTPONE: and stack effects. FUEL: Better font lock for <" "> forms. FUEL: New fuel-switch-to-buffer command family. misc/fuel/README | 3 +++ misc/fuel/fuel-edit.el | 26 ++++++++++++++++++++++++++ misc/fuel/fuel-font-lock.el | 42 +++++++++++++++++++++++------------------- misc/fuel/fuel-mode.el | 3 +++ misc/fuel/fuel-syntax.el | 7 ++++--- 5 files changed, 59 insertions(+), 22 deletions(-) ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Factor-talk mailing list Factor-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/factor-talk