Nicolas Goaziou <m...@nicolasgoaziou.fr> writes:
> Sebastien Vauban <sva-news-D0wtAvR13HarG/idocf...@public.gmane.org> > writes: > >>> I don't understand why yas-expand (or yas/expand) appears in >>> `org-self-insert-command'. This feature was introduced for the first >>> time in 94c4f801a2a8f0e0e14b48719c22e06dd9a1e599: >>> >>> Tables: Fix auto-blanking of fields is yasnippet is active. >>> >>> When yasnippet is active, it is the official binding of TAB. That >>> means, the org-mode self-insert command must know that it may >>> blank table fields if the last command was yas/expand. >>> >>> The "must know" part is not clear to me. I tend to think we should >>> remove it. >> >> Will you do that? > > I'd rather understand the issue first. I CC Carsten if he wants to chime > in. > > The fallback plan is to do the removal and see what happens. Done.