[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#73545: 30.0.91; Strange behaviour on switch-to-next-buffer
From: |
Eli Zaretskii |
Subject: |
bug#73545: 30.0.91; Strange behaviour on switch-to-next-buffer |
Date: |
Sun, 29 Sep 2024 08:39:03 +0300 |
> From: Rahul Martim Juliato <rahuljuliato@gmail.com>
> Date: Sun, 29 Sep 2024 01:25:21 -0300
>
> I just wanted to report something I found a bit strange.
>
> I would like some keybindings to jump to the next/previous *non-special*
> buffer.
>
> With these settings:
>
> (setq switch-to-prev-buffer-skip-regexp "\*[^*]+\*")
> (setq switch-to-next-buffer-skip-regexp "\*[^*]+\*")
>
> I have the init.el file open, along with the Messages and scratch
> buffers.
Did you forget to double the backslashes?