From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: reader@newsguy.com Newsgroups: gmane.emacs.help Subject: Re: How to switch to the recent available buffer easily Date: Thu, 28 Dec 2006 08:47:11 -0600 Organization: Still searching... Message-ID: <87r6ukrsb4.fsf@newsguy.com> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167317318 11611 80.91.229.10 (28 Dec 2006 14:48:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 14:48:38 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 28 15:48:38 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GzwYf-0000v0-Lp for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 15:48:37 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzwYf-00089W-73 for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 09:48:37 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GzwXl-0007bZ-DI for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 09:47:41 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GzwXk-0007bA-Sd for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 09:47:41 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GzwXk-0007b6-Ph for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 09:47:40 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GzwXk-0007Kk-6l for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 09:47:40 -0500 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1GzwXX-0006Lh-3G for help-gnu-emacs@gnu.org; Thu, 28 Dec 2006 15:47:27 +0100 Original-Received: from c-67-163-25-192.hsd1.in.comcast.net ([67.163.25.192]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Dec 2006 15:47:27 +0100 Original-Received: from reader by c-67-163-25-192.hsd1.in.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 28 Dec 2006 15:47:27 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Lines: 15 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: c-67-163-25-192.hsd1.in.comcast.net User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux) Cancel-Lock: sha1:uXJ62Jg3kAfzzTZbnKk/Gq45hms= X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:39972 Archived-At: Hadron Quark writes: > ;; Cycle buffers ##################################### > (autoload 'cyclebuffer-forward "cyclebuffer" "cycle forward" t) > (autoload 'cyclebuffer-backward "cyclebuffer" "cycle backward" t) > (global-set-key [?\C-x right] 'cyclebuffer-forward) > (global-set-key [?\C-x left] 'cyclebuffer-backward) Using: GNU Emacs 22.0.92.1 (i686-pc-linux-gnu, X toolkit) of 2006-12-21 That fails here. I get this error after M-x eval-region on the code then: C-x Loading /usr/local/share/emacs/site-lisp/cyclebuffer.el (source)... load-with-code-conversion: Symbol's value as variable is void: From: