From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Is there a javascript-mode? Date: Mon, 11 Jan 2010 17:23:50 +0100 Message-ID: References: <877hroehs5.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1263227070 1597 80.91.229.12 (11 Jan 2010 16:24:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2010 16:24:30 +0000 (UTC) Cc: Emacs-Devel devel To: Chong Yidong Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jan 11 17:24:23 2010 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 1NUN41-0007Up-N8 for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 17:24:22 +0100 Original-Received: from localhost ([127.0.0.1]:43282 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUN42-000119-77 for ged-emacs-devel@m.gmane.org; Mon, 11 Jan 2010 11:24:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NUN3w-00010h-HP for emacs-devel@gnu.org; Mon, 11 Jan 2010 11:24:16 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NUN3s-0000yj-Eq for emacs-devel@gnu.org; Mon, 11 Jan 2010 11:24:16 -0500 Original-Received: from [199.232.76.173] (port=53569 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NUN3s-0000yg-Ap for emacs-devel@gnu.org; Mon, 11 Jan 2010 11:24:12 -0500 Original-Received: from mail-fx0-f215.google.com ([209.85.220.215]:63386) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NUN3r-0001EU-I5 for emacs-devel@gnu.org; Mon, 11 Jan 2010 11:24:12 -0500 Original-Received: by fxm7 with SMTP id 7so16259fxm.8 for ; Mon, 11 Jan 2010 08:24:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=/F+j7IByTP9kJzVx+HeoIeIfH1IoKC0bvCPCOGcG9Wo=; b=YrTKzR+5+Cw8RD++3kj8MZe+hNo9cZ0s+HGqtaVUfzouNxaQI/qxx3fQEmkhA5u1Ch DBfGU4urdxrozlUoVguiX7wR5k5pqcktWb0kx8A/qogMlyeO9iR53IjkCDoxT49LCieJ FJCam8Qe2j1PVdyozthjVJdYekG4HMH+xPTS0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=KM7q8ViM6V08qREcekypCD7cdUB5//Lmh8n/9VaJ3dquIp/Sg4xj0gjB6sfdXcI+DT sn9Sccb4LpaLMckt0JOnGyFwRYfFiZHalPNJegfJ3mUXYu2S2ljFA3O3rvDVyd+US7Fj /tMyUe78AZiEClmFWW705LUvTYDJff79IPRpE= Original-Received: by 10.239.237.193 with SMTP id k1mr618450hbp.173.1263227050197; Mon, 11 Jan 2010 08:24:10 -0800 (PST) In-Reply-To: <877hroehs5.fsf@stupidchicken.com> X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) 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:119825 Archived-At: On Mon, Jan 11, 2010 at 5:19 PM, Chong Yidong wrote= : > Lennart Borgman writes: > >> Until I have found out how to compile the checkout from bazaar can >> someone please just quickly answer if there is a javascript-mode (or >> just a js-mode)? > > javascript-mode is an alias for js-mode. =C2=A0However, this alias defini= tion > was not autoloaded; I did that just now. Ah, thanks. That explains my confusion.