[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Redefining Return and Line



RMS has suggested another alternative for this.  The idea is to create a
new ZMACS variable called Indent-New-Line-Function.  Insert New Line would
call this instead of calling what is on Return (if the variable is bound
and not NIL, of course).  I suppose to be completely general, you should
have Indent-New-Line-New-Line-Function and Indent-New-Line-Indent-Function.
Mode hook functions could, of course, set these.

Comments?