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: Mon, 01 Apr 2013 01:28:12 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

On 2013-03-31, Teemu Likonen wrote:

> Oleksandr Gavenko [2013-03-31 16:01:30 +0300] wrote:
>
>>   (setq iswitchb-buffer-ignore
>>         '("^ "
>>           "^\*Buffer"
>>           "^\*Completions\*"
>>           "^\*tramp"
>>           "^\*Dired log\*"
>>           "^\*Quail Completions\*"
>>           "^\*Disabled Command\*"
>>           "^TAGS"
>>           ))
>
> You must have double backslashes for regexp because they have special
> meaning in Lisp strings too. Try evaluating the strings below with C-x
> C-e. The latter will return "^*Buffer".
>
>     "^\\*Buffer"
>     "^\*Buffer"
>
Thanks! I added these lines 4 years ago when learn Emacs.

-- 
Best regards!




reply via email to

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