From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Vitalie Spinu Newsgroups: gmane.emacs.devel Subject: Re: New version of todo-mode.el (announcement + user guide) Date: Thu, 13 Jun 2013 12:59:36 +0200 Organization: EUR Message-ID: <8738smnunb.fsf@gmail.com> References: <87k3m2275u.fsf@rosalinde.fritz.box> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1371121193 27821 80.91.229.3 (13 Jun 2013 10:59:53 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 13 Jun 2013 10:59:53 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Berman Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Jun 13 12:59:53 2013 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 1Un5Fr-0004SI-MS for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 12:59:47 +0200 Original-Received: from localhost ([::1]:46921 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un5Fr-0007YY-6p for ged-emacs-devel@m.gmane.org; Thu, 13 Jun 2013 06:59:47 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:48960) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un5Fm-0007YT-Vf for emacs-devel@gnu.org; Thu, 13 Jun 2013 06:59:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Un5Fk-0001jt-Gu for emacs-devel@gnu.org; Thu, 13 Jun 2013 06:59:42 -0400 Original-Received: from mail-wi0-x235.google.com ([2a00:1450:400c:c05::235]:46179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Un5Fk-0001jb-9t for emacs-devel@gnu.org; Thu, 13 Jun 2013 06:59:40 -0400 Original-Received: by mail-wi0-f181.google.com with SMTP id hq4so1416705wib.14 for ; Thu, 13 Jun 2013 03:59:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:organization:references:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=ruBF1q87RsAhQicFDX75Zg7uVYR7N3OYzSnN8x86JO0=; b=LYBF+ORGH4g7JcujmV+0nI0GCp95qEv9MrqxOmhMo6Gxm02nXNopKbK2Fgv0+5bXEA GX9B+vDXqttHGTjIyZ4lTb3z/2u7OxuhFUDskshdoxhYaB5iyl6n5HFKKLGw7bKH5pzm lVebde9Pxn/bgLLJq+89C9toKWSbfCj4Wurkje4a8z5QZSsYYoWJPF5x8dBii+d8FAKd kApJ+R8NPNxZFoOWqLluf2iOsEthiPJ6dYD2HtMveK1W+5R9RvDgdUk+gdJgojpri7tp jv02UWKFpASjr5hXWURNXjGNA0Gax6QMPS9cVlsBeapbyy6NB5MG5TWYNR4u9irsalev KtPA== X-Received: by 10.180.182.83 with SMTP id ec19mr1947234wic.0.1371121178437; Thu, 13 Jun 2013 03:59:38 -0700 (PDT) Original-Received: from localhost (dhcp-077-249-018-128.chello.nl. [77.249.18.128]) by mx.google.com with ESMTPSA id en3sm30515821wid.1.2013.06.13.03.59.37 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 13 Jun 2013 03:59:37 -0700 (PDT) In-Reply-To: <87k3m2275u.fsf@rosalinde.fritz.box> (Stephen Berman's message of "Mon, 10 Jun 2013 01:31:09 +0200") User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/24.3 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::235 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:160410 Archived-At: >> Stephen Berman >> on Mon, 10 Jun 2013 01:31:09 +0200 wrote: > I've written a new version of todo-mode.el, which I'd like to submit for > possible inclusion in Emacs. I am a bit confused. I have never used todo-mode and my naive impression was that most people are using org-mode for todos nowadays. What can todo-mode do that org-mode cannot? If their functionality is similar, then why to spend the effort on two separate projects that are both part of emacs? Vitalie