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: Michal Sojka
Subject: Re: Undebuggable error in .emacs
Date: Mon, 22 Jul 2013 12:15:42 +0200
User-agent: Notmuch/0.15.2 (http://notmuchmail.org) Emacs/24.3.1 (x86_64-pc-linux-gnu)

Hi Kevin,

On Tue, Jul 16 2013, Kevin Rodgers wrote:
> 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 
> "...")

Thanks for your reply. I have the parenthesis on the next line and I
forgot to include it in my email. But I figured out that I have a
missing closing parenthesis at another place. I discovered this with
emacs compiled from bzr repo -- this version complained about parse
error.

Cheers,
-Michal



reply via email to

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