From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Marcin Borkowski Newsgroups: gmane.emacs.devel Subject: Re: In support of Jonas Bernoulli's Magit Date: Tue, 11 Jul 2017 06:20:53 +0200 Message-ID: <87k23fr4d6.fsf@jane> References: <8737aac0rb.fsf@wanadoo.es> <7s37aapc4g.fsf@fencepost.gnu.org> <87fue7c32j.fsf@russet.org.uk> <87pod8qmn8.fsf@jane> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1499746906 25417 195.159.176.226 (11 Jul 2017 04:21:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 11 Jul 2017 04:21:46 +0000 (UTC) User-Agent: mu4e 0.9.19; emacs 26.0.50 Cc: ofv@wanadoo.es, rgm@gnu.org, ken.manheimer@gmail.com, phillip.lord@russet.org.uk, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 11 06:21:42 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1dUmg7-00063L-7A for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2017 06:21:39 +0200 Original-Received: from localhost ([::1]:44072 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUmg9-0006tH-AJ for ged-emacs-devel@m.gmane.org; Tue, 11 Jul 2017 00:21:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38379) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUmfc-0006sz-Dx for emacs-devel@gnu.org; Tue, 11 Jul 2017 00:21:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dUmfX-0000dW-FA for emacs-devel@gnu.org; Tue, 11 Jul 2017 00:21:08 -0400 Original-Received: from mail.mojserwer.eu ([195.110.48.8]:39657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dUmfX-0000cy-8H; Tue, 11 Jul 2017 00:21:03 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by mail.mojserwer.eu (Postfix) with ESMTP id 32263E6309; Tue, 11 Jul 2017 06:20:59 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail.mojserwer.eu Original-Received: from mail.mojserwer.eu ([127.0.0.1]) by localhost (mail.mojserwer.eu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jbQXMN8F1ECc; Tue, 11 Jul 2017 06:20:56 +0200 (CEST) Original-Received: from localhost (static-dwadziewiec-jedenpiec7.echostar.pl [109.232.29.157]) by mail.mojserwer.eu (Postfix) with ESMTPSA id 8C22CE62CD; Tue, 11 Jul 2017 06:20:56 +0200 (CEST) In-reply-to: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.110.48.8 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 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" Xref: news.gmane.org gmane.emacs.devel:216458 Archived-At: On 2017-07-11, at 01:30, Richard Stallman wrote: > [[[ 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. ]]] > > > > Step 8 is easy if you make a list of all the contributors, one per > > > line, and add a * once a contributors's papers are done. I think that > > > will be faster and easier than using RT to keep track of them. > > > This looks to me like reinventing Org-mode. > > Nothing like Org mode. Org mode is complicated and I want something > simple. My method uses only a few general-purpose Emacs commands: > C-p, C-n, C-s, C-a, * and SPC. What gives you the impression that Org-mode is complicated? The Org method would use only _one_ basic Org command: apart from C-n, C-p and C-s, you'd only need C-c C-t (unless you are fine with typing TODO/DONE manually). Of course, you'd also be free to use C-c C-n/C-c C-p, C-c C-f/C-c C-b and above all C-c C-/, which could be tremendously helpful. Best, -- Marcin Borkowski