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: Thomas Dickey
Subject: Re: [vile] [Too many levels of files]
Date: Fri, 23 May 2014 17:33:29 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

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.

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

Attachment: signature.asc
Description: Digital signature


reply via email to

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