all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Helm and Winner Mode don't play nice
@ 2014-09-17 21:19 Tory S. Anderson
  2014-09-18  8:16 ` Michael Heerdegen
       [not found] ` <mailman.9086.1411028247.1147.help-gnu-emacs@gnu.org>
  0 siblings, 2 replies; 4+ messages in thread
From: Tory S. Anderson @ 2014-09-17 21:19 UTC (permalink / raw)
  To: emacs list

To whom it may concern, 

I've noticed that Helm-mini is considered a previous window setup by Winner mode, which, unfortunately, makes Winner mode near useless. Has anyone found a way around this? 

- Tory



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Helm and Winner Mode don't play nice
  2014-09-17 21:19 Helm and Winner Mode don't play nice Tory S. Anderson
@ 2014-09-18  8:16 ` Michael Heerdegen
       [not found] ` <mailman.9086.1411028247.1147.help-gnu-emacs@gnu.org>
  1 sibling, 0 replies; 4+ messages in thread
From: Michael Heerdegen @ 2014-09-18  8:16 UTC (permalink / raw)
  To: help-gnu-emacs

torys.anderson@gmail.com (Tory S. Anderson) writes:

> I've noticed that Helm-mini is considered a previous window setup by
> Winner mode, which, unfortunately, makes Winner mode near useless. Has
> anyone found a way around this?

Not really.  winner has `winner-boring-buffers', but since helm buffers
can have several different names, one would have to specify a regexp,
which is not possible with winner.

There's a bug report about this:

   bug#5919: 24.0.50; Feature request:winner-boring-buffer-regexp


Michael.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Helm and Winner Mode don't play nice
       [not found] ` <mailman.9086.1411028247.1147.help-gnu-emacs@gnu.org>
@ 2014-10-01  7:36   ` drspotter
  2014-10-01 16:06     ` Tory S. Anderson
  0 siblings, 1 reply; 4+ messages in thread
From: drspotter @ 2014-10-01  7:36 UTC (permalink / raw)
  To: help-gnu-emacs

On Thursday, 18 September 2014 09:16:51 UTC+1, Michael Heerdegen  wrote:
> ...
> Not really.  winner has `winner-boring-buffers', but since helm buffers
> can have several different names, one would have to specify a regexp,
> which is not possible with winner.
> ...

For what it's worth, I've made it good enough for me with the following boring buffer definitions:

  (add-to-list 'winner-boring-buffers "*helm M-x*")
  (add-to-list 'winner-boring-buffers "*helm mini*")
  (add-to-list 'winner-boring-buffers "*Helm Completions*")
  (add-to-list 'winner-boring-buffers "*Helm Find Files*")
  (add-to-list 'winner-boring-buffers "*helm mu*")
  (add-to-list 'winner-boring-buffers "*helm mu contacts*")
  (add-to-list 'winner-boring-buffers "*helm-mode-describe-variable*")
  (add-to-list 'winner-boring-buffers "*helm-mode-describe-function*")

Stuart


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Helm and Winner Mode don't play nice
  2014-10-01  7:36   ` drspotter
@ 2014-10-01 16:06     ` Tory S. Anderson
  0 siblings, 0 replies; 4+ messages in thread
From: Tory S. Anderson @ 2014-10-01 16:06 UTC (permalink / raw)
  To: drspotter; +Cc: help-gnu-emacs

Excellent! Thanks!

drspotter@gmail.com writes:

> On Thursday, 18 September 2014 09:16:51 UTC+1, Michael Heerdegen  wrote:
>> ...
>> Not really.  winner has `winner-boring-buffers', but since helm buffers
>> can have several different names, one would have to specify a regexp,
>> which is not possible with winner.
>> ...
>
> For what it's worth, I've made it good enough for me with the following boring buffer definitions:
>
>   (add-to-list 'winner-boring-buffers "*helm M-x*")
>   (add-to-list 'winner-boring-buffers "*helm mini*")
>   (add-to-list 'winner-boring-buffers "*Helm Completions*")
>   (add-to-list 'winner-boring-buffers "*Helm Find Files*")
>   (add-to-list 'winner-boring-buffers "*helm mu*")
>   (add-to-list 'winner-boring-buffers "*helm mu contacts*")
>   (add-to-list 'winner-boring-buffers "*helm-mode-describe-variable*")
>   (add-to-list 'winner-boring-buffers "*helm-mode-describe-function*")
>
> Stuart



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-10-01 16:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17 21:19 Helm and Winner Mode don't play nice Tory S. Anderson
2014-09-18  8:16 ` Michael Heerdegen
     [not found] ` <mailman.9086.1411028247.1147.help-gnu-emacs@gnu.org>
2014-10-01  7:36   ` drspotter
2014-10-01 16:06     ` Tory S. Anderson

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.