From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#9584: (void-variable outline-regexp) when visiting article Date: Tue, 19 Feb 2013 16:23:52 -0500 Message-ID: <5ntxp86lqv.fsf@fencepost.gnu.org> References: <877h4zluit.fsf@maru.md5i.com> <877gzys4oj.fsf@gnus.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1361309102 4461 80.91.229.3 (19 Feb 2013 21:25:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 21:25:02 +0000 (UTC) To: 9584-done@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Tue Feb 19 22:25:23 2013 Return-path: Envelope-to: geb-bug-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 1U7ugj-000342-9F for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Feb 2013 22:25:21 +0100 Original-Received: from localhost ([::1]:59181 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7ugO-0003AO-Vk for geb-bug-gnu-emacs@m.gmane.org; Tue, 19 Feb 2013 16:25:00 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:38351) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7ugM-000394-4L for bug-gnu-emacs@gnu.org; Tue, 19 Feb 2013 16:24:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U7ugK-0002V3-9R for bug-gnu-emacs@gnu.org; Tue, 19 Feb 2013 16:24:58 -0500 Original-Received: from debbugs.gnu.org ([140.186.70.43]:60232) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U7ugK-0002Uv-6N for bug-gnu-emacs@gnu.org; Tue, 19 Feb 2013 16:24:56 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1U7uhP-0007hD-0f for bug-gnu-emacs@gnu.org; Tue, 19 Feb 2013 16:26:03 -0500 Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Tue, 19 Feb 2013 21:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 9584 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: moreinfo Mail-Followup-To: 9584@debbugs.gnu.org, rgm@gnu.org, md5i@md5i.com Original-Received: via spool by 9584-done@debbugs.gnu.org id=D9584.136130910529502 (code D ref 9584); Tue, 19 Feb 2013 21:26:02 +0000 Original-Received: (at 9584-done) by debbugs.gnu.org; 19 Feb 2013 21:25:05 +0000 Original-Received: from localhost ([127.0.0.1]:37462 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7ugR-0007fl-19 for submit@debbugs.gnu.org; Tue, 19 Feb 2013 16:25:04 -0500 Original-Received: from fencepost.gnu.org ([208.118.235.10]:35823) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1U7ugO-0007fD-R9 for 9584-done@debbugs.gnu.org; Tue, 19 Feb 2013 16:25:01 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1U7ufI-0006NX-Un; Tue, 19 Feb 2013 16:23:53 -0500 X-Spook: Ron Brown ANZUS JFK military global Aladdin Ansar X-Ran: dwyR@Jv3U9TQxV;EPz!d#m_d*Slohgf%IbLjXHYM-B(_XsSWwGbrjSJ*#O]yVVf(I$aG4q X-Hue: cyan X-Attribution: GM In-Reply-To: (Glenn Morris's message of "Tue, 07 Feb 2012 16:42:45 -0500") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:71535 Archived-At: Version: 24.3 I found one place in Emacs that might cause this (in tramp.el) and fixed it. If it still happens to you, check to see if any local libraries might load outline while outline-regexp is let bound. (There are 3 places in Org that let-bind outline-regexp, but it is impossible for any of them to cause this issue.)