From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: larice Newsgroups: gmane.emacs.bugs Subject: bug#40241: Acknowledgement (26.1; browse-url, needs to % hex hex encode the hash char) Date: Fri, 27 Mar 2020 08:47:28 +0100 Message-ID: References: <877dz6k733.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="50597"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1 (gnu/linux) Cc: 40241@debbugs.gnu.org To: Noam Postavsky Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Fri Mar 27 13:22:19 2020 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jHo0B-000D28-MZ for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Mar 2020 13:22:19 +0100 Original-Received: from localhost ([::1]:41122 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHo0A-0004xn-RT for geb-bug-gnu-emacs@m.gmane-mx.org; Fri, 27 Mar 2020 08:22:18 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:44972) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHo01-0004xd-OR for bug-gnu-emacs@gnu.org; Fri, 27 Mar 2020 08:22:10 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHnzw-0005Hl-Eu for bug-gnu-emacs@gnu.org; Fri, 27 Mar 2020 08:22:09 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:54597) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHnzu-0005GI-Lz for bug-gnu-emacs@gnu.org; Fri, 27 Mar 2020 08:22:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHnzu-00007e-HU for bug-gnu-emacs@gnu.org; Fri, 27 Mar 2020 08:22:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: larice Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Fri, 27 Mar 2020 12:22:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 40241 X-GNU-PR-Package: emacs Original-Received: via spool by 40241-submit@debbugs.gnu.org id=B40241.1585311675403 (code B ref 40241); Fri, 27 Mar 2020 12:22:02 +0000 Original-Received: (at 40241) by debbugs.gnu.org; 27 Mar 2020 12:21:15 +0000 Original-Received: from localhost ([127.0.0.1]:60570 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jHnz6-00006P-V5 for submit@debbugs.gnu.org; Fri, 27 Mar 2020 08:21:15 -0400 Original-Received: from relay.ccn.net ([217.74.179.22]:62550) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jHjiJ-0007fQ-NZ for 40241@debbugs.gnu.org; Fri, 27 Mar 2020 03:47:36 -0400 Original-Received: from ryzok (p5B023CA0.dip0.t-ipconnect.de [91.2.60.160]) (authenticated bits=0) by relay.ccn.net (8.15.2/8.15.2) with ESMTPSA id 02R7lSxJ016850 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Fri, 27 Mar 2020 08:47:29 +0100 (CET) In-Reply-To: <877dz6k733.fsf@gmail.com> (Noam Postavsky's message of "Thu, 26 Mar 2020 19:52:00 -0400") X-Mailman-Approved-At: Fri, 27 Mar 2020 08:21:11 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:177780 Archived-At: Noam Postavsky writes: > larice writes: > >> My issue is more precisely the following. >> I've URLs for the search engine of "murata" which look like: >> http://www.murata.com/en-global/products/productdetail?partno=GRM21BR61E226ME44# >> At first sight this looks well, but note the trailing '#'. >> When I enter this interactively into firefox, then it works. > > In what way do you find this works? When I enter this into firefox > (either interactively or from the command line) I get a kind of 404 page > "The page you requested could not be found" (see attached). You are right, I'm meanwhile completely confused. I retried, and I have to use the %23 notation to open the page successfully, that is http://www.murata.com/en-global/products/productdetail?partno=GRM21BR61E226ME44%23 I've mislead myself completely, and fooled myself when searching for the problem. At the end, I've not used the blessed org command C-l C-o `org-insert-link' to copy the %23 annotated link into the org file. I've incorrectly used C-y `yank' to simply paste it into the org file. C-l C-o would have caused a second round of %-hex encoding to transform GRM21BR61A226ME51%23 --> GRM21BR61A226ME51%2523 The second round will decode to %23 when `browse-url' is invoked and firefox will open the page successfully. Sorry, please put this bug report deeply into the Trash Can. Best Regards Robert Larice