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: a suggested solution for better external' completion in certain emacs modes Date: Fri, 12 Nov 2004 02:05:36 -0500 Message-ID: References: <87smal64nc.fsf@orebokech.com> <87wtx45rag.fsf_-_@tapsellferrier.co.uk> <87k6svzzp5.fsf_-_@tapsellferrier.co.uk> Reply-To: rms@gnu.org NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1100243198 14009 80.91.229.6 (12 Nov 2004 07:06:38 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 12 Nov 2004 07:06:38 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 12 08:06:34 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CSVVx-0003BI-00 for ; Fri, 12 Nov 2004 08:06:34 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSVeU-0003I1-TW for ged-emacs-devel@m.gmane.org; Fri, 12 Nov 2004 02:15:22 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CSVeI-0003HQ-6W for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:10 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CSVeG-0003GV-0M for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:08 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CSVeF-0003GL-Qp for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:15:07 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CSVVe-0002zH-Gf for emacs-devel@gnu.org; Fri, 12 Nov 2004 02:06:14 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1CSVV2-0003ql-M7; Fri, 12 Nov 2004 02:05:36 -0500 Original-To: Nic Ferrier In-reply-to: (message from Nic Ferrier on Thu, 11 Nov 2004 09:37:21 +0000) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:29773 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:29773 What about history? Emacs' comint mode keeps quite a small history by default and also doesn't save the history in a file, many Readline programs do offer this. If you are using comint, you have all the history in Emacs. The history commands do not need to interact with the program. So I was proposing a completly new way of communicating with Readline. I thought these command would go thru the pty to the subprogram. Are you thinking that Readline would talk to Emacs thru a socket? That's ok if you make it work. But you have not said what method of communication you have in mind. Would you please say what it is?