From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.help Subject: Re: split window Date: Thu, 28 May 2015 15:09:10 -0400 Organization: A noiseless patient Spider Message-ID: References: <20150526143108.59d7eb9a@zothique.localdomain> <20150527065620.66bcc51f@JRWUBU2> <20150526232646.21f3d172@zothique.localdomain> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1432840220 29071 80.91.229.3 (28 May 2015 19:10:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 28 May 2015 19:10:20 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu May 28 21:10:19 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Yy3C6-0006Aj-RQ for geh-help-gnu-emacs@m.gmane.org; Thu, 28 May 2015 21:10:19 +0200 Original-Received: from localhost ([::1]:60411 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yy3C5-0002lS-Jj for geh-help-gnu-emacs@m.gmane.org; Thu, 28 May 2015 15:10:17 -0400 Original-Path: usenet.stanford.edu!news.kjsl.com!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Injection-Info: mx02.eternal-september.org; posting-host="6551a55313eeb1483cdfad32ce9cec6d"; logging-data="17125"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1++/tpde50Uf9D+RZhmzh+p" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:iCh0sC/VMAsrXczD7EYnJUQZ/hU= sha1:o7jurU9MmhM1UoPgZsushYwfpqo= Original-Xref: usenet.stanford.edu gnu.emacs.help:212356 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104640 Archived-At: > Emacs 24.5 (https://www.gnu.org/software/emacs/news/NEWS.24.5) says > 'tpu-edt.el' is now obsolete, so I may have to find a new editor. The whole point of "obsolete" in Emacs is to give people a warning that we're planning to remove the feature. Of course, one way to react is to try and cope without it (that's usually what we expect when there's a clear replacement for the feature), but if that's not an option, another way is to report a bug, saying that the feature should be kept. In the case of the TPU emulation, the obvious path forward is to turn it into a GNU ELPA package. If you'd like to help us with that, that would be great. Stefan