From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Kastrup Newsgroups: gmane.emacs.help Subject: Re: How to switch to the recent available buffer easily Date: Thu, 28 Dec 2006 21:21:29 +0100 Organization: Organization?!? Message-ID: <85psa3ojp2.fsf@lola.goethe.zz> References: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1167338425 13181 80.91.229.10 (28 Dec 2006 20:40:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 28 Dec 2006 20:40:25 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 28 21:40:25 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 1H0236-0002De-MG for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 21:40:24 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H0236-0003BB-8t for geh-help-gnu-emacs@m.gmane.org; Thu, 28 Dec 2006 15:40:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news2.google.com!news.germany.com!newsfeed.utanet.at!newsfeed01.chello.at!newsfeed.arcor.de!newsspool2.arcor-online.net!news.arcor.de.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help X-Face: 2FEFf>]>q>2iw=B6, xrUubRI>pR&Ml9=ao@P@i)L:\urd*t9M~y1^:+Y]'C0~{mAl`oQuAl \!3KEIp?*w`|bL5qr,H)LFO6Q=qx~iH4DN; i"; /yuIsqbLLCh/!U#X[S~(5eZ41to5f%E@'ELIi$t^ Vc\LWP@J5p^rst0+('>Er0=^1{]M9!p?&:\z]|;&=NP3AhB!B_bi^]Pfkw User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.91 (gnu/linux) Cancel-Lock: sha1:jYG+HsWcSctXA6GTAJEbCnauXms= Original-Lines: 23 Original-NNTP-Posting-Date: 28 Dec 2006 21:21:29 CET Original-NNTP-Posting-Host: 0acffef4.newsspool1.arcor-online.net Original-X-Trace: DXC=RPI0g1L`M9I6PJ?[X6JIXEic==]BZ:afN4Fo<]lROoRA^YC2XCjHcbIPKnfS<\m1IFCV`H8_`hhQD^9QSCVg3dOFlR6NaHB Original-X-Complaints-To: usenet-abuse@arcor.de Original-Xref: shelby.stanford.edu gnu.emacs.help:144387 Original-To: help-gnu-emacs@gnu.org 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:39989 Archived-At: reader@newsguy.com writes: > 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: Looks like your region is the whole mail, starting with "From: ". You should probably eval a smaller region. -- David Kastrup, Kriemhildstr. 15, 44793 Bochum