From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.devel Subject: Re: First draft of the Emacs website Date: Thu, 03 Dec 2015 20:59:56 +1100 Message-ID: <87k2ovons3.fsf@gmail.com> References: <565EE871.6030805@gmail.com> <87d1uproci.fsf@fencepost.gnu.org> <878u5cswx2.fsf@fencepost.gnu.org> <87h9k0svqq.fsf@petton.fr> <87vb8fhobv.fsf@petton.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; format=flowed X-Trace: ger.gmane.org 1449136830 2208 80.91.229.3 (3 Dec 2015 10:00:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 3 Dec 2015 10:00:30 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 03 11:00:25 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a4QgX-0002av-Jx for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2015 11:00:21 +0100 Original-Received: from localhost ([::1]:34337 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4QgX-0001Za-3c for ged-emacs-devel@m.gmane.org; Thu, 03 Dec 2015 05:00:21 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:52552) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4QgJ-0001To-UU for emacs-devel@gnu.org; Thu, 03 Dec 2015 05:00:08 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4QgE-0006rn-3z for emacs-devel@gnu.org; Thu, 03 Dec 2015 05:00:07 -0500 Original-Received: from mail-pf0-x229.google.com ([2607:f8b0:400e:c00::229]:34675) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4QgD-0006rJ-Vh for emacs-devel@gnu.org; Thu, 03 Dec 2015 05:00:02 -0500 Original-Received: by pfbg73 with SMTP id g73so6983504pfb.1 for ; Thu, 03 Dec 2015 02:00:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:from:to:subject:in-reply-to:date:message-id:mime-version :content-type; bh=Avijfq3uatrKg81tpsQamGHRsMojozLpZVdE9rWeHbY=; b=b98+ibuik2WcemKwOaXVgX47yOj3imrStRfDr0K5P05gWDMnpr7f/T24Lvpk8jve2L +tjH8CIBpdj285a+hQIcK4t4UyW9UWM6C2DVHB0LMkeNYyluOL2RVEs4Rz/AAe1af1Ao 3ljHcDyjL6jVms2r6q6FAHjxM0TKJ7SIL+eZ0LIeTzGIPNS4iBUR3rej6oO7LhEYmJ9z sf7E7sQvDMbJymbNdSK8ZAq/vzWN2NKgcjp1xM/OAnUmpNSY6s3prb7DdV+Dcjy9pz/p ObQIDDgd6/ls1dpm0gRQTFLC+81jbReTfueTQpyWDFiVzSDZRnRSwd8y5IINGI0HsP77 Xgtg== X-Received: by 10.98.11.71 with SMTP id t68mr11926320pfi.82.1449136801224; Thu, 03 Dec 2015 02:00:01 -0800 (PST) Original-Received: from localhost (CPE-58-161-15-29.cqqy2.win.bigpond.net.au. [58.161.15.29]) by smtp.gmail.com with ESMTPSA id 7sm9570487pfb.78.2015.12.03.01.59.59 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 03 Dec 2015 02:00:00 -0800 (PST) In-reply-to: <87vb8fhobv.fsf@petton.fr> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2607:f8b0:400e:c00::229 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:195803 Archived-At: Nicolas Petton writes: > Richard Stallman writes: > >> Please minimize JS code in GNU web pages, > > Why? The file is 1.5kB, there's no need to minimize it. Does > LibreJS require minification? My guess is that Richard meant "Use as little JS code in GNU Web pages as possible", not "Use a minifier on the JS source". Alexis.