Nicolas Goaziou writes:
> Kyle Meyer writes:
>
>> Patch against maint attached.
>
> LGTM. Thank you.
Thanks for having a look. Pushed.
--
Kyle
Helo,
Kyle Meyer writes:
> Patch against maint attached.
LGTM. Thank you.
> - (file (buffer-file-name))
> + (file (buffer-file-name (buffer-base-buffer)))
I think there are some occurrences like this one in the code base that
should be fixed during some rainy day.
Regards,
--
Nic
Rainer M Krug writes:
> Kyle Meyer writes:
>
>> Rainer M Krug writes:
>>
>>> Hi
>>>
>>> it seems that tangling from an indirect buffer does not work. Is this by
>>> design or a bug?
>>
>> I don't think that's by design.
>>
>>> Would it be possible to make this possible?
>>
>> Does the below pat