vile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [vile] [Too many levels of files]


From: Wayne Cuddy
Subject: Re: [vile] [Too many levels of files]
Date: Sat, 24 May 2014 13:02:04 -0400
User-agent: Mutt/1.4.2.3i

On Sat, May 24, 2014 at 12:41:05PM -0400, Wayne Cuddy wrote:
> On Fri, May 23, 2014 at 05:33:29PM -0400, Thomas Dickey wrote:
> > On Fri, May 23, 2014 at 04:22:34PM -0400, Wayne Cuddy wrote:
> > > On Fri, May 23, 2014 at 02:44:02PM -0400, Thomas Dickey wrote:
> > > > On Fri, May 23, 2014 at 01:37:01PM -0400, Wayne Cuddy wrote:
> > > > > When running vile on OpenBSD is seems there is something that is
> > > > > triggering the message [Too many levels of files] to appear in the
> > > > > status line at the bottom.
> > > > 
> > > > That will happen if there's more than 9 levels of macros.
> > > > (It's hardcoded - hasn't been a need to make it configurable).
> > > >  
> > > > > I typically run vile on Linux (primarily), HP-UX and recently
> > > > > OpenBSD. I only ever see this message on OpenBSD and it seems to be
> > > > > triggered by some key sequence but I can't for the life of me figure
> > > > > out what is causing it.
> > > > 
> > > > offhand, the only thing that comes to mind is some macro which is
> > > > recurring, e.g., by calling itself.
> > > 
> > > I use the same configuration on all my systems and I don't "think" I have
> > > any macros that do that. Once the [Too many ...] message appears does
> > > that mean that the execution would terminate? If I hit escape and it
> > 
> > It means that the expression-evaluation will return an error - and
> > since that's usually handled correctly, we'd expect the error to propagate
> > up and terminate the macro.  (If "~force" was used, that might be ignored).
> > 
> > > aborts I'm wondering why the message appears again within a few seconds.
> > 
> > I don't have a good guess...
> > 
> > > I'll try running with '-D' to see if I notice anything interesting if it
> > > happens again.
> 
> It turns out that running with -D helped determine the problem. The
> autocolor-hook is executing repeatedly. I have autocolor=5000. But I'm

Correction...

filters.rc sets it 5000, I have it set to 1000... which is about how
often it seems to be running.

> not sending the editor any input when this is happening. It happens on
> the console, in xterm windows as well as in xvile. I set nohighlight and
> the problem went away. I set X focus to another window and it still
> happened. I have a copy of the trace log (-D) if that will help? I was
> editing my .fvwmrc file at the time... here is what the tail end of
> trace log shows.
> 
> running autocolor-hook HOOK with HighlightFilterMsg, current .fvwmrc
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> BEEP
> running autocolor-hook HOOK with HighlightFilterMsg, current .fvwmrc
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> BEEP
> running autocolor-hook HOOK with HighlightFilterMsg, current .fvwmrc
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> [HighlightFilterMsg]:1 (0/0):HighlightFilter
> BEEP
> *
> 
> 
> > 
> > That sounds like a way to start investigating.  If you're using the same
> > configuration everywhere (aside from quirks of NFS-mounts), I'd expect the
> > same behavior.
> >  
> > > >  
> > > > > I can hit escape while it's displayed which causes [Aborted] to appear
> > > > > in the status line but after a second [Too many levels of files]
> > > > > reappears.
> > > > > 
> > > > > Once the message appears the editor session is useless. I can usually 
> > > > > do
> > > > > exit with ':q' but sometimes it requires a kill. 
> > > > > 
> > > > > Thanks,
> > > > > Wayne
> > > > > 
> > > > > _______________________________________________
> > > > > vile mailing list
> > > > > address@hidden
> > > > > https://lists.nongnu.org/mailman/listinfo/vile
> > > > 
> > > > -- 
> > > > Thomas E. Dickey <address@hidden>
> > > > http://invisible-island.net
> > > > ftp://invisible-island.net
> > > 
> > > 
> > > 
> > > > _______________________________________________
> > > > vile mailing list
> > > > address@hidden
> > > > https://lists.nongnu.org/mailman/listinfo/vile
> > > 
> > > 
> > > _______________________________________________
> > > vile mailing list
> > > address@hidden
> > > https://lists.nongnu.org/mailman/listinfo/vile
> > 
> > -- 
> > Thomas E. Dickey <address@hidden>
> > http://invisible-island.net
> > ftp://invisible-island.net
> 
> 
> _______________________________________________
> vile mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/vile



reply via email to

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