From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Schmidt <christopher@ch.ristopher.com> Newsgroups: gmane.emacs.help Subject: Re: XEmacs feature missing in GNU Emacs? Date: Mon, 29 Apr 2013 18:01:04 +0100 (BST) Message-ID: <87sj29mftd@ch.ristopher.com> References: <CACeWA3iaQXuz6uv7ejA2O8Z0CLS2VfTbEBtMmEhAxyLi3EtwRg@mail.gmail.com> <CAAuthdRKjbaMnoNUgqA-o0n2Y-AN3ZO-rgq5ymVBy0Gb4gM-eQ@mail.gmail.com> <87li82icgp.fsf@nowhere.org> <alpine.DEB.2.02.1304282326100.3673@james-System-Product-Name> <871u9t7te9.fsf@nowhere.org> <8761z51f4z.fsf_-_@bzg.ath.cx> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367254888 27264 80.91.229.3 (29 Apr 2013 17:01:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 17:01:28 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Apr 29 19:01:27 2013 Return-path: <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org> 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 <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1UWrS8-0003Bw-13 for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 19:01:24 +0200 Original-Received: from localhost ([::1]:47388 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org>) id 1UWrS7-0001P3-NP for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 13:01:23 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:57306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <christopher@ch.ristopher.com>) id 1UWrRu-0001Nf-L7 for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 13:01:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <christopher@ch.ristopher.com>) id 1UWrRr-000489-VR for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 13:01:10 -0400 Original-Received: from ristopher.com ([146.185.21.93]:43924 helo=saturn.ch.ristopher.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <christopher@ch.ristopher.com>) id 1UWrRr-000483-Mz for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 13:01:07 -0400 Original-Received: by saturn.ch.ristopher.com (Postfix, from userid 0) id EE6CE201A3; Mon, 29 Apr 2013 18:01:04 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ch.ristopher.com; s=mail; t=1367254864; bh=qKj8Ytu9w3tuDHC9U2N1OTQYq5J7SQL5NFSM3d5jtts=; h=From:To:Subject:In-Reply-To:Message-ID:References:MIME-Version: Content-Type:Date; b=jc7nV1P5jsgmZ1rZkDl/+/NLyPITM2gB7LXKKywmGV/NxnizYToCmyuytc3T1d6ON q6MRr3lTowcvwPtpnnhuN77I/PooIL9Da+n7CNmxUIQ/6xeOBmd+kiLAXo/ukVYqQh qd9AJfQLl3xDVjcpAzyXjwOXNofP8j88i0bqxC0Q= In-Reply-To: <8761z51f4z.fsf_-_@bzg.ath.cx> (Bastien's message of "Mon, 29 Apr 2013 18:21:48 +0200") Mail-Followup-To: help-gnu-emacs@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4.x X-Received-From: 146.185.21.93 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 <help-gnu-emacs.gnu.org> List-Unsubscribe: <https://lists.gnu.org/mailman/options/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=unsubscribe> List-Archive: <http://lists.gnu.org/archive/html/help-gnu-emacs> List-Post: <mailto:help-gnu-emacs@gnu.org> List-Help: <mailto:help-gnu-emacs-request@gnu.org?subject=help> List-Subscribe: <https://lists.gnu.org/mailman/listinfo/help-gnu-emacs>, <mailto:help-gnu-emacs-request@gnu.org?subject=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:90402 Archived-At: <http://permalink.gmane.org/gmane.emacs.help/90402> Bastien <bzg@altern.org> writes: > I changed the subject -- maybe this thread is an opportunity to get a > list of XEmacs features that would be nice to have in GNU Emacs. XEmacs separates core and lisp packages. In fact, the code is even maintained in different repositories. https://bitbucket.org/xemacs/ This has tremendous advantages. I would love to see such a strict separation in GNU Emacs. Christopher