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

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

Re: Moving between the buffers


From: Markus Wawryniuk
Subject: Re: Moving between the buffers
Date: Mon, 26 Mar 2001 09:32:02 +0200

Hi,

this could solve your problem - a little bit:

;;; switching to the proposed buffer without pressing RET
(defun switch-to-buffer-immediately ()
  "This switch-to-buffer without pressing RET."
  (interactive)
  (switch-to-buffer (other-buffer)))

(global-set-key "\C-x\C-i" 'switch-to-buffer-immediately)

By typing C-x C-i emacs is switching to the buffer proposed by C-x b.
Unfortunately you can cycle only between 2 buffers.

Markus


Srinivas Chidumalla wrote:

> Hi,
>
>   Is there a key short-cut by which i can move between previous and next
> buffers ??
>
>   How can i achieve this ?
>
> Thanks in Advance.
>
> Srini
>
> Srinivas R Chidumalla
> Plexus Technologies.
>
> www.plexustech.net
>
> ----------------------------------------------------------------------------
> ----------------
> Learn from the mistakes of others.  You can't live long enough to make them
> all yourself !
> ----------------------------------------------------------------------------
> ----------------




reply via email to

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