all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kevin Rodgers <kevin.d.rodgers@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Undebuggable error in .emacs
Date: Tue, 16 Jul 2013 07:36:07 -0600	[thread overview]
Message-ID: <ks3i64$u35$1@ger.gmane.org> (raw)
In-Reply-To: <8761wf6e8v.fsf@steelpick.2x.cz>

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	other threads:[~2013-07-16 13:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-12 14:32 Undebuggable error in .emacs Michal Sojka
2013-07-16 13:36 ` Kevin Rodgers [this message]
2013-07-22 10:15   ` Michal Sojka
     [not found] <mailman.938.1373639533.12400.help-gnu-emacs@gnu.org>
2013-07-12 16:29 ` Barry Margolin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='ks3i64$u35$1@ger.gmane.org' \
    --to=kevin.d.rodgers@gmail.com \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.