From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ferdinand Newsgroups: gmane.emacs.help Subject: change outline-symbol in outline major and minor mode Date: Mon, 6 Aug 2012 14:10:14 +0200 Message-ID: <1D2A54F7-3BE8-4E90-9C1B-23B1D23F5AFE@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 6.0 \(1485\)) Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1344255032 739 80.91.229.3 (6 Aug 2012 12:10:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 6 Aug 2012 12:10:32 +0000 (UTC) To: "help-gnu-emacs@gnu.org" Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Aug 06 14:10:32 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SyM8m-0004Y8-Df for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Aug 2012 14:10:32 +0200 Original-Received: from localhost ([::1]:42430 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyM8l-0005pv-DU for geh-help-gnu-emacs@m.gmane.org; Mon, 06 Aug 2012 08:10:31 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:53211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SyM8b-0005pe-2K for help-gnu-emacs@gnu.org; Mon, 06 Aug 2012 08:10:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SyM8Z-0004aj-N7 for help-gnu-emacs@gnu.org; Mon, 06 Aug 2012 08:10:20 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:42381) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SyM8Z-0004aE-6s for help-gnu-emacs@gnu.org; Mon, 06 Aug 2012 08:10:19 -0400 Original-Received: (qmail invoked by alias); 06 Aug 2012 12:10:17 -0000 Original-Received: from s5597cbf5.adsl.wanadoo.nl (EHLO [192.168.1.108]) [85.151.203.245] by mail.gmx.net (mp001) with SMTP; 06 Aug 2012 14:10:17 +0200 X-Authenticated: #44561812 X-Provags-ID: V01U2FsdGVkX1/Bvaxx3KTBDY43W1hV+h6QPKWWiNv2vpv/VeXa1D /yaD+E7mRU2zFh X-Mailer: Apple Mail (2.1485) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.23 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 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 Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:86218 Archived-At: Hi, how can I redefine the symbols used to identify a header in = outline-major and minor mode? I would like to redefine it globally =96 what do I have to put in my = .emacs file? I tried something like this: (setq outline-regexp "(\d)+") (setq outline-heading-end-regexpp "\n") but it doesn't seems to work. so I hope, someone here can help me! thanks!=