From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Daiki Ueno Newsgroups: gmane.emacs.bugs Subject: Re: term.el (term-emulate-terminal) Date: Sun, 14 Apr 2002 04:24:38 +0900 Sender: bug-gnu-emacs-admin@gnu.org Message-ID: References: <87k7rb3ee1.fsf@mumon.localnet> <8962-Sat13Apr2002183653+0300-eliz@is.elta.co.il> <7fea2bbd-6176-4969-88ea-fa458a704344@deisui.org> <87elhj2zs3.fsf@mumon.localnet> NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1018727543 26186 127.0.0.1 (13 Apr 2002 19:52:23 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 13 Apr 2002 19:52:23 +0000 (UTC) Cc: Eli Zaretskii , bug-gnu-emacs@gnu.org Return-path: Original-Received: from hermes.netfonds.no ([195.204.10.138]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 16wTZO-0006jp-01 for ; Sat, 13 Apr 2002 21:52:23 +0200 Original-Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164]) by hermes.netfonds.no (8.10.1/8.9.3) with ESMTP id g3DJOcf26117 for ; Sat, 13 Apr 2002 21:24:38 +0200 (CEST) Original-Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wT8W-0005co-00; Sat, 13 Apr 2002 15:24:36 -0400 Original-Received: from g96069.scn-net.ne.jp ([210.231.96.69] helo=deisui.org) by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian)) id 16wT6x-0005Vi-00 for ; Sat, 13 Apr 2002 15:22:59 -0400 Original-Received: from deisui.org (localhost [127.0.0.1]) by deisui.org (8.12.3/8.12.3/Debian -2) with ESMTP id g3DJOcem014381; Sun, 14 Apr 2002 04:24:38 +0900 X-Now-Playing: kiroro's _kiroro no uta_: "photograph" Original-To: Harry Kuiper X-Face: ki?-"~Ovqy(#SEZ2FpdUK,3>)p.@}$.vl{eIZ-Uy43$&[S1#'y{hX&A3T@xA)u0!_4Lg.vA ^{d(.VU0(X#Zf,~9Kha_$nl7W/(b9r;]%_&:OUA@g0LF'S2<%~T In-Reply-To: <87elhj2zs3.fsf@mumon.localnet> (Harry Kuiper's message of "13 Apr 2002 20:56:28 +0200") Original-Lines: 17 Errors-To: bug-gnu-emacs-admin@gnu.org X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.0.9 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Bug reports for GNU Emacs, the Swiss army knife of text editors List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.bugs:644 X-Report-Spam: http://spam.gmane.org/gmane.emacs.bugs:644 >>>>> In <87elhj2zs3.fsf@mumon.localnet> >>>>> Harry Kuiper wrote: > Sorry but this brings back my problem again. :-( > I'm not familiar with elisp programming nor terminal emulation so I > don't really know how to help. What is the regexp supposed to match? "\r?$" matches an empty string, although "\r?\n" doesn't. Could you do M-: (setq debug-on-quit t) before entering term-mode, type M-g, and send me the contents of the buffer named *Backtrace*? I'll take a look at them and suppose that I can help you. Regards, -- Daiki Ueno