On Thu, Jun 01, 2000 at 03:38:56PM +0530, Sthitaprajna wrote:
> Hi
> 
> Couple of probs..
> 
> 1. Have any idea why this is not working?
> 
> (setq mail-mode-hook
>       ' (lamda()
>               (define-key mail-mode-map "\C-cm" 'mail-send-and-exit)
>               (define-key mail-mode-map "\C-cc" 'mail-cc)
>               ('turn-on-auto-fill)
>               (setq fill-column 65)))

I normally use local-set-key. 

> 
> Neither of these bindings is working...
> 

Is the auto-fill stuff working ?

        -Arun

-----------------------------------------------------------------------
For information on this and other Linux India mailing lists check out
http://lists.linux-india.org/

Reply via email to