From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Giannandrea Castaldi Newsgroups: gmane.emacs.help Subject: How can use outline mode in lisp code? Date: Thu, 24 Jun 2004 08:56:09 +0200 Organization: Tiscali Spa Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1088538264 25905 80.91.224.253 (29 Jun 2004 19:44:24 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 29 Jun 2004 19:44:24 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Jun 29 21:44:09 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BfOWX-0008Pp-00 for ; Tue, 29 Jun 2004 21:44:09 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BfOYD-0003bl-8j for geh-help-gnu-emacs@m.gmane.org; Tue, 29 Jun 2004 15:45:53 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!news.mailgate.org!draco.tiscalinet.it!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 9 Original-NNTP-Posting-Host: host-212-123-94-100.tiscali.it Original-X-Trace: lacerta.tiscalinet.it 1088060156 30305 212.123.94.100 (24 Jun 2004 06:55:56 GMT) Original-X-Complaints-To: abuse@tiscali.it Original-NNTP-Posting-Date: 24 Jun 2004 06:55:56 GMT User-Agent: Mozilla Thunderbird 0.6 (X11/20040605) X-Accept-Language: en-us, en Original-Xref: shelby.stanford.edu gnu.emacs.help:123926 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:19287 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:19287 Hi, I'm using emacs+slime to write common lisp programs (cmucl). I'd like to use the outline mode while I'm editing lisp programs. It should make invisble/visble the symbolic expressions of my files. How can I do it? Thanks. Giannandrea