From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: contributing to Emacs Date: Wed, 28 Jun 2023 23:03:34 -0400 Message-ID: References: <83v8fnslfz.fsf@gnu.org> <183ae6c17b4d07701e76003dc72c25d8d2705611.camel@yandex.ru> <87pm5t7yu4.fsf@yahoo.com> <339b006829e123a3f6eeaffbd66f557ea837fdcd.camel@yandex.ru> <87y1kgdax7.fsf@web.de> <83o7lc91kh.fsf@gnu.org> <87leggd2cu.fsf@web.de> <83ilbk8u1k.fsf@gnu.org> <448f75fb368e4ae61dd8bd7899047602a806228a.camel@yandex.ru> <83h6r48a02.fsf@gnu.org> <83mt0v70d3.fsf@gnu.org> <03bef840fc28d46a2ffbf9c94c18a3cbf96de08f.camel@yandex.ru> <83cz1q75do.fsf@gnu.org> <83o7la5cw0.fsf@gnu.org> <87r0q1my6k.fsf@thaodan.de> <87mt0nktkv.fsf@thaodan.de> <87ilb9p3g5.fsf@ypei.org> Reply-To: rms@gnu.org Content-Type: text/plain; charset=Utf-8 Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33173"; mail-complaints-to="usenet@ciao.gmane.io" Cc: bjorn.bidar@thaodan.de, mailman@gnu.org, emacs-devel@gnu.org To: Yuchen Pei Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Thu Jun 29 05:04:46 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qEhxd-0008ML-LH for ged-emacs-devel@m.gmane-mx.org; Thu, 29 Jun 2023 05:04:45 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qEhwZ-0003jM-9P; Wed, 28 Jun 2023 23:03:39 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qEhwW-0003j2-Op; Wed, 28 Jun 2023 23:03:36 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qEhwV-0004xN-91; Wed, 28 Jun 2023 23:03:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=Date:References:Subject:In-Reply-To:To:From: mime-version; bh=hHGhOLqRAqI6vNHNFOuHEIOrdaCKjRTg4noiuDXJmqw=; b=h4L3nRKgPvuO mrocapSDWzCDe4gf3DFBJHw63LFgKESIvReGa2YJlrMsIjCARtqEeGUi8DPDoUTcCi+RUOwHvfHgF Gy6jDS3m8fHOfSNc7bThBLaX6uGFyaQe7FWThuJaJpgKbKVQ+3Rvs3B4JsIz9oCqTTT1kMBkZgLLv R5P3aJOun1eOERA1XTZTXCUZEeDJqUnu092a80/kVXk5crPjuIaSy2ivPO6wIyyW5y6eUzgnMkJmP skbvtPA1MlzDgUQezdmbm9lEki+IpAcR3/fMaW28lHoSAIpBSsQsBJUMm/80nHNPB0Ec7CxaW+Hn4 84C9pHGado3Txj65pxperA==; Original-Received: from rms by fencepost.gnu.org with local (Exim 4.90_1) (envelope-from ) id 1qEhwU-0000Hu-O9; Wed, 28 Jun 2023 23:03:34 -0400 In-Reply-To: <87ilb9p3g5.fsf@ypei.org> (message from Yuchen Pei on Tue, 27 Jun 2023 21:08:58 +1000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307292 Archived-At: [[[ To any NSA and FBI agents reading my email: please consider ]]] [[[ whether defending the US Constitution against all enemies, ]]] [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > One problem with Hyperkitty is that it requires javascript to display > any message, which is makes it kind of useless in non-js browsers like > eww and lynx. Features that require Javascript are totallky unacceptable if the JS code is nonfree (see https://gnu.org/philosophy/javascript-trap.html) and problematical even if the JS code is free (see https://gnu.org/philosophy/wwworst-app-store.html). We should avoid web features that send JS code, whenever possible. Sending code to run immediately in the user's computer, in a way that gives the user community no feasible opportunity to study the code and release modified versions that people have a real option to use, undermines the freedom of free software. -- Dr Richard Stallman (https://stallman.org) Chief GNUisance of the GNU Project (https://gnu.org) Founder, Free Software Foundation (https://fsf.org) Internet Hall-of-Famer (https://internethalloffame.org)