all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: drspotter@gmail.com
To: help-gnu-emacs@gnu.org
Subject: Re: Helm and Winner Mode don't play nice
Date: Wed, 1 Oct 2014 00:36:44 -0700 (PDT)	[thread overview]
Message-ID: <e56b9c1b-ab13-49d5-b643-bd00813994a3@googlegroups.com> (raw)
In-Reply-To: <mailman.9086.1411028247.1147.help-gnu-emacs@gnu.org>

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


  parent reply	other threads:[~2014-10-01  7:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 [this message]
2014-10-01 16:06     ` Tory S. Anderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=e56b9c1b-ab13-49d5-b643-bd00813994a3@googlegroups.com \
    --to=drspotter@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.