Re: [O] [PATCH] Fix tangling in indirect buffers

2015-09-09 Thread Kyle Meyer
Nicolas Goaziou writes: > Kyle Meyer writes: > >> Patch against maint attached. > > LGTM. Thank you. Thanks for having a look. Pushed. -- Kyle

Re: [O] [PATCH] Fix tangling in indirect buffers

2015-09-09 Thread Nicolas Goaziou
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

[O] [PATCH] Fix tangling in indirect buffers

2015-09-08 Thread Kyle Meyer
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