From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: Error report on startup Date: Thu, 1 Mar 2007 16:26:11 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172762865 12440 80.91.229.12 (1 Mar 2007 15:27:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 15:27:45 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Herbert Euler" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 16:27:33 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HMnAp-0000UC-AH for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 16:26:27 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMnAq-0003o6-UU for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 10:26:28 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMnAe-0003lI-Bq for emacs-devel@gnu.org; Thu, 01 Mar 2007 10:26:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMnAd-0003l5-N6 for emacs-devel@gnu.org; Thu, 01 Mar 2007 10:26:16 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMnAd-0003kt-GZ for emacs-devel@gnu.org; Thu, 01 Mar 2007 10:26:15 -0500 Original-Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMnAd-0006Cv-7b for emacs-devel@gnu.org; Thu, 01 Mar 2007 10:26:15 -0500 Original-Received: by wr-out-0506.google.com with SMTP id i3so699928wra for ; Thu, 01 Mar 2007 07:26:14 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=CkbKRo+UXuKOV25/I42jMIPdJUVrtGQ8AmGyh346fwVgQ7344c1+P5yL4amjtXMxtzS2Hi/JdhdD4y4bYfmKKwLNNObUGN9+paCAFqvPyilB/4S6Jg/Rpo4WogBKVpbuD3MlTHcGoUMkpsrye2kBt5keV85p1LR+I3rmiUy2yFc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=aqC75L5eSwExQizetnV+ODt6Jaxcq7Dq38Cba3WMrFoi61JrR4no6+5xjZFlIBk2q/I/si62CA4XlO3psETCgSFKUS/yVBjDP40W4WbY+hF82eJ1m0SxN8sHibd94XOM0JmZmW+sm/Vco0CWpNyMoMX8yM0hoA0pmmbrExx3jYg= Original-Received: by 10.114.158.1 with SMTP id g1mr401782wae.1172762771997; Thu, 01 Mar 2007 07:26:11 -0800 (PST) Original-Received: by 10.114.234.16 with HTTP; Thu, 1 Mar 2007 07:26:11 -0800 (PST) In-Reply-To: Content-Disposition: inline X-detected-kernel: Linux 2.4-2.6 (Google crawlbot) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67140 Archived-At: On 3/1/07, Herbert Euler wrote: > For me, the library is type-break mode, and the file is ~/.type-break. > If I did not read the source and did some digging work, I cannot > know it is the file ~/.type-break that causes the error. Why are you loading type-break in such a weird way? If you .emacs contains (require 'type-break) messages *will* be meaningful wrt the point of error. Juanma