From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: tomer Newsgroups: gmane.emacs.help Subject: folding-mode question Date: Tue, 21 Sep 2010 23:58:25 -0700 (PDT) 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 X-Trace: dough.gmane.org 1291864570 26750 80.91.229.12 (9 Dec 2010 03:16:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 9 Dec 2010 03:16:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Dec 09 04:15:59 2010 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.69) (envelope-from ) id 1PQWz9-0004HW-Hq for geh-help-gnu-emacs@m.gmane.org; Thu, 09 Dec 2010 04:15:59 +0100 Original-Received: from localhost ([127.0.0.1]:39460 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQWz8-0004yO-Mg for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:15:58 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!v23g2000vbi.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 16 Original-NNTP-Posting-Host: 212.179.81.50 Original-X-Trace: posting.google.com 1285138705 15689 127.0.0.1 (22 Sep 2010 06:58:25 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Wed, 22 Sep 2010 06:58:25 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v23g2000vbi.googlegroups.com; posting-host=212.179.81.50; posting-account=NuEtcAoAAADUxiHpeF0Pumy7gc4ekCfm User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729),gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:181414 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:76529 Archived-At: Is it possbile to fold partial line ,line for example: the folding mark is //<<< not folded: if (a==b) { //<<< a=1 b=2 }//>>> is it possbile to fold it like this: if (a==b) {... Thanks Tomer