From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.emacs.devel Subject: Re: hide/show mode definitions for g77 Date: Tue, 02 Nov 2004 18:26:51 +0100 Message-ID: References: <50lldkwlwo.fsf@xpc14.ast.cam.ac.uk> Reply-To: ttn@glug.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1099415140 26150 80.91.229.6 (2 Nov 2004 17:05:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 2 Nov 2004 17:05:40 +0000 (UTC) Cc: emacs-devel@gnu.org, dmckee@jlab.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 02 18:05:31 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CP267-0006ld-00 for ; Tue, 02 Nov 2004 18:05:31 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP2EA-0005sp-Dr for ged-emacs-devel@m.gmane.org; Tue, 02 Nov 2004 12:13:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CP2BN-0004u9-TV for emacs-devel@gnu.org; Tue, 02 Nov 2004 12:10:58 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CP2BN-0004ti-7U for emacs-devel@gnu.org; Tue, 02 Nov 2004 12:10:57 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CP2BL-0004tc-SJ for emacs-devel@gnu.org; Tue, 02 Nov 2004 12:10:57 -0500 Original-Received: from [151.37.165.200] (helo=surf.glug.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CP22c-0007FH-Pg for emacs-devel@gnu.org; Tue, 02 Nov 2004 12:01:55 -0500 Original-Received: from ttn by surf.glug.org with local (Exim 3.35 #1 (Debian)) id 1CP2Ql-0004tB-00; Tue, 02 Nov 2004 18:26:51 +0100 Original-To: Glenn Morris In-reply-to: <50lldkwlwo.fsf@xpc14.ast.cam.ac.uk> (message from Glenn Morris on Tue, 02 Nov 2004 11:05:59 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29333 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29333 From: Glenn Morris Date: Tue, 02 Nov 2004 11:05:59 +0000 My bad. I suggested to David that he post it here. no worries. I'll add this (or something based on it) to fortran.el, since I think it belongs more naturally there than in hideshow.el. OK with you? i was thinking the same thing. if you haven't already, have a look at how vhdl-mode.el integrates hideshow functionality (VHDL shares the same sorts of --er-- "challenging syntax issues" w/ FORTRAN ;-). thi