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

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

Re: How to change between buffers?


From: martin
Subject: Re: How to change between buffers?
Date: Sat, 19 Nov 2005 22:39:02 +0100
User-agent: Emacs Gnus

"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 via email to

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