all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: David Kastrup <dak@gnu.org>
Subject: Re: How to switch to the recent available buffer easily
Date: Thu, 28 Dec 2006 21:21:29 +0100	[thread overview]
Message-ID: <85psa3ojp2.fsf@lola.goethe.zz> (raw)
In-Reply-To: mailman.2438.1167317263.2155.help-gnu-emacs@gnu.org

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

  parent reply	other threads:[~2006-12-28 20:21 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-27 10:12 How to switch to the recent available buffer easily Ronald
2006-12-27 17:04 ` harry meyers
2006-12-27 17:56 ` Andreas Roehler
2006-12-27 18:27 ` Kevin Rodgers
2006-12-27 18:35 ` Hadron Quark
2006-12-28 14:47   ` reader
     [not found]   ` <mailman.2438.1167317263.2155.help-gnu-emacs@gnu.org>
2006-12-28 16:03     ` Charles philip Chan
2006-12-28 18:42       ` reader
2006-12-28 20:21     ` David Kastrup [this message]
2006-12-29 11:04       ` reader
2006-12-27 19:05 ` rgb
2006-12-28 14:41   ` reader
     [not found]   ` <mailman.2436.1167316913.2155.help-gnu-emacs@gnu.org>
2006-12-28 16:01     ` Charles philip Chan
2006-12-28 18:46       ` reader
2006-12-28 16:38     ` Peter Lee
2006-12-27 23:06 ` Enno Schwass

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=85psa3ojp2.fsf@lola.goethe.zz \
    --to=dak@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.