From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Rami A Newsgroups: gmane.emacs.help Subject: Re: switch to previous buffer Date: Sun, 31 Mar 2013 12:46:57 -0700 (PDT) Message-ID: <85bafb28-c697-4070-adc9-ab5408130550@googlegroups.com> References: <382a2375-aed1-4deb-ad29-21952926c809@googlegroups.com> <0746b716-e454-402f-a46d-dafa483bdb03@googlegroups.com> <20130330065118.GA21113@hysteria.proulx.com> <6b6e3269-8a0a-4777-abe8-f2ec4596b4a8@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1364790925 28781 80.91.229.3 (1 Apr 2013 04:35:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 1 Apr 2013 04:35:25 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: gnu.emacs.help@googlegroups.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 01 06:35:52 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UMWTG-0004Uf-IK for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Apr 2013 06:35:50 +0200 Original-Received: from localhost ([::1]:35777 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMWSs-0002hN-2g for geh-help-gnu-emacs@m.gmane.org; Mon, 01 Apr 2013 00:35:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:41814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMODY-0004qW-NE for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:47:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UMODT-0000R3-20 for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:47:04 -0400 Original-Received: from mail-qe0-f59.google.com ([209.85.128.59]:47717) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UMODS-0000Qy-UQ for help-gnu-emacs@gnu.org; Sun, 31 Mar 2013 15:46:58 -0400 Original-Received: by mail-qe0-f59.google.com with SMTP id 7so766738qeb.14 for ; Sun, 31 Mar 2013 12:46:58 -0700 (PDT) X-Received: by 10.50.16.71 with SMTP id e7mr385169igd.14.1364759218057; Sun, 31 Mar 2013 12:46:58 -0700 (PDT) Original-Path: glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.181.253.136; posting-account=HZ4YzgoAAABkTSCruZ7Bs4hufjlOUmBF Original-NNTP-Posting-Host: 69.181.253.136 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 69.181.253.136 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.128.59 X-Mailman-Approved-At: Mon, 01 Apr 2013 00:35:03 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:89859 Archived-At: 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!