comparison etc/NEWS @ 27045:e0b241ae1977

Change to `no-self-insert' abbrev hooks.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 30 Dec 1999 12:32:41 +0000
parents 78e14b5e988c
children f43dabd831f2
comparison
equal deleted inserted replaced
27044:b36644e0e875 27045:e0b241ae1977
857 857
858 Note that +++ before an item means the Lisp manual has been updated. 858 Note that +++ before an item means the Lisp manual has been updated.
859 --- means that I have decided it does not need to be in the Lisp manual. 859 --- means that I have decided it does not need to be in the Lisp manual.
860 When you add a new item, please add it without either +++ or --- 860 When you add a new item, please add it without either +++ or ---
861 so I will know I still need to look at it -- rms. 861 so I will know I still need to look at it -- rms.
862
863 ** If an abbrevs has only a hook, and that hooks has a non-nil
864 `no-self-insert' property, the return value of the hook specifies
865 whether an expansion has been done or not. If it returns nil, no
866 expansion has been performed. The character leading to the call of
867 the hook will then be self-inserted.
862 868
863 ** The function `intern-soft' now accepts a symbol as first argument. 869 ** The function `intern-soft' now accepts a symbol as first argument.
864 In this case, that exact symbol is looked up in the specified obarray, 870 In this case, that exact symbol is looked up in the specified obarray,
865 and the function's value is nil if it is not found. 871 and the function's value is nil if it is not found.
866 872