From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Language identification Date: Fri, 28 Aug 2009 21:12:41 -0400 Message-ID: References: <87skfczqc8.fsf@mail.jurta.org> <877hwnoi8d.fsf@mail.jurta.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1251508382 21454 80.91.229.12 (29 Aug 2009 01:13:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 29 Aug 2009 01:13:02 +0000 (UTC) Cc: joakim@verona.se, Emacs Development To: Juri Linkov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 29 03:12:55 2009 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 1MhCUw-0003vb-Gi for ged-emacs-devel@m.gmane.org; Sat, 29 Aug 2009 03:12:54 +0200 Original-Received: from localhost ([127.0.0.1]:55766 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhCUv-0007x3-OM for ged-emacs-devel@m.gmane.org; Fri, 28 Aug 2009 21:12:53 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MhCUq-0007wg-FU for emacs-devel@gnu.org; Fri, 28 Aug 2009 21:12:48 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MhCUl-0007wK-A1 for emacs-devel@gnu.org; Fri, 28 Aug 2009 21:12:48 -0400 Original-Received: from [199.232.76.173] (port=51589 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MhCUl-0007wH-5G for emacs-devel@gnu.org; Fri, 28 Aug 2009 21:12:43 -0400 Original-Received: from ironport2-out.teksavvy.com ([206.248.154.182]:54100) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MhCUk-0001Zj-O8 for emacs-devel@gnu.org; Fri, 28 Aug 2009 21:12:43 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AhsFAD8dmEpFpYuS/2dsb2JhbACBU9cmhBkFh2Y X-IronPort-AV: E=Sophos;i="4.44,294,1249272000"; d="scan'208";a="44459995" Original-Received: from 69-165-139-146.dsl.teksavvy.com (HELO pastel.home) ([69.165.139.146]) by ironport2-out.teksavvy.com with ESMTP; 28 Aug 2009 21:11:43 -0400 Original-Received: by pastel.home (Postfix, from userid 20848) id DB4317F42; Fri, 28 Aug 2009 21:12:41 -0400 (EDT) In-Reply-To: <877hwnoi8d.fsf@mail.jurta.org> (Juri Linkov's message of "Fri, 28 Aug 2009 22:16:30 +0300") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (gnu/linux) X-detected-operating-system: by monty-python.gnu.org: Genre and OS details not recognized. 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:114809 Archived-At: > Also there are conflicting extensions like e.g. ".pl" for both > Perl and Prolog (esp. SWI-Prolog). That's indeed an interesting case, where content-based mode choice might make sense. Thanks for reminding me of it. Stefan