From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/34802 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap/gssapi/imtest pty stuff Date: Thu, 15 Feb 2001 10:36:14 +0100 (CET) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1035170657 32169 80.91.224.250 (21 Oct 2002 03:24:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:24:17 +0000 (UTC) Cc: Return-Path: Original-Received: from karazm.math.uh.edu (karazm.math.uh.edu [129.7.128.1]) by mailhost.sclp.com (Postfix) with ESMTP id 7FD1AD049D for ; Thu, 15 Feb 2001 04:37:40 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by karazm.math.uh.edu (8.9.3/8.9.3) with ESMTP id DAC03875; Thu, 15 Feb 2001 03:36:52 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 15 Feb 2001 03:36:13 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id DAA12665 for ; Thu, 15 Feb 2001 03:36:03 -0600 (CST) Original-Received: from slipsten.extundo.com (slipsten.extundo.com [195.42.214.241]) by mailhost.sclp.com (Postfix) with ESMTP id A92A5D049D for ; Thu, 15 Feb 2001 04:36:16 -0500 (EST) Original-Received: from localhost (jas@localhost) by slipsten.extundo.com (8.9.3/8.9.3) with ESMTP id KAA04172; Thu, 15 Feb 2001 10:36:14 +0100 X-Authentication-Warning: slipsten.extundo.com: jas owned process doing -bs Original-To: NAGY Andras In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Original-Lines: 18 Xref: main.gmane.org gmane.emacs.gnus.general:34802 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:34802 On 15 Feb 2001, NAGY Andras wrote: > > Any ideas how to fix this? > > setbuf(stdin, NULL) in imtest.c. Nice. Did you send patches upstream to CMU people? > I dream of a world where capabilities of emacs can be extended through > loadable native object code and lisp wrappers, instead of having to > parse the hairy output of helper programs, which were designed for > debugging and not for everyday use by a mailer. I believe there are patches for Emacs (20) to dynamically load .so's. Elisp wrappers that load .so's implementing base64, md5, etc are floating around. You'd still need to write imtest.so though.