From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: tramp error in custom-set-variables in ~/.emacs Date: Fri, 12 May 2006 10:13:00 +0200 Message-ID: References: <44635FE6.30902@speakeasy.net> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1147421633 18060 80.91.229.2 (12 May 2006 08:13:53 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 May 2006 08:13:53 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri May 12 10:13:47 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FeSmE-0005Iy-Lv for geh-help-gnu-emacs@m.gmane.org; Fri, 12 May 2006 10:13:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeSmD-0000vP-Dx for geh-help-gnu-emacs@m.gmane.org; Fri, 12 May 2006 04:13:33 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FeSlp-0000uS-6X for help-gnu-emacs@gnu.org; Fri, 12 May 2006 04:13:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FeSll-0000t1-9X for help-gnu-emacs@gnu.org; Fri, 12 May 2006 04:13:08 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FeSlk-0000ss-Qg for help-gnu-emacs@gnu.org; Fri, 12 May 2006 04:13:04 -0400 Original-Received: from [194.113.59.95] (helo=mailrelay1.alcatel.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FeSnR-000296-EY for help-gnu-emacs@gnu.org; Fri, 12 May 2006 04:14:49 -0400 Original-Received: from slbhac.alcatel.de (slbhac.bln.sel.alcatel.de [149.204.63.216]) by mailrelay1.alcatel.de (8.12.11.20060308/8.12.11/ICT TSC MAIL 2005) with ESMTP id k4C8D0Mh032735; Fri, 12 May 2006 10:13:01 +0200 Original-To: Kevin Rodgers In-Reply-To: (Kevin Rodgers's message of "Thu, 11 May 2006 14:36:16 -0600") User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/20.7 (hpux) X-Scanned-By: MIMEDefang 2.49 on 149.204.45.72 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:34992 Archived-At: Kevin Rodgers writes: > ken wrote: >> Doing "load-file ~/.emacs", I got an error which said (approximately) >> "end of file reached before finished parsing". So I went through >> ~/.emac and found at the end, under >> >> (custom-set-variables >> ;; custom-set-variables was added by Custom -- don't edit or >> cut/paste it! >> >> Or should I instead move the tramp lines to some other >> file? > > It depends. Do you need to change the value of > tramp-wrong-passwd-regexp from its default? You can remove all these custom lines from your .emacs, if you haven't changed the default values. >> Thanks for your wise recommendations. > > Customize is for pussies. Real men use setq. s/setq/set/ Best regards, Michael.