all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: `ibuffer-saved-filter-groups` case sensitive?
Date: Fri, 7 Apr 2017 11:37:15 +0200	[thread overview]
Message-ID: <CAJ3okZ3P8mYcDaQ=5BiTd5NpR-eJ98OZBQm1RWRQNEx=rM8P=Q@mail.gmail.com> (raw)
In-Reply-To: <CAJ3okZ3B2EpQ-Afi0fbkPVQ3zxec6m8Tnd=hrun8zCMbtRzPRg@mail.gmail.com>

Dear community,

Ping.


Is it a bug ?
Or do I miss a point ?


Thank you for any suggestion.

All the best,
-simon

On 24 October 2016 at 19:06, zimoun <zimon.toutoune@gmail.com> wrote:
> Dear,
>
> I do not know if this behavior is expected or I perhaps miss a point.
> Ah, I am running Emacs 24.5.1 packaged by Debian (testing) and I have
> not tried Emacs 25 yet.
>
> I would like to filter IBuffer in Gnus-style grouping. Then, I am not
> able to split the buffer names between Upper-case and lower-case.
>
> If I understand well, in this case the regexp is case insensitive.
>
> Using this minimal snippet (saved in `ibuf.el`):
>
> (setq ibuffer-saved-filter-groups
>       (quote (("default"
>                ("lower" (name . "[:lower:]"))
>                ("Upper" (name . "[:upper]"))))))
> (add-hook 'ibuffer-mode-hook
>          (lambda ()
>            (ibuffer-switch-to-saved-filter-groups "default")))
>
> Then, running `emacs -Q -l ibuf.el`, for example, the buffer
> *Messages* is in the lower-group.
>
> (note that if you switch the "filters", then *scratch* appears in Upper-group)
>
> To be concrete, I do not know to locally turn `case-fold-search` to
> `nil`, or something in this flavor I guess.
>
>
> Thank you in advance to any suggestion.
>
> --simon



  reply	other threads:[~2017-04-07  9:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-10-24 17:06 `ibuffer-saved-filter-groups` case sensitive? zimoun
2017-04-07  9:37 ` zimoun [this message]
2017-04-07 11:06   ` hector
2017-04-07 12:47     ` zimoun
2017-04-07 17:03       ` Michael Heerdegen
2017-04-08 11:03         ` zimoun

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='CAJ3okZ3P8mYcDaQ=5BiTd5NpR-eJ98OZBQm1RWRQNEx=rM8P=Q@mail.gmail.com' \
    --to=zimon.toutoune@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.