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: David Kastrup
Subject: Re: How to switch to the recent available buffer easily
Date: Thu, 28 Dec 2006 21:21:29 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux)

reader@newsguy.com writes:

> 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:

Looks like your region is the whole mail, starting with "From: ".  You
should probably eval a smaller region.

-- 
David Kastrup, Kriemhildstr. 15, 44793 Bochum


reply via email to

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