From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pedro Borges" Newsgroups: gmane.emacs.help Subject: Emacs and laguage scopes Date: Wed, 8 Oct 2008 09:33:25 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1223480780 21172 80.91.229.12 (8 Oct 2008 15:46:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Oct 2008 15:46:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Oct 08 17:47:16 2008 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.50) id 1Knaz7-00082o-3q for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 17:29:57 +0200 Original-Received: from localhost ([127.0.0.1]:47716 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Knay2-0007fd-CG for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Oct 2008 11:28:50 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KnUU7-00023N-1b for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 04:33:31 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KnUU4-00022L-FV for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 04:33:29 -0400 Original-Received: from [199.232.76.173] (port=54792 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KnUU4-00022I-Bt for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 04:33:28 -0400 Original-Received: from ik-out-1112.google.com ([66.249.90.176]:38508) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KnUU4-0000gj-Aw for help-gnu-emacs@gnu.org; Wed, 08 Oct 2008 04:33:28 -0400 Original-Received: by ik-out-1112.google.com with SMTP id c21so2498149ika.2 for ; Wed, 08 Oct 2008 01:33:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=Acb8Z8+slBiCIruuhNUyS2IKEBqntu4t7/i6DMa9em8=; b=S1N5pFaKHQg9Php8DgR9HygtqhQnKUc7vfbe7sqsxqfaBI8OoGcSDmZ0lAigPHXYzB SIwbb1Osnh0ioa6G/ra2kG9HCSRotPR16q6ZJZYd3PQMJ639n07+xrzQT5GzgPFjCpXT 7bVbKYGwwXRiTR+ZrhqhWCjNFJL088av8duhQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=ZCB19xAIJfOazM/pQAStpDioPHA5l3u6v3CS+ljibPLhE1qfZKAM3an5gEC9PtVzD9 Metl3MnPWwj7f9GJmoth8P7dSaPx6/u/esyvvcJM9ibYL5IUtHhhggO0NzNio5lJEtxu WMrEXWgGRv/UyGXCbmhGVBvdQAewW7+LU/Su4= Original-Received: by 10.210.117.1 with SMTP id p1mr9499965ebc.194.1223454805887; Wed, 08 Oct 2008 01:33:25 -0700 (PDT) Original-Received: by 10.210.44.18 with HTTP; Wed, 8 Oct 2008 01:33:25 -0700 (PDT) Content-Disposition: inline X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) X-Mailman-Approved-At: Wed, 08 Oct 2008 11:27:42 -0400 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:58544 Archived-At: Hi all, Is there a plugin to add scopes to Emacs (textmate like scopes) or any plans to add them in a future release? Thanks