Group: gnu.emacs.help · Group Profile · Search for Insert appropriate line end character like for C in gnu.emacs.help
Author: Jason Rumney
Date: Jun 11, 2008 15:03
...t possibly know what my intention is, but it _can_ know what the appropriate end-of-statement character is for the current context. Sure, theoretically it can, but it doesn't. In c-mode and other derived modes, you'd set c-electric-flag to get the sort of behaviour you describe (bound to semi-colons, commas etc, rather than C-S-RET), but it is down to each mode to ...
|