From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: file variables and man pages with preprocessors Date: Mon, 12 Nov 2007 15:13:53 -0500 Message-ID: <36lk93ql1a.fsf@fencepost.gnu.org> References: <20071112.074510.66409949.wl@gnu.org> <4ed4ufalv8.fsf@fencepost.gnu.org> <20071112.122043.247515689.wl@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194898457 15458 80.91.229.12 (12 Nov 2007 20:14:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 12 Nov 2007 20:14:17 +0000 (UTC) Cc: rms@gnu.org, emacs-devel@gnu.org To: Werner LEMBERG Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Nov 12 21:14:22 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Irffj-0001wo-Ts for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 21:14:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrffX-0003OJ-Dn for ged-emacs-devel@m.gmane.org; Mon, 12 Nov 2007 15:14:03 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IrffQ-0003KR-Ig for emacs-devel@gnu.org; Mon, 12 Nov 2007 15:13:56 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IrffO-0003IC-E1 for emacs-devel@gnu.org; Mon, 12 Nov 2007 15:13:55 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IrffO-0003Hz-4S for emacs-devel@gnu.org; Mon, 12 Nov 2007 15:13:54 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IrffN-0001z2-Tc for emacs-devel@gnu.org; Mon, 12 Nov 2007 15:13:53 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IrffN-00012r-Cq; Mon, 12 Nov 2007 15:13:53 -0500 X-Spook: dictionary S Key strategic Craig Livingstone Cohiba X-Ran: 5*^ea)0\%~Zb$k(']h?,|4,=tU@]*$qM;md[-n`JI%8-.S:P7/8^Z]Yp(kXa*f6xVIq3Tg X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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: news.gmane.org gmane.emacs.devel:83078 Archived-At: Werner LEMBERG wrote: > + (and (or (looking-at "^#!") > + (looking-at "^'\\\\\"")) 2)) t) Why not (looking-at "^\\(#!\\|'\\\\\"\\)") ?