From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Zia Mulla" Newsgroups: gmane.emacs.help Subject: need help with emacs Date: Fri, 7 Jan 2005 10:39:57 +0530 Organization: Cisco Systems Inc. Message-ID: <1105074884.110660@sj-nntpcache-3> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1105074826 17510 80.91.229.6 (7 Jan 2005 05:13:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 7 Jan 2005 05:13:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 07 06:13:41 2005 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CmmRR-0004Jn-00 for ; Fri, 07 Jan 2005 06:13:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Cmmcm-0001qB-KB for geh-help-gnu-emacs@m.gmane.org; Fri, 07 Jan 2005 00:25:24 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!sn-xit-02!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4922.1500 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4939.300 Cache-Post-Path: sj-nntpcache-3!unknown@10.77.139.134 X-Cache: nntpcache 2.4.0b2 (see http://www.nntpcache.org/) Original-X-Complaints-To: abuse@supernews.com Original-Lines: 22 Original-Xref: shelby.stanford.edu gnu.emacs.help:127713 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:23182 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:23182 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