From: Katsumi Yamaoka <yamaoka@jpl.org>
Cc: emacs-devel@gnu.org
Subject: Re: tiny patch to ange-ftp
Date: Thu, 08 Sep 2005 13:46:53 +0900 [thread overview]
Message-ID: <b4mbr34dv42.fsf@jpl.org> (raw)
In-Reply-To: b4mk6hsdxe7.fsf@jpl.org
>>>>> In <b4mk6hsdxe7.fsf@jpl.org> Katsumi Yamaoka wrote:
> *** ange-ftp.el~ Thu Aug 11 21:55:21 2005
> --- ange-ftp.el Thu Sep 8 03:57:18 2005
> ***************
> *** 1656,1662 ****
> ;; handle hash mark printing
> (and ange-ftp-process-busy
> ! (string-match "\\`#+\\'" str)
> (setq str (ange-ftp-process-handle-hash str)))
> (comint-output-filter proc str)
> ;; Replace STR by the result of the comint processing.
> --- 1656,1662 ----
> ;; handle hash mark printing
> (and ange-ftp-process-busy
> ! (string-match "#+" str)
> (setq str (ange-ftp-process-handle-hash str)))
> (comint-output-filter proc str)
> ;; Replace STR by the result of the comint processing.
Please replace "#+" with the same "^#+$" as what is used in
Emacs 21.4. While "\\`#+\\'" is intended to match the whole
string, `str' often contains newline characters. This is the
true cause in which this function breaks the synchronous
operation. I guess someone changed it mistakenly.
next prev parent reply other threads:[~2005-09-08 4:46 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <b4mhde4fno0.fsf@jpl.org>
[not found] ` <m1br46adb8.fsf-monnier+emacs@gnu.org>
[not found] ` <b4mr7d2o3j1.fsf@jpl.org>
[not found] ` <b4mbr46t4o1.fsf@jpl.org>
[not found] ` <b4mslxi3sp8.fsf@jpl.org>
[not found] ` <b4mu0hxp3h9.fsf@jpl.org>
[not found] ` <m17jer7ikd.fsf-monnier+emacs@gnu.org>
[not found] ` <b4m1x4zeiw6.fsf@jpl.org>
[not found] ` <m18xz761ro.fsf-monnier+emacs@gnu.org>
[not found] ` <b4m1x4zuwmj.fsf@jpl.org>
[not found] ` <b4miry7ptpu.fsf@jpl.org>
[not found] ` <b4moe7yr42b.fsf@jpl.org>
[not found] ` <b4mmzninzyb.fsf@jpl.org>
[not found] ` <jwvek88ju9q.fsf-monnier+emacs@gnu.org>
[not found] ` <b4mbr3cs7vg.fsf@jpl.org>
2005-09-02 14:14 ` tiny patch to ange-ftp Stefan Monnier
2005-09-08 3:57 ` Katsumi Yamaoka
2005-09-08 4:46 ` Katsumi Yamaoka [this message]
2005-09-08 20:50 ` Stefan Monnier
2005-09-21 23:41 ` Katsumi Yamaoka
2005-09-22 15:06 ` Stefan Monnier
2005-09-29 0:00 ` Katsumi Yamaoka
2005-09-30 21:05 ` Stefan Monnier
2005-10-01 12:23 ` Katsumi Yamaoka
2005-10-02 16:04 ` Stefan Monnier
2005-10-03 11:04 ` Katsumi Yamaoka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=b4mbr34dv42.fsf@jpl.org \
--to=yamaoka@jpl.org \
--cc=emacs-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).