[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] Clearing errors?
From: |
Marc Simpson |
Subject: |
Re: [vile] Clearing errors? |
Date: |
Fri, 11 Mar 2016 08:58:18 -0800 |
I realise that the above might be a bit ambiguous/confusing. A couple of points:
0. I inadvertently overloaded the term "error" by using &error in the example;
1. ~return is intentionally absent (the mistake that triggered this
post); vile attempts to call "false".
Here's a clearer example without &error,
store-procedure oops
fubar
~endm
On Fri, Mar 11, 2016 at 6:51 AM, Marc Simpson <address@hidden> wrote:
> If I trigger an error with `:oops',
>
> store-procedure oops
> &error "oops"
> ~endm
>
> how do I subsequently clear the error condition? (I'm failing to find
> the relevant docs.)
>
> The issue with the above is that once `oops' is triggered, I'm unable
> to write my buffers to disk,
>
> [write-hook returned FALSE]
>
> which is, um, somewhat problematic....
- [vile] Clearing errors?, Marc Simpson, 2016/03/11
- Re: [vile] Clearing errors?,
Marc Simpson <=
- Re: [vile] Clearing errors?, Marc Simpson, 2016/03/11
- Re: [vile] Clearing errors?, Thomas Dickey, 2016/03/11
- Re: [vile] Clearing errors?, Marc Simpson, 2016/03/11
- Re: [vile] Clearing errors?, Thomas Dickey, 2016/03/11
- Re: [vile] Clearing errors?, Marc Simpson, 2016/03/12
- Re: [vile] Clearing errors?, Thomas Dickey, 2016/03/13
- Re: [vile] Clearing errors?, Marc Simpson, 2016/03/15