From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ritchie Newsgroups: gmane.emacs.help Subject: enable outline-minor-mode at startup Date: Tue, 3 Feb 2009 12:52:17 -0800 (PST) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1233697454 21320 80.91.229.12 (3 Feb 2009 21:44:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 3 Feb 2009 21:44:14 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Feb 03 22:45:28 2009 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1LUT5A-00065s-R8 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2009 22:45:24 +0100 Original-Received: from localhost ([127.0.0.1]:48788 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUT3s-0005nf-36 for geh-help-gnu-emacs@m.gmane.org; Tue, 03 Feb 2009 16:44:04 -0500 Original-Path: news.stanford.edu!headwall.stanford.edu!news.glorb.com!postnews.google.com!z28g2000prd.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 13 Original-NNTP-Posting-Host: 66.215.153.172 Original-X-Trace: posting.google.com 1233694337 450 127.0.0.1 (3 Feb 2009 20:52:17 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 3 Feb 2009 20:52:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z28g2000prd.googlegroups.com; posting-host=66.215.153.172; posting-account=CuLrKQoAAACxi2VsGphG0_-Zo9Puh4B0 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1b2) Gecko/20081201 Firefox/3.1b2,gzip(gfe),gzip(gfe) Original-Xref: news.stanford.edu gnu.emacs.help:166576 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: news.gmane.org gmane.emacs.help:61890 Archived-At: I'm wondering if there is a way to enable the outline-minor-mode at startup. Without it, when I try to hide function body using command "hide-subtree", the hided function looks as if it is empty. Outline- minor-mode will have "..." indicating the body is hidden. When I put (outline-minor-mode 1) in .emacs, there is no effect, I still have to start it manually for each buffer. Anybody know how to start outline-minor-mode automatically? Or, is there other methods are used for hiding function bodies? Thank you - R