Bad-ptr / persp-mode.el

named perspectives(set of buffers/window configs) for emacs
401 stars 44 forks source link

iswitch-buffer always displaying all buffers #3

Closed ckruse closed 10 years ago

ckruse commented 10 years ago

Hey,

after trying out persp-mode I noticed that iswitch-buffer always shows all buffers of all perspectives. Is this intended or do I do something wrong? My persp-mode configuration is very easy:

(require persp-mode)
(persp-mode t)

Thats all.

Bad-ptr commented 10 years ago

It's because I don't use iswitch-buffer. :) Try from 'test-iswitch-buffer-restriction' branch: https://github.com/Bad-ptr/persp-mode.el/tree/test-iswitch-buffer-restriction

ckruse commented 10 years ago

this branch works, thank you very much! :-) (Now I have to integrate this with my home-grown buffer-cycle.el, but that's my duty ;-)

Bad-ptr commented 10 years ago

this branch works

good. It'll be merged to master.

ckruse commented 10 years ago

nice! Can you push a new version to ELPA/Marmalade, too?

Bad-ptr commented 10 years ago

Can you push a new version to ELPA/Marmalade, too?

If you want, you can do it. I prefer MELPA(and advise you to use it too): https://github.com/milkypostman/melpa It automatically updates packages to new versions from repositories(with period of several hours(~2)) and contain a lot of packages that are not in ELPA or Marmalade.

ckruse commented 10 years ago

Hey,

I prefer MELPA(and advise you to use it too): https://github.com/milkypostman/melpa

I already use MELPA :-)

It automatically updates packages to new versions from repositories(with period of several hours(~2)) and contain a lot of packages that are not in ELPA or Marmalade.

Ah, I didn't knew that one. Thanks!

Greetings, CK