From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michal Sojka Newsgroups: gmane.emacs.help Subject: Undebuggable error in .emacs Date: Fri, 12 Jul 2013 16:32:00 +0200 Message-ID: <8761wf6e8v.fsf@steelpick.2x.cz> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1373639543 4728 80.91.229.3 (12 Jul 2013 14:32:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 12 Jul 2013 14:32:23 +0000 (UTC) To: Emacs mailing list Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jul 12 16:32:24 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UxeOS-00030z-WA for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 16:32:21 +0200 Original-Received: from localhost ([::1]:36052 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeOS-0006Ur-IU for geh-help-gnu-emacs@m.gmane.org; Fri, 12 Jul 2013 10:32:20 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:60041) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeOH-0006Tf-Ix for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 10:32:12 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UxeOF-0006gM-G5 for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 10:32:09 -0400 Original-Received: from max.feld.cvut.cz ([147.32.192.36]:51795) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UxeOF-0006f4-8C for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 10:32:07 -0400 Original-Received: from localhost (unknown [192.168.200.7]) by max.feld.cvut.cz (Postfix) with ESMTP id 9232119F33D7 for ; Fri, 12 Jul 2013 16:32:05 +0200 (CEST) X-Virus-Scanned: IMAP STYX AMAVIS Original-Received: from max.feld.cvut.cz ([192.168.200.1]) by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044) with ESMTP id EHd-8MRt0PVc for ; Fri, 12 Jul 2013 16:32:00 +0200 (CEST) Original-Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34]) by max.feld.cvut.cz (Postfix) with ESMTP id AEED419F33C7 for ; Fri, 12 Jul 2013 16:32:00 +0200 (CEST) Original-Received: from wsh by steelpick.2x.cz with local (Exim 4.80) (envelope-from ) id 1UxeO8-0000JT-CV for help-gnu-emacs@gnu.org; Fri, 12 Jul 2013 16:32:00 +0200 User-Agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 147.32.192.36 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:92083 Archived-At: Hi all, I experience strange behavior of my emacs that looks like an emacs bug. My emacs is GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2013-04-13 on trouble, modified by Debian. After upgrading the org-mode to the latest version (8.0.6) and starting emacs, I get this well known message: Warning (initialization): An error occurred while loading `/home/wsh/.emacs': End of file during parsing: /home/wsh/.emacs To ensure normal operation, you should investigate and remove the cause of the error in your initialization file. Start Emacs with the `--debug-init' option to view a complete error backtrace. When I run `emacs --debug-init', no error is detected and emacs starts without executing the most of my .emacs. By trying to comment out various parts of my (huge) .emacs, I figured out that commenting the following line prevents the error. The line in question is: (setq notmuch-wash-original-regexp "^\\(--+\s?\\([oO]riginal [mM]essage\\|Messaggio Originale\\)\s?--+\s*\\|\s*_____*\s*\n\n\\(Da:\\|Von:\\) .*\\)$" The interesting thing is that this line has nothing to do with org-mode. It configures behavior of the notmuch email client. Does anybody know how to allow having the above line in my .emacs? Thanks, -Michal