From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tom Newsgroups: gmane.emacs.help Subject: browse-url drops fragment identifier from file urls on Windows? Date: Fri, 26 Oct 2012 17:54:04 +0000 (UTC) Message-ID: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1351274069 17647 80.91.229.3 (26 Oct 2012 17:54:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 26 Oct 2012 17:54:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Oct 26 19:54:36 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TRo77-0004rb-SD for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Oct 2012 19:54:34 +0200 Original-Received: from localhost ([::1]:33435 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRo70-000222-4a for geh-help-gnu-emacs@m.gmane.org; Fri, 26 Oct 2012 13:54:26 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:55742) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRo6v-00021x-3A for help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 13:54:21 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TRo6u-0006Rl-8P for help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 13:54:21 -0400 Original-Received: from plane.gmane.org ([80.91.229.3]:37268) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TRo6u-0006Re-11 for help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 13:54:20 -0400 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1TRo6y-0004jx-T1 for help-gnu-emacs@gnu.org; Fri, 26 Oct 2012 19:54:25 +0200 Original-Received: from 188-143-25-10.pool.digikabel.hu ([188.143.25.10]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Oct 2012 19:54:24 +0200 Original-Received: from adatgyujto by 188-143-25-10.pool.digikabel.hu with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 26 Oct 2012 19:54:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 11 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 188.143.25.10 (Opera/9.80 (Windows NT 6.1; U; IBM EVV/3.0/EAK01AG9/LE; en) Presto/2.10.289 Version/12.02) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87448 Archived-At: Do you also see this? Try this call with a local html file with a fragment appended to the url (e.g. #top): (browse-url "file://localhost/stuff/a.html#top") For me the #top part is not there when the URL is opened in the browser. Does it happen only on Windows? Is there a workaround for this?