From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ryo" Newsgroups: gmane.emacs.help Subject: hide-show mode: unbalanced parentheses Date: 4 Jan 2007 18:57:37 -0800 Organization: http://groups.google.com Message-ID: <1167965857.446927.38250@42g2000cwt.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: sea.gmane.org 1167968426 7310 80.91.229.12 (5 Jan 2007 03:40:26 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 Jan 2007 03:40:26 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Jan 05 04:40:24 2007 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 1H2fwM-0007cq-9A for geh-help-gnu-emacs@m.gmane.org; Fri, 05 Jan 2007 04:40:22 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H2fwL-00009t-GT for geh-help-gnu-emacs@m.gmane.org; Thu, 04 Jan 2007 22:40:21 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!42g2000cwt.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 18 Original-NNTP-Posting-Host: 128.171.156.62 Original-X-Trace: posting.google.com 1167965862 21358 127.0.0.1 (5 Jan 2007 02:57:42 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Fri, 5 Jan 2007 02:57:42 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Opera/9.10 (X11; Linux i686; U; en),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: 42g2000cwt.googlegroups.com; posting-host=128.171.156.62; posting-account=LBWHzQwAAAAlK4MtFb0Svk8BP5GZW6My Original-Xref: shelby.stanford.edu gnu.emacs.help:144539 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: news.gmane.org gmane.emacs.help:40143 Archived-At: Hi all, hs-hide-all (in hs-minor-mode, a "hide-show" mode) gets stuck with "unbalanced parentheses" in my latex source. Some unbalanced parens and brackets are necessary. For example, \@ifnextchar [{\@tauZero}{\tau_{\!\!o}} Notice the unmatched "[" . Or, you sometimes write "1) blah blah; 2) blah blah; . . . ." Is there any fix? Or is there any alternative to hs-minor-mode? I could imagine that folding is possible on the basis of sectioning commands like "\section". Regards, Ryo