help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: switch to previous buffer


From: Oleksandr Gavenko
Subject: Re: switch to previous buffer
Date: Sun, 31 Mar 2013 16:01:30 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2013-03-30, Rami A wrote:

> Le Wang...
> Thank you so much buddy. That is exactly what I wanted and even more.
>
> I used this part of the page you recommended, I added *Buffer List" to the
> ignored list "crs-hated-buffers" and Boom...it worked.
> [SKIP]

While I use C-LEFT / C-RIGHT I also use:

  (iswitchb-mode 1)
  (setq iswitchb-regexp t)
  (setq iswitchb-use-virtual-buffers t)
  (setq iswitchb-buffer-ignore
        '("^ "
          "^\*Buffer"
          "^\*Completions\*"
          "^\*tramp"
          "^\*Dired log\*"
          "^\*Quail Completions\*"
          "^\*Disabled Command\*"
          "^TAGS"
          ))

-- 
Best regards!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]