emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#68632: closed ([PATCH] Downcase host name to match URL parsing behav


From: GNU bug Tracking System
Subject: bug#68632: closed ([PATCH] Downcase host name to match URL parsing behavior)
Date: Sat, 27 Jan 2024 10:34:02 +0000

Your message dated Sat, 27 Jan 2024 12:33:07 +0200
with message-id <86jznv83rw.fsf@gnu.org>
and subject line Re: bug#68632: [PATCH] Downcase host name to match URL parsing 
behavior
has caused the debbugs.gnu.org bug report #68632,
regarding [PATCH] Downcase host name to match URL parsing behavior
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
68632: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=68632
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Downcase host name to match URL parsing behavior Date: Sun, 21 Jan 2024 11:05:26 +0100
Tags: patch

Tags: patch

Tags: patch


When using `comint-osc-process-output' to track directory changes, there
can be a failure to match host names due to inconsistent behavior
between `url-generic-parse-url' and `ansi-osc-directory-tracker. The
former applies `downcase' to the result extracted from the URL but the
latter does not.


In GNU Emacs 29.1 (build 1, aarch64-apple-darwin21.6.0, NS
appkit-2113.60 Version 12.6.6 (Build 21G646)) of 2023-08-17 built on
armbob.lan
Windowing system distributor 'Apple', version 10.3.2487
System Description:  macOS 14.2.1

Configured using:
'configure --with-ns '--enable-locallisppath=/Library/Application
Support/Emacs/${version}/site-lisp:/Library/Application
Support/Emacs/site-lisp' --with-modules 'CFLAGS=-DFD_SETSIZE=10000
-DDARWIN_UNLIMITED_SELECT' --with-x-toolkit=no'

Attachment: 0001-Downcase-host-name-to-match-URL-parsing-behavior.patch
Description: Binary data



--- End Message ---
--- Begin Message --- Subject: Re: bug#68632: [PATCH] Downcase host name to match URL parsing behavior Date: Sat, 27 Jan 2024 12:33:07 +0200
> Date: Sun, 21 Jan 2024 11:05:26 +0100
> From:  Brad Howes via "Bug reports for GNU Emacs,
>  the Swiss army knife of text editors" <bug-gnu-emacs@gnu.org>
> 
> When using `comint-osc-process-output' to track directory changes, there
> can be a failure to match host names due to inconsistent behavior
> between `url-generic-parse-url' and `ansi-osc-directory-tracker. The
> former applies `downcase' to the result extracted from the URL but the
> latter does not.

Thanks, installed on the master branch, and closing the bug.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]