Hi,
the attached patched lets srecode-insert handle &rest dict-entries
according to their types, which is convenient when used in interactive
situations like this:
(define-abbrev-table
'c++-mode-abbrev-table
'(("incs"
""
(lambda ()
(srecode-load-tables-for-mode major-mode)
(srecode-insert "declaration:include" "SYSTEM" 't)))
[...]
Since the patch can possible break srecode-insert, I did not commit it
to CVS yet. I would appreciate comments.
Kind regards,
Jan
|