From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: suggested new command `picture-mouse-set-point' Date: Mon, 28 Oct 2002 22:01:58 -0500 Sender: emacs-devel-admin@gnu.org Message-ID: References: <20021028160200.9CE1.LEKTU@terra.es> Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1035860575 29047 80.91.224.249 (29 Oct 2002 03:02:55 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 29 Oct 2002 03:02:55 +0000 (UTC) Cc: jpw@shootybangbang.com, emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 186MeX-0007Xo-00 for ; Tue, 29 Oct 2002 04:02:49 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 186Mix-0008Hd-00 for ; Tue, 29 Oct 2002 04:07:23 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 186Mey-0006Zm-00; Mon, 28 Oct 2002 22:03:16 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 186Mdo-0006DF-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 22:02:04 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 186Mdl-0006C4-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 22:02:02 -0500 Original-Received: from fencepost.gnu.org ([199.232.76.164]) by monty-python.gnu.org with esmtp (Exim 4.10) id 186Mdl-0006Bu-00 for emacs-devel@gnu.org; Mon, 28 Oct 2002 22:02:01 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.10) id 186Mdi-0007Bf-00; Mon, 28 Oct 2002 22:01:58 -0500 Original-To: lektu@terra.es In-reply-to: <20021028160200.9CE1.LEKTU@terra.es> (message from Juanma Barranquero on Mon, 28 Oct 2002 16:20:29 +0100) Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:8868 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:8868 > * Get some major packages installed: W3/url (development version needs > significant work), PSGML, Mule-UCS, Tramp (?). Tramp should be taken out of the list, shouldn't? Thanks. > * Highlight rectangles (`mouse-track-rectangle-p' in XEmacs). Already done by CUA, more or less. This feature is worth making more general. > * Re-implement emacs-server in lisp as an internal server using > make-network-process instead of using an external program. Wasn't that done already? Yes, it has been. Thanks. > * Rewrite make-docfile to something sane. What does that mean? In which sense is make-docfile insane? It would be good if that were a cleaner program.