From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: JS Newsgroups: gmane.emacs.help Subject: Re: Shortcut to change buffers? Date: Fri, 22 Apr 2005 13:24:22 +0200 Organization: UNI-C Message-ID: References: <4268528b$0$12638$5a62ac22@per-qv1-newsreader-01.iinet.net.au> <87k6mvgkvn.fsf@tiger.rapttech.com.au> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: sea.gmane.org 1114170782 3000 80.91.229.2 (22 Apr 2005 11:53:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 22 Apr 2005 11:53:02 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Apr 22 13:53:00 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DOwhj-0007rB-Lm for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 13:52:16 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DOwmd-0002ZN-MP for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Apr 2005 07:57:19 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!syros.belnet.be!news.belnet.be!transit.news.xs4all.nl!border2.nntp.ams.giganews.com!nntp.giganews.com!uio.no!uninett.no!news.net.uni-c.dk!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 62 Original-NNTP-Posting-Host: 130.225.245.182 Original-X-Trace: news.net.uni-c.dk 1114168963 11551 130.225.245.182 (22 Apr 2005 11:22:43 GMT) Original-X-Complaints-To: usenet@news.net.uni-c.dk Original-NNTP-Posting-Date: Fri, 22 Apr 2005 11:22:43 +0000 (UTC) User-Agent: KNode/0.7.7 Original-Xref: shelby.stanford.edu gnu.emacs.help:130375 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:25946 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:25946 Tim X wrote: > JS writes: > >> Quokka wrote: >> >>> Ryan Bowman wrote: >>>>>>> Is there a shortcut combination that lets you >>>>> >>>>>shift between the >>>>> >>>>>>> different buffers? >>>>>> >>> >>> I use tabbar mode, this provides a nice graphical display >>> of the buffers and provides functions for next buffer >>> and prev buffer. >>> >>> link: http://sourceforge.net/projects/emhacks/ >>> >>> >>> Paul >> >> >> Could you give a short explanation on how to make it work? >> I have made this in my .emacs file: >> >> (require 'tabbar) >> >> But when I restart emacs I get this error: >> >> >> >> An error has occurred while loading `/home/johs/.emacs': >> >> File error: "Cannot open load file", "tabbar" >> >> To ensure normal operation, you should investigate the cause >> of the error in your initialization file and remove it. Start >> Emacs with the `--debug-init' option to view a complete error >> backtrace >> >> ------------------------ >> >> I have placed the tabbar.el file in my load path. >> > > check your load-path variable is correct. C-h load-path > check you have the correct read mode/permissions on the file > > Tim Ok I found out that I needed to press C-h v "load-path". I get a big list of all my load-paths and all my .el files are in one of them sp that should be ok. As I wrote before my setnu.el mode is working so I compared the permissions with that for tabbar and they are the same. So its in my load path and the permissions should be ok...what could else be the problem?