From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.help Subject: Re: Turning off flyspell programmatically for source blocks in Org mode Date: Tue, 14 Feb 2012 00:00:33 +0530 Message-ID: <814nuu37sm.fsf@gmail.com> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1329157866 25264 80.91.229.3 (13 Feb 2012 18:31:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 13 Feb 2012 18:31:06 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Leo Alekseyev Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Feb 13 19:31:02 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rx0fv-0003UZ-Il for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 19:30:55 +0100 Original-Received: from localhost ([::1]:51723 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx0fv-0006Ev-1q for geh-help-gnu-emacs@m.gmane.org; Mon, 13 Feb 2012 13:30:55 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:60817) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx0fp-0006ER-HU for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 13:30:50 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Rx0fo-00067D-9y for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 13:30:49 -0500 Original-Received: from mail-pw0-f41.google.com ([209.85.160.41]:57503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Rx0fo-000674-50 for help-gnu-emacs@gnu.org; Mon, 13 Feb 2012 13:30:48 -0500 Original-Received: by pbcwz17 with SMTP id wz17so5079136pbc.0 for ; Mon, 13 Feb 2012 10:30:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=peuFVRLVeYG4Hk7Km1q/tdO6C2mMVwgQIw2NZ/lmZQg=; b=LXWwOU2DOsOj/mUn80P9mh3WOpNGCJPK1ITmPIPYjoPiTlvaRvrmPDv9j+GrdVfo7z AxdIfhe/C1ykA+Euwsk/fU9kBjMRQWzyVhzL2Jx8MMBtsHwhbd2h7FF41onwSnT6moo0 9KT2ghDlvy8bd/6TLb/gusnehbRR9F+E/D+RE= Original-Received: by 10.68.196.195 with SMTP id io3mr3963350pbc.36.1329157847194; Mon, 13 Feb 2012 10:30:47 -0800 (PST) Original-Received: from JAMBU-NETBOOK ([101.63.214.178]) by mx.google.com with ESMTPS id h6sm41426546pbg.5.2012.02.13.10.30.43 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 13 Feb 2012 10:30:46 -0800 (PST) In-Reply-To: (Leo Alekseyev's message of "Mon, 13 Feb 2012 03:18:47 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.93 (windows-nt) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 209.85.160.41 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:83739 Archived-At: Leo Alekseyev writes: > When I use Flyspell with org-mode, it often insists on spell-checking > my code, which is nice, but annoying. How might one prevent flyspell > from operating on code blocks in org, given that they are clearly > delimited with lines #+begin_src [language] and #+end_src? > > I've tried adding ("+begin_src" . "+end_src") to > ispell-skip-region-alist, but it didn't seem to work. See http://debbugs.gnu.org/cgi/bugreport.cgi?bug=10804 > Appreciate any suggestions! > > --