From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thorsten Jolitz Newsgroups: gmane.emacs.help Subject: Re: Different behaviour while debugging? Date: Fri, 22 Feb 2013 18:44:45 +0100 Message-ID: <87d2vsfdki.fsf@gmail.com> References: <87mwuzkp8i.fsf@gmail.com> <87ehgbkkur.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1361555121 23770 80.91.229.3 (22 Feb 2013 17:45:21 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Feb 2013 17:45:21 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 22 18:45:44 2013 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 1U8wgo-0003jN-DE for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 18:45:42 +0100 Original-Received: from localhost ([::1]:35797 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wgT-0001Ci-TO for geh-help-gnu-emacs@m.gmane.org; Fri, 22 Feb 2013 12:45:21 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:52911) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wgI-00010S-6J for help-gnu-emacs@gnu.org; Fri, 22 Feb 2013 12:45:13 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U8wgD-0002dx-4U for help-gnu-emacs@gnu.org; Fri, 22 Feb 2013 12:45:09 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:57674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U8wgC-0002d4-U8 for help-gnu-emacs@gnu.org; Fri, 22 Feb 2013 12:45:05 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U8wgP-0003LH-Me for help-gnu-emacs@gnu.org; Fri, 22 Feb 2013 18:45:17 +0100 Original-Received: from g231105225.adsl.alicedsl.de ([92.231.105.225]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2013 18:45:17 +0100 Original-Received: from tjolitz by g231105225.adsl.alicedsl.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 22 Feb 2013 18:45:17 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: g231105225.adsl.alicedsl.de User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.2 (gnu/linux) Cancel-Lock: sha1:CSqDSXiUx5QCuwJncz5aBjs3oc0= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:89219 Archived-At: Stefan Monnier writes: >> that sounds quite reasonable to me, thank you, might 'comment-start', >> 'comment-end' and 'comment-padding' be among such syntax-table >> properties? > > No, these are variables, not text-properties nor syntax-table properties. > >> Is this a mistake of my program not to display the content before >> running the code? > > No. > >> Or is this a problem with Emacs, and my program should not care about >> these things? > > Hard to tell without first figuring out what's really going on. thats probably quite difficult to figure out, and maybe not worth the pain, since until now the problems only occur when I run my outline-minor-mode extensions in 'html-mode', which is quite special with regards to outline and comments. thanks for the hints anyway. -- cheers, Thorsten