[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: What could be causing "# Interrupt received in operation"?
From: |
Robert Pluim |
Subject: |
Re: What could be causing "# Interrupt received in operation"? |
Date: |
Wed, 13 Mar 2019 10:22:13 +0100 |
>>>>> On Tue, 12 Mar 2019 17:04:15 +0000, Alex Bennée <address@hidden> said:
Alex> Which had a logic fault that it was failing to check
Alex> local-mu4e before adding to the load-path. You would think
Alex> having a nil in your load-path would cause more complaints
Alex> overall but no just obscure hard to track down failures in
Alex> tramp :-/
In `load-path', nil → `default-directory', which by its very nature is
dependent on which buffer you happen to be in, however itʼs allowed.
Robert