Suraj Acharya <[EMAIL PROTECTED]> writes:

> (defcustom jde-newline-function  '(newline)
>   "Indent command that the enter key calls."
>   :group 'jde
>   :type '(list
>       (radio-button-choice
>        :format "%t \n%v"
>        :tag "Function: "
>        :entry-format " %b %v"
>        (const newline)
>        (const newline-and-indent)
>        (const align-newline-and-indent)
>        (function my-custom-newline-function)))
>   )

Hey, that's missing my (and of course the most sensible :-) choice of
`reindent-then-newline-and-indent'.

Ole
-- 
Ole Arndt                     http://www.sugarshark.com

Reply via email to