vile
[Top][All Lists]
Advanced

[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 14:17:59 -0800

> Here's a clearer example without &error,
>
> store-procedure oops
>   fubar
> ~endm

[reordered snip]

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

Still not sure how to correctly address this failing hook, but running
another macro that returns cleanly resolves the issue for now. My
current workaround is to run

  store-procedure reset-return
  ~endm

which clears $_ (i.e., sets to TRUE). If there's a way to properly
abort, please let me know (abort-command / hitting ESC doesn't do the
trick).

Sorry for the noisy question earlier---one of those days.



reply via email to

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