all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#9584: (void-variable outline-regexp) when visiting article
       [not found] ` <m3fwjjyvxy.fsf@stories.gnus.org>
  2012-02-07 21:23   ` bug#9584: (void-variable outline-regexp) when visiting article Glenn Morris
@ 2012-02-07 21:23   ` Glenn Morris
  1 sibling, 0 replies; 9+ messages in thread
From: Glenn Morris @ 2012-02-07 21:23 UTC (permalink / raw
  To: Lars Magne Ingebrigtsen; +Cc: 9584

Lars Magne Ingebrigtsen wrote:

>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>   outline-mode()
>>   org-mode()
>
> This seems like an org-mode bug.  Perhaps it needs to require
> outline-mode?

It does, so it is very hard to see how this error could occur.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
       [not found] ` <m3fwjjyvxy.fsf@stories.gnus.org>
@ 2012-02-07 21:23   ` Glenn Morris
  2012-02-07 21:40     ` Lars Ingebrigtsen
  2012-02-07 21:40     ` Lars Ingebrigtsen
  2012-02-07 21:23   ` Glenn Morris
  1 sibling, 2 replies; 9+ messages in thread
From: Glenn Morris @ 2012-02-07 21:23 UTC (permalink / raw
  To: Lars Magne Ingebrigtsen; +Cc: Michael Welsh Duggan, 9584

Lars Magne Ingebrigtsen wrote:

>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>   outline-mode()
>>   org-mode()
>
> This seems like an org-mode bug.  Perhaps it needs to require
> outline-mode?

It does, so it is very hard to see how this error could occur.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:23   ` bug#9584: (void-variable outline-regexp) when visiting article Glenn Morris
@ 2012-02-07 21:40     ` Lars Ingebrigtsen
  2012-02-07 21:42       ` Glenn Morris
  2012-02-07 21:42       ` Glenn Morris
  2012-02-07 21:40     ` Lars Ingebrigtsen
  1 sibling, 2 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 21:40 UTC (permalink / raw
  To: Glenn Morris; +Cc: 9584

Glenn Morris <rgm@gnu.org> writes:

>>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>>   outline-mode()
>>>   org-mode()
>>
>> This seems like an org-mode bug.  Perhaps it needs to require
>> outline-mode?
>
> It does, so it is very hard to see how this error could occur.

Perhaps something had bound outline-regexp while loading stuff earlier,
leaving the variable unbound?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome





^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:23   ` bug#9584: (void-variable outline-regexp) when visiting article Glenn Morris
  2012-02-07 21:40     ` Lars Ingebrigtsen
@ 2012-02-07 21:40     ` Lars Ingebrigtsen
  1 sibling, 0 replies; 9+ messages in thread
From: Lars Ingebrigtsen @ 2012-02-07 21:40 UTC (permalink / raw
  To: Glenn Morris; +Cc: Michael Welsh Duggan, 9584

Glenn Morris <rgm@gnu.org> writes:

>>> Debugger entered--Lisp error: (void-variable outline-regexp)
>>>   outline-mode()
>>>   org-mode()
>>
>> This seems like an org-mode bug.  Perhaps it needs to require
>> outline-mode?
>
> It does, so it is very hard to see how this error could occur.

Perhaps something had bound outline-regexp while loading stuff earlier,
leaving the variable unbound?

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:40     ` Lars Ingebrigtsen
@ 2012-02-07 21:42       ` Glenn Morris
  2012-02-07 21:53         ` bug#9584: [O] " Bastien
                           ` (2 more replies)
  2012-02-07 21:42       ` Glenn Morris
  1 sibling, 3 replies; 9+ messages in thread
From: Glenn Morris @ 2012-02-07 21:42 UTC (permalink / raw
  To: Lars Ingebrigtsen; +Cc: 9584

Lars Ingebrigtsen wrote:

> Perhaps something had bound outline-regexp while loading stuff earlier,
> leaving the variable unbound?

I bet you are right.





^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:40     ` Lars Ingebrigtsen
  2012-02-07 21:42       ` Glenn Morris
@ 2012-02-07 21:42       ` Glenn Morris
  1 sibling, 0 replies; 9+ messages in thread
From: Glenn Morris @ 2012-02-07 21:42 UTC (permalink / raw
  To: Lars Ingebrigtsen; +Cc: Michael Welsh Duggan, 9584

Lars Ingebrigtsen wrote:

> Perhaps something had bound outline-regexp while loading stuff earlier,
> leaving the variable unbound?

I bet you are right.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: [O] bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:42       ` Glenn Morris
@ 2012-02-07 21:53         ` Bastien
  2012-02-07 21:53         ` bug#9584: " Bastien
  2013-02-19 21:23         ` Glenn Morris
  2 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2012-02-07 21:53 UTC (permalink / raw
  To: Glenn Morris; +Cc: Lars Ingebrigtsen, 9584

Glenn Morris <rgm@gnu.org> writes:

> Lars Ingebrigtsen wrote:
>
>> Perhaps something had bound outline-regexp while loading stuff earlier,
>> leaving the variable unbound?
>
> I bet you are right.

What is the version of org-mode?

-- 
 Bastien





^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:42       ` Glenn Morris
  2012-02-07 21:53         ` bug#9584: [O] " Bastien
@ 2012-02-07 21:53         ` Bastien
  2013-02-19 21:23         ` Glenn Morris
  2 siblings, 0 replies; 9+ messages in thread
From: Bastien @ 2012-02-07 21:53 UTC (permalink / raw
  To: Glenn Morris; +Cc: Lars Ingebrigtsen, 9584, Michael Welsh Duggan

Glenn Morris <rgm@gnu.org> writes:

> Lars Ingebrigtsen wrote:
>
>> Perhaps something had bound outline-regexp while loading stuff earlier,
>> leaving the variable unbound?
>
> I bet you are right.

What is the version of org-mode?

-- 
 Bastien

^ permalink raw reply	[flat|nested] 9+ messages in thread

* bug#9584: (void-variable outline-regexp) when visiting article
  2012-02-07 21:42       ` Glenn Morris
  2012-02-07 21:53         ` bug#9584: [O] " Bastien
  2012-02-07 21:53         ` bug#9584: " Bastien
@ 2013-02-19 21:23         ` Glenn Morris
  2 siblings, 0 replies; 9+ messages in thread
From: Glenn Morris @ 2013-02-19 21:23 UTC (permalink / raw
  To: 9584-done

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.)





^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-02-19 21:23 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <877h4zluit.fsf@maru.md5i.com>
     [not found] ` <m3fwjjyvxy.fsf@stories.gnus.org>
2012-02-07 21:23   ` bug#9584: (void-variable outline-regexp) when visiting article Glenn Morris
2012-02-07 21:40     ` Lars Ingebrigtsen
2012-02-07 21:42       ` Glenn Morris
2012-02-07 21:53         ` bug#9584: [O] " Bastien
2012-02-07 21:53         ` bug#9584: " Bastien
2013-02-19 21:23         ` Glenn Morris
2012-02-07 21:42       ` Glenn Morris
2012-02-07 21:40     ` Lars Ingebrigtsen
2012-02-07 21:23   ` Glenn Morris

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.