From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: grep -E instead of egrep? Date: Mon, 16 Oct 2006 14:47:11 -0400 Message-ID: References: <85mz7wim71.fsf@lola.goethe.zz> <87zmbwcxre.fsf@lrde.org> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1161026848 16593 80.91.229.2 (16 Oct 2006 19:27:28 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 16 Oct 2006 19:27:28 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 16 21:27:28 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GZY7O-00075N-Q7 for ged-emacs-devel@m.gmane.org; Mon, 16 Oct 2006 21:27:23 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZY7O-00054K-TQ for ged-emacs-devel@m.gmane.org; Mon, 16 Oct 2006 15:27:22 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GZY6x-00052F-78 for emacs-devel@gnu.org; Mon, 16 Oct 2006 15:26:55 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GZY6w-00051I-AH for emacs-devel@gnu.org; Mon, 16 Oct 2006 15:26:54 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GZXu4-0000ya-V1 for emacs-devel@gnu.org; Mon, 16 Oct 2006 15:13:37 -0400 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GZXdh-0001ZQ-Im for emacs-devel@gnu.org; Mon, 16 Oct 2006 14:56:41 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1GZXUV-0008Ib-Dt; Mon, 16 Oct 2006 14:47:11 -0400 Original-To: michael@cadilhac.name (=?iso-8859-1?Q?Micha=EBl?= Cadilhac) In-reply-to: <87zmbwcxre.fsf@lrde.org> (michael@cadilhac.name) 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:60798 Archived-At: So you're probably right about egrep being much more portable, because it's been created before grep -E, but in the future, egrep is meant to disappear. -E was specified by POSIX, more than a decade ago. By now, we can assume it is supported.