help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Undebuggable error in .emacs


From: Kevin Rodgers
Subject: Re: Undebuggable error in .emacs
Date: Tue, 16 Jul 2013 07:36:07 -0600
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.2.28) Gecko/20120306 Thunderbird/3.1.20

On 7/12/13 8:32 AM, Michal Sojka wrote:
...
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?

Close the unbalanced open parenthesis: (setq notmuch-wash-original-regexp "...")
                                                                               ^

--
Kevin Rodgers
Denver, Colorado, USA




reply via email to

[Prev in Thread] Current Thread [Next in Thread]