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: Rami A
Subject: Re: switch to previous buffer
Date: Sun, 31 Mar 2013 12:46:57 -0700 (PDT)
User-agent: G2/1.0

Oleksandr,
Thanks for your input.

Could you explain more how you use C-left/C-right?
I am trying to figure out also how to use your snippet of code in my dotemacs, 
how would I assign it to a key combination to do the job?
Apologies, I am novice in emacs and lisp.

On Sunday, March 31, 2013 6:01:30 AM UTC-7, Oleksandr Gavenko wrote:
> 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]