Tags: patch As discussed in bug#77823, this feature bring support for using strings as pairs in `electric-pair-mode', the advantage is that this can be used for: Auto-close block comments, close conditional constructs such as `case esac' from bash and whatever. This is currently a working prototype (only inserts the pairs). I would like to hear some comments or suggestions of this implementation. Thanks.