From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Klaus Berndl Newsgroups: gmane.emacs.help Subject: Re: ecb and buffer switching Date: 31 Oct 2003 14:58:27 +0100 Organization: "sd&m AG, Muenchen, Germany" Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1067609504 461 80.91.224.253 (31 Oct 2003 14:11:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 31 Oct 2003 14:11:44 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 31 15:11:42 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AFa06-0005TG-00 for ; Fri, 31 Oct 2003 15:11:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AFZsn-0007YE-S2 for geh-help-gnu-emacs@m.gmane.org; Fri, 31 Oct 2003 09:04:09 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed.icl.net!newsfeed.fjserv.net!skynet.be!skynet.be!newshub1.home.nl!home.nl!borium.box.nl!newsfeed.kabelfoon.nl!195.129.110.21.MISMATCH!bnewsfeed00.bru.ops.eu.uu.net!bnewsinpeer00.bru.ops.eu.uu.net!lnewsinpeer01.lnd.ops.eu.uu.net!emea.uu.net!news.sdm.de!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 75 Original-NNTP-Posting-Host: callin27.muc.sdm.de Original-X-Trace: news.sdm.de 1067608705 11465 195.125.139.27 (31 Oct 2003 13:58:25 GMT) Original-X-Complaints-To: usenet@news.sdm.de Original-NNTP-Posting-Date: Fri, 31 Oct 2003 13:58:25 +0000 (UTC) User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 Original-Xref: shelby.stanford.edu gnu.emacs.help:117757 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:13693 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:13693 On 30 Oct 2003, Chris McMahan wrote: > > The ecb info file is a big help on this. You can also get the > quick-n-dirty explaination within ecb by typing C-h k for the current > mode's keybindings: Thanks for pointing him to the ecb-info manual - because for this sake it has been written ;-) If something is not explained or not findable or explained in a bad manner then please report this to the ECB-mailing-list. > > The keybinding for this recently changed, but in version 1.96 the > following applies: > > C-c . g b ecb-goto-window-speedbar > C-c . g h ecb-goto-window-history > C-c . g m ecb-goto-window-methods > C-c . g s ecb-goto-window-sources > C-c . g d ecb-goto-window-directories > C-c . g c ecb-goto-window-compilation > C-c . g 1 ecb-goto-window-edit1 > C-c . g 2 ecb-goto-window-edit2 If these binding are too "long" for you (i.e. too many keys to press) then take a look at the option *ecb-mode-line-display-window-number*: ,---- | ecb-mode-line-display-window-number's value is t | | Documentation: | *Display in the modeline of every special ECB-window the window-number. | The left-top-most window in a frame has the window-number 0 and all other | windows are numbered with increasing numbers in the sequence, functions like | `other-window' or `next-window' would walk through the frame. | | This can be used to jump to windows by number with commands like: | | (defun my-switch-to-window-number (number) | "Switch to the nth window" | (interactive "P") | (if (integerp number) | (select-window (nth number (window-list))))) | | Currently this feature is only available for GNU Emacs 21.X, because neither | GNU Emacs < 21 nor XEmacs can evaluate dynamically forms in the mode-line. `---- With this you can switch to any window/buffer of ECB with just one key... Klaus > - Chris McMahan > > Vincenzo Di Somma writes: > > > Hi all, > > is there a way to switch between buffer in ecb instaed of C-o ? > > Something to swtch directy to a specific buffer for example ? > > Thanks. > > Vincenzo. > > -- > > > > Vincenzo Di Somma (vds) - REFLAB > > www.reflab.it > > www.reflab.it/community/Members/vds > > > > -- Klaus Berndl mailto: klaus.berndl@sdm.de sd&m AG http://www.sdm.de software design & management Carl-Wery-Str. 42, 81739 Muenchen, Germany Tel +49 89 63812-392, Fax -220