all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: martin <nospam@nospam.net>
Subject: Re: How to change between buffers?
Date: Sat, 19 Nov 2005 22:39:02 +0100	[thread overview]
Message-ID: <b23blsgvwp.fsf@nospam.net> (raw)
In-Reply-To: ihqbr0jm9gk.fsf@hip389.ch.intel.com


"ED" == Edward Dodge <user@foo.bar> writes:
 ED> Newsgroups: gnu.emacs.help
 ED> Date: 17 Nov 2005 11:10:35 -0700
 ED> Organization: Pending Review by Mr. Travis Bickle
 ED> 
 ED> Paminu <jadajada@asd.com> writes:
 ED> 
 >> I have split my emacs in two buffers. Are there some kind of keyboard
 >> shortcut that shifts between a buffer that has been split in two?
 ED> 
 ED> In EMACS-speak,  a buffer cannot be split because it's not a display
 ED> element.  Here's the definitions that are used in EMACsia:
 ED> 
 ED> buffer - any file that is open in EMACS.
 ED> window - any view of a buffer
 ED> frame  - the X-window in which one or more EMACS windows reside
 ED> 
 ED> -- 
 ED> Edward Dodge
 ED>           
 ED>    __o    
 ED>  _`\(,_   
 ED> (_)/ (_)  ---  --- 
 ED> 

hi,

look at the result of C-h b (runs the command describe-bindings).

you will find

  C-x o runs the command other-window

there is also the command

  bury-buffer is an interactive built-in function.
  (bury-buffer &optional BUFFER)

  Put BUFFER at the end of the list of all buffers.
  There it is the least likely candidate for `other-buffer' to return;
  thus, the least likely buffer for M-x switch-to-buffer to select by default.
  If BUFFER is nil or omitted, bury the current buffer.
  Also, if BUFFER is nil or omitted, remove the current buffer from the
  selected window if it is displayed there.

you may bind it to key of your choice.

have fun

martin

-- 
parozusa at web dot de

      reply	other threads:[~2005-11-19 21:39 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-14 16:53 How to change between buffers? Paminu
2005-11-14 17:00 ` Peter Dyballa
2005-11-14 17:08 ` Albert Reiner
2005-11-14 17:30   ` Paminu
2005-11-14 17:11 ` Pascal Bourguignon
2005-11-17 18:10 ` Edward Dodge
2005-11-19 21:39   ` martin [this message]

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=b23blsgvwp.fsf@nospam.net \
    --to=nospam@nospam.net \
    /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.