From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Mathias Dahl Newsgroups: gmane.emacs.help Subject: Re: Shortcut to change buffers? Date: Mon, 25 Apr 2005 09:04:44 +0200 Message-ID: References: <4268528b$0$12638$5a62ac22@per-qv1-newsreader-01.iinet.net.au> <87k6mvgkvn.fsf@tiger.rapttech.com.au> <85fyxiesxh.fsf@lola.goethe.zz> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1114412709 22497 80.91.229.2 (25 Apr 2005 07:05:09 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 25 Apr 2005 07:05:09 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 25 09:05:07 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1DPxeA-0006K7-Jg for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2005 09:04:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DPxjd-00048H-9w for geh-help-gnu-emacs@m.gmane.org; Mon, 25 Apr 2005 03:10:25 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!news.tele.dk!news.tele.dk!small.news.tele.dk!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 30 Original-X-Trace: individual.net 74aB6jA+7TkrpAQhzr2nSgOqfkfOf+9n5ww+jIHdfTo5bXhYOp User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:0UUprV8kss+xIXio+ZjrMmY3Dec= Original-Xref: shelby.stanford.edu gnu.emacs.help:130442 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:26013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:26013 David Kastrup writes: >> It keeps getting wierder and wierder. I have now writtin this in my .emacs >> file: >> >> (load-file "/home/johs/sml-mode/swbuff.el") > ^ non-breakable space > >> (require 'swbuff) >> (global-set-key '[C-tab] 'swbuff-switch-to-next-buffer) >> >> I get this error when I restart emacs: >> >> An error has occurred while loading `/home/johs/.emacs': >> >> Symbol's function definition is void: load-file  > ^non-breakable space >> >... > You can't cut&paste from Knode windows: it will deliver crap for > spaces and possibly also hyphens. So don't copy&paste: type the > stuff carefully new. Maybe we can help this guy replacing all those non-breaking spaces with normal spaces? I could not find out how to enter that character without (like with C-q ... ) pasting it into a call to replace-string. /Mathias