gnu-emacs-sources
[Top][All Lists]
Advanced

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

Needed help with EMACS lisp


From: Zia Mulla
Subject: Needed help with EMACS lisp
Date: Thu, 6 Jan 2005 17:13:11 +0530

Hi all,

I am using TCL in EMACS. What I need right now is the ability to do newline
and indent on a line exceeding 80 characters in addition to adding a \.
e.g.

Suppose I type a line:
This is just an example for lisp in EMACS. This is an example for lisp in
EMACS. This is an example.

This line should be indented as follows:

This is just an example for lisp in EMACS. This is an example for lisp in \
    EMACS. This is an example.

I am not sure if this can be achieved using auto-fill-mode. Maybe someone
among you might be using this or have any idea.

Thanks
Zia





reply via email to

[Prev in Thread] Current Thread [Next in Thread]