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

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

Re: How to switch to the recent available buffer easily


From: reader
Subject: Re: How to switch to the recent available buffer easily
Date: Thu, 28 Dec 2006 08:47:11 -0600
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.92 (gnu/linux)

Hadron Quark <hadronquark@gmail.com> 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 <left arrow>
 Loading /usr/local/share/emacs/site-lisp/cyclebuffer.el (source)...
load-with-code-conversion: Symbol's value as variable is void: From:





reply via email to

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