From unknown Fri Jun 20 07:23:03 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41114 <41114@debbugs.gnu.org> To: bug#41114 <41114@debbugs.gnu.org> Subject: Status: 28.0.50; default-directory & buffer-file-name set to file:// URLs Reply-To: bug#41114 <41114@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:23:03 +0000 retitle 41114 28.0.50; default-directory & buffer-file-name set to file:// = URLs reassign 41114 emacs submitter 41114 Tassilo Horn severity 41114 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 17:28:32 2020 Received: (at submit) by debbugs.gnu.org; 6 May 2020 21:28:32 +0000 Received: from localhost ([127.0.0.1]:41460 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWRah-0004mD-GW for submit@debbugs.gnu.org; Wed, 06 May 2020 17:28:31 -0400 Received: from lists.gnu.org ([209.51.188.17]:51782) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWRaf-0004m5-Fc for submit@debbugs.gnu.org; Wed, 06 May 2020 17:28:30 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48744) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jWRaf-0002QN-7K for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 17:28:29 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36117) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWRae-0004IR-Tu for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 17:28:28 -0400 Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:60555) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jWRaY-00057X-8R for bug-gnu-emacs@gnu.org; Wed, 06 May 2020 17:28:27 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id A174327C0054 for ; Wed, 6 May 2020 17:28:20 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute7.internal (MEProxy); Wed, 06 May 2020 17:28:20 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrjeekgdduheekucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkfgggtgesthdtredttd ertdenucfhrhhomhepvfgrshhsihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhg qeenucggtffrrghtthgvrhhnpeduueeijeejveehtdfghfduheeljeegfedvfedvuddtgf ffgeehieehudehhfeftdenucffohhmrghinhepfhgrshhtmhgrihhlrdgtohhmnecukfhp peekgedrudefvddruddtkedrvdefheenucevlhhushhtvghrufhiiigvpedtnecurfgrrh grmhepmhgrihhlfhhrohhmpehthhhorhhnodhmvghsmhhtphgruhhthhhpvghrshhonhgr lhhithihqdekieejfeekjeekgedqieefhedvleekqdhtshguhheppehgnhhurdhorhhgse hfrghsthhmrghilhdrfhhm X-ME-Proxy: Received: from thinkpad-t440p (p54846ceb.dip0.t-ipconnect.de [84.132.108.235]) by mail.messagingengine.com (Postfix) with ESMTPA id 0E45C3280067 for ; Wed, 6 May 2020 17:28:19 -0400 (EDT) From: Tassilo Horn To: bug-gnu-emacs@gnu.org Subject: 28.0.50; default-directory & buffer-file-name set to file:// URLs Date: Wed, 06 May 2020 23:28:19 +0200 Message-ID: <87tv0swy6k.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) 1. emacs -Q 2. (browse-url-emacs "file:///home/horn/.bashrc") ;; Adapt file name. The result of the procedure is that `buffer-file-name' is "file:///home/horn/.bashrc" and `default-directory' is "file:///home/horn/". According to the docs, both variables should be absolute file names, not URLs. The problems with those URLs are at least that: - C-x C-f in that buffer will offer a completely broken initial directory when querying for a file or directory. For me it is ~/Repos/el/emacs/src/file:/home/horn/file:/home/horn/. - When call-process is called from that buffer it'll error that file:///home/horn/ cannot be set as current directory. In GNU Emacs 28.0.50 (build 4, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo version 1.17.3) of 2020-05-06 built on thinkpad-t440p Repository revision: 86fef6ab89ee54c6f78bc2064e55c5439e929827 Repository branch: master Windowing system distributor 'The X.Org Foundation', version 11.0.12008000 System Description: Arch Linux Recent messages: 20200506T231237.545> nnimap read 0k from imap.fastmail.com 20200506T231240.944> Exiting summary buffer and applying spam rules 20200506T231240.963> Expiring articles... 20200506T231241.412> Expiring articles...done 20200506T231242.815> Saving Gnus registry (5077 entries) to ~/.gnus.d/.gnus.registry.eieio... 20200506T231243.315> Saving Gnus registry (size 5077) to ~/.gnus.d/.gnus.registry.eieio...done 20200506T231243.316> Saving /home/horn/.gnus.d/.newsrc.eld... Saving file /home/horn/.gnus.d/.newsrc.eld... Wrote /home/horn/.gnus.d/.newsrc.eld 20200506T231243.332> Saving /home/horn/.gnus.d/.newsrc.eld...done Configured using: 'configure --with-modules --with-cairo' Configured features: XPM JPEG TIFF GIF PNG RSVG CAIRO SOUND GPM DBUS GSETTINGS GLIB NOTIFY INOTIFY ACL GNUTLS LIBXML2 FREETYPE HARFBUZZ M17N_FLT LIBOTF ZLIB TOOLKIT_SCROLL_BARS GTK3 X11 XDBE XIM MODULES THREADS LIBSYSTEMD JSON PDUMPER LCMS2 GMP Important settings: value of $LC_MONETARY: de_DE.utf8 value of $LC_NUMERIC: de_DE.utf8 value of $LC_TIME: de_DE.utf8 value of $LANG: en_US.utf8 value of $XMODIFIERS: @im=ibus locale-coding-system: utf-8-unix Major mode: Lisp Interaction Minor modes in effect: paredit-mode: t display-fill-column-indicator-mode: t beacon-mode: t global-aggressive-indent-mode: t aggressive-indent-mode: t which-key-mode: t highlight-parentheses-mode: t global-company-mode: t company-mode: t bug-reference-prog-mode: t outline-minor-mode: t global-magit-file-mode: t magit-auto-revert-mode: t global-git-commit-mode: t async-bytecomp-package-mode: t global-undo-tree-mode: t undo-tree-mode: t override-global-mode: t minibuffer-depth-indicate-mode: t electric-pair-mode: t recentf-mode: t global-subword-mode: t subword-mode: t save-place-mode: t savehist-mode: t show-paren-mode: t global-ligature-minor-mode: t ligature-minor-mode: t shell-dirtrack-mode: t tooltip-mode: t global-eldoc-mode: t eldoc-mode: t electric-indent-mode: t mouse-wheel-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: t Load-path shadows: None found. Features: (shadow emacsbug qp flow-fill mm-archive mailalias hippie-exp vc-mtn vc-hg vc-bzr vc-src vc-sccs vc-svn vc-cvs vc-rcs sort gnus-cite gnus-async gnus-bcklg mule-util gnus-ml hl-line cursor-sensor nndraft nnmh rot13 utf-7 network-stream nnml nnnil gnus-agent gnus-srvr gnus-score score-mode nnvirtual gnus-cache gnus-demon nntp spam spam-stat gnus-uu yenc gnus-msg gnus-gravatar mail-extr gravatar dns url-cache gnus-topic nnir gnus-registry registry eieio-base th-private company-oddmuse company-keywords company-etags etags fileloop generator company-gtags company-dabbrev-code company-dabbrev company-files company-capf company-cmake company-xcode company-clang company-semantic company-eclim company-template company-bbdb paredit display-fill-column-indicator auto-package-update finder-inf generic logview datetime extmap bindat fish-mode cargo cargo-process rust-mode web-mode disp-table preview-latex auto-loads tex-site eglot array jsonrpc ert pp debug backtrace xref flymake-proc flymake compile beacon aggressive-indent rainbow-mode vc-git vc-dir ewoc vc vc-dispatcher epa-file org ob ob-tangle ob-ref ob-lob ob-table ob-exp org-macro org-footnote org-src ob-comint org-pcomplete org-list org-faces org-entities org-version ob-emacs-lisp ob-core ob-eval org-table ol org-keys org-compat org-macs org-loaddefs find-func cal-menu calendar cal-loaddefs dired-x dired-collapse dired-hacks-utils f s smtpmail-multi smtpmail sendmail ecomplete yasnippet auto-dictionary flyspell ispell tramp-smb which-key highlight-parentheses cl company-restclient know-your-http-well http-status-codes http-relations http-methods http-headers company pcase raven project restclient forge-list forge-commands forge-semi forge-bitbucket buck forge-gogs gogs forge-gitea gtea forge-gitlab glab forge-github ghub-graphql treepy gsexp ghub let-alist gnutls forge-notify forge-revnote forge-pullreq forge-issue forge-topic bug-reference forge-post markdown-mode color thingatpt noutline outline forge-repo forge forge-core forge-db closql emacsql-sqlite emacsql emacsql-compiler magit-submodule magit-obsolete magit-blame magit-stash magit-reflog magit-bisect magit-push magit-pull magit-fetch magit-clone magit-remote magit-commit magit-sequence magit-notes magit-worktree magit-tag magit-merge magit-branch magit-reset magit-files magit-refs magit-status magit magit-repos magit-apply magit-wip magit-log which-func imenu magit-diff smerge-mode diff-mode magit-core magit-autorevert autorevert filenotify magit-margin magit-transient magit-process magit-mode git-commit transient magit-git magit-section magit-utils crm log-edit pcvs-util add-log with-editor async-bytecomp advice async server dash undo-tree diff visual-filename-abbrev debbugs soap-client url-http url-auth url-gw nsm warnings rng-xsd rng-dt rng-util xsd-regexp use-package-bind-key bind-key mb-depth use-package-diminish windmove elec-pair rx recentf tree-widget cap-words superword subword saveplace savehist paren smiley gnus-art mm-uu mml2015 mm-view mml-smime smime dig gnus-sum url url-proxy url-privacy url-expand url-methods url-history mailcap shr url-cookie url-domsuf url-util svg xml dom gnus-group gnus-undo gnus-start gnus-cloud nnimap nnmail mail-source utf7 netrc nnoo gnus-spec gnus-int gnus-range message rmc puny dired dired-loaddefs rfc822 mml mml-sec epa derived epg epg-config mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader gnus-win gnus wid-edit nnheader gnus-util rmail rmail-loaddefs rfc2047 rfc2045 ietf-drums text-property-search mm-util mail-prsvr mail-utils edmacro kmacro ligature easy-mmode dracula-theme diminish cl-extra help-mode use-package-ensure use-package-core tramp tramp-loaddefs trampver tramp-integration files-x tramp-compat shell pcomplete comint ansi-color ring parse-time iso8601 time-date ls-lisp format-spec info package easymenu browse-url url-handlers url-parse auth-source cl-seq eieio eieio-core cl-macs eieio-loaddefs password-cache json subr-x map url-vars seq byte-opt gv bytecomp byte-compile cconv cl-loaddefs cl-lib tooltip eldoc electric uniquify ediff-hook vc-hooks lisp-float-type mwheel term/x-win x-win term/common-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list replace newcomment text-mode elisp-mode lisp-mode prog-mode register page tab-bar menu-bar rfn-eshadow isearch timer select scroll-bar mouse jit-lock font-lock syntax facemenu font-core term/tty-colors frame minibuffer cl-generic cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese eucjp-ms cp51932 hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese composite charscript charprop case-table epa-hook jka-cmpr-hook help simple abbrev obarray cl-preloaded nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote threads dbusbind inotify lcms2 dynamic-setting system-font-setting font-render-setting cairo move-toolbar gtk x-toolkit x multi-tty make-network-process emacs) Memory information: ((conses 16 669595 34871) (symbols 48 47522 6) (strings 32 231796 6067) (string-bytes 1 7285997) (vectors 16 73775) (vector-slots 8 1049244 78008) (floats 8 519 126) (intervals 56 1094 0) (buffers 992 27)) From debbugs-submit-bounces@debbugs.gnu.org Wed May 06 17:53:14 2020 Received: (at 41114) by debbugs.gnu.org; 6 May 2020 21:53:14 +0000 Received: from localhost ([127.0.0.1]:41486 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWRyc-0007Ux-9C for submit@debbugs.gnu.org; Wed, 06 May 2020 17:53:14 -0400 Received: from eggs.gnu.org ([209.51.188.92]:52056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jWRyV-0007Ug-Va for 41114@debbugs.gnu.org; Wed, 06 May 2020 17:53:13 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:36638) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jWRyQ-0001Rk-Lu for 41114@debbugs.gnu.org; Wed, 06 May 2020 17:53:02 -0400 Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:52325) by fencepost.gnu.org with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.82) (envelope-from ) id 1jWRyQ-0006wV-6F for 41114@debbugs.gnu.org; Wed, 06 May 2020 17:53:02 -0400 Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailauth.nyi.internal (Postfix) with ESMTP id C54B327C0054 for <41114@debbugs.gnu.org>; Wed, 6 May 2020 17:53:01 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute7.internal (MEProxy); Wed, 06 May 2020 17:53:01 -0400 X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduhedrjeelgddtvdcutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufhfffgjkfgfgggtsehttdertd dtredtnecuhfhrohhmpefvrghsshhilhhoucfjohhrnhcuoehtshguhhesghhnuhdrohhr gheqnecuggftrfgrthhtvghrnheptdelieffkeeuffduueeffefhiedtjeeutdeuveegff fgtdejleekheegkeetkeevnecukfhppeekgedrudefvddruddtkedrvdefheenucevlhhu shhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhnodhmvg hsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhedvleek qdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Received: from thinkpad-t440p (p54846ceb.dip0.t-ipconnect.de [84.132.108.235]) by mail.messagingengine.com (Postfix) with ESMTPA id 37A863066123 for <41114@debbugs.gnu.org>; Wed, 6 May 2020 17:53:01 -0400 (EDT) From: Tassilo Horn To: 41114@debbugs.gnu.org Subject: Re: bug#41114: 28.0.50; default-directory & buffer-file-name set to file:// URLs References: <87tv0swy6k.fsf@gnu.org> Date: Wed, 06 May 2020 23:52:59 +0200 In-Reply-To: <87tv0swy6k.fsf@gnu.org> (Tassilo Horn's message of "Wed, 06 May 2020 23:28:19 +0200") Message-ID: <87h7wswx1g.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41114 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Tassilo Horn writes: > 1. emacs -Q > 2. (browse-url-emacs "file:///home/horn/.bashrc") ;; Adapt file name. > > The result of the procedure is that `buffer-file-name' is > "file:///home/horn/.bashrc" and `default-directory' is > "file:///home/horn/". > > According to the docs, both variables should be absolute file names, > not URLs. > > The problems with those URLs are at least that: > > - C-x C-f in that buffer will offer a completely broken initial > directory when querying for a file or directory. For me it is > ~/Repos/el/emacs/src/file:/home/horn/file:/home/horn/. > > - When call-process is called from that buffer it'll error that > file:///home/horn/ cannot be set as current directory. In addition, the file is read-only although I have write permissions for my own .bashrc. When I then C-x C-f ~/.bashrc, I get the message ~/.bashrc and file:///home/horn/.bashrc are the same file so Emacs actually knows they are the same file. Bye, Tassilo From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 06:50:25 2022 Received: (at 41114) by debbugs.gnu.org; 12 Mar 2022 11:50:25 +0000 Received: from localhost ([127.0.0.1]:39347 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT0GP-0005Cx-1Z for submit@debbugs.gnu.org; Sat, 12 Mar 2022 06:50:25 -0500 Received: from mout.gmx.net ([212.227.17.21]:47425) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT0GN-0005Ci-42 for 41114@debbugs.gnu.org; Sat, 12 Mar 2022 06:50:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gmx.net; s=badeba3b8450; t=1647085816; bh=K4PZJDT3OKhE0dPng9VSyKa/fPnKNEzKwy+zcZUkeGQ=; h=X-UI-Sender-Class:From:To:Cc:Subject:References:Date:In-Reply-To; b=dTQ+FBpsG9xA7GF+Z3RqZS85rrgfBT2K+1Jtn+hL9SIGN1tzyOwUFQJkYyEWXFPyj HpMMSZC/6oHEx11jHrMKQExpHl6SAuURvYPL8Ss+/FxJUZcoCxvdLUvTchMLFKSNIN Zzne2GwpVaM6hC/YGv7DrfiYh3OKEyggGfa1mlMA= X-UI-Sender-Class: 01bb95c1-4bf8-414a-932a-4f6e2808ef9c Received: from gandalf.gmx.de ([213.220.148.165]) by mail.gmx.net (mrgmx104 [212.227.17.168]) with ESMTPSA (Nemesis) id 1MWAOQ-1nefLO1PXW-00XfaI; Sat, 12 Mar 2022 12:50:16 +0100 From: Michael Albinus To: Tassilo Horn Subject: Re: bug#41114: 28.0.50; default-directory & buffer-file-name set to file:// URLs References: <87tv0swy6k.fsf@gnu.org> Date: Sat, 12 Mar 2022 12:50:14 +0100 In-Reply-To: <87tv0swy6k.fsf@gnu.org> (Tassilo Horn's message of "Wed, 06 May 2020 23:28:19 +0200") Message-ID: <878rtfpeyx.fsf@gmx.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Provags-ID: V03:K1:a+r3nPVC3Rg96PFQ8WEtY9tz6TQhEyftK5at98J9UTg/O8ef7PJ 3jh1F8Km7ytcRnKXVmgHJ2TyjSKPGIOHNCFuv7aUii3IwopaTHtK4/IRbCO4t+Fft58UjUP JInPumdER4/Ne/X/lgv2MEiJyfvX3pr8cP3Qo+q7JOMUixNW26SLcX+J43xVOBgHHA1+IGB vxwi4nviWX/bia2bOaXOg== X-Spam-Flag: NO X-UI-Out-Filterresults: notjunk:1;V03:K0:FJ88tbY6HHM=:ffvgRGUYfgflvQeXAKTrrC GxR1sNWjX0O++/U/4eFLXoRA7Ld4b13tNaeV9Aup1yPcUR0dCvxnhe/bBIMHmwLsit4UtRua4 CLW4pCL8ZJtLJQUQSZFjJwrN6bQyV28GczsN6cYzFiLe3wLqtoLGCJLP6yYx0q0biRL1ZMH7G ijenT/jTUlNdZ42FZfLko3rQH0uHAh6KyuMX6FWhaQyYeImXmkvqQ0D+wY9UO1c8bfssn900L +sbJ2GrFFBnq6iF2wD9K0Snf/I1ksSMjd3Vr/UN+pTvk5v4aeMu8eZlMjeA+dkWco/OaennIo jBM5kyxIyFB/IJXzhqozylj5otWh/onBFgKemH1wW7DhrdUAizGfPHvwdU9RvxhYMXmPlOj83 fhzSKcun6oDG2d0Ejf4lmdQQ7Y2d9Dvi57K6Dk+s2RlXEQVAHKA7zUfG6ajLEYj29VjD8tsS+ oP461keD6N+3woi6r3u36tTALH9zUG+RibT77Fp2JRrdOIoCK0LmUwmfaf6gKKUZd6z3R+PNw AIP/LYo01H2MLw8lmsRYUFCbNpvvD7ih4Si6lu/6ZWpGjhecy3QYWP8nQBEalIUoc4S5qCunq fu0tWRaXTdAs1RCuLnbzK9mxoks7/4IxwAy2/rCyhBrd1qleRWEHDXsRn3sAZZ9HpB8PUEQta eqkDga9e141w8BDXyeLzS27MRt9E4LNR8++629ipABCeRPYSempWSkqrzo+7NlnH+upM0Xcyv BZzIEPWuYa8s+W8EQqcW1BLCIyoNXwOeg4eul1k5nal1a7PskYgrZtbAvYiGOp368pDfyr0cj IMBGNkpJklsLZBy18c/Gx3zkjTK4shZe5q5BQGOgY+hQ2HlNeo2RvMKADDy8I0wyIK6fFwGuP EucFH02tFCF7rMwq02qYvysDmuqtaPUbBXpD4OoyuZZnGASRgwepTsmMkg6yaSLNtD2WfLckG 4UQlK3VQkmjo60GnB7db1ACGxkstMFtnvwh9IDO6m7Fqv6ljfGl5MGE4Yw6+dFFw/vOWalrmT mro5CvK7pAFOjNGhoVsaK9bh6rH889lwvSgb3RG+03xPfGXrrqiIx/YpD5Ae8LwrMuacufBlu ipbSNIXV/oJyFU= X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41114 Cc: 41114@debbugs.gnu.org, Lars Ingebrigtsen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Tassilo Horn writes: Hi Tassilo, > 1. emacs -Q > 2. (browse-url-emacs "file:///home/horn/.bashrc") ;; Adapt file name. > > The result of the procedure is that `buffer-file-name' is > "file:///home/horn/.bashrc" and `default-directory' is > "file:///home/horn/". > > According to the docs, both variables should be absolute file names, not > URLs. > > The problems with those URLs are at least that: > > - C-x C-f in that buffer will offer a completely broken initial > directory when querying for a file or directory. For me it is > ~/Repos/el/emacs/src/file:/home/horn/file:/home/horn/. > > - When call-process is called from that buffer it'll error that > file:///home/horn/ cannot be set as current directory. While the problem still exists in the emacs-28 branch, it seems to be fixed in master. Perhaps due to commit e06319b39d5, but I don't know. So I propose to close the bug. Best regards, Michael. From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 12:10:02 2022 Received: (at 41114) by debbugs.gnu.org; 12 Mar 2022 17:10:02 +0000 Received: from localhost ([127.0.0.1]:40738 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT5Fh-0007F2-Ra for submit@debbugs.gnu.org; Sat, 12 Mar 2022 12:10:02 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51028) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT5Fg-0007Ei-3P for 41114@debbugs.gnu.org; Sat, 12 Mar 2022 12:10:00 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=RVhMOVGkKREuaCZummlIXpMQXk/QDI6E/E+JRNFm5A8=; b=gDh1beLbq/xCvP7ygtSuCG+Bj6 mCGAp5ue7/id7yA0s8lsRE/mDlwaPPvvmszVbK3yHsn4QpJvsO9X4GJLs/JyheHToQcf/6tyYyg9e JNWBQWgpBD8xrqbz4b3dPe9LqrX7ouAcq0/VFwGA1DSe4sjdVhsPc3kpFm7tDNGh25KE=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nT5FX-0001V3-04; Sat, 12 Mar 2022 18:09:53 +0100 From: Lars Ingebrigtsen To: Michael Albinus Subject: Re: bug#41114: 28.0.50; default-directory & buffer-file-name set to file:// URLs References: <87tv0swy6k.fsf@gnu.org> <878rtfpeyx.fsf@gmx.de> Date: Sat, 12 Mar 2022 18:09:50 +0100 In-Reply-To: <878rtfpeyx.fsf@gmx.de> (Michael Albinus's message of "Sat, 12 Mar 2022 12:50:14 +0100") Message-ID: <87a6dv14ip.fsf@gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Michael Albinus writes: > While the problem still exists in the emacs-28 branch, it seems to be > fixed in master. Perhaps due to commit e06319b39d5, but I don't know. > > So I propose to close the bug. Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41114 Cc: 41114@debbugs.gnu.org, Tassilo Horn X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Albinus writes: > While the problem still exists in the emacs-28 branch, it seems to be > fixed in master. Perhaps due to commit e06319b39d5, but I don't know. > > So I propose to close the bug. So I've now closed it. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 12:10:10 2022 Received: (at control) by debbugs.gnu.org; 12 Mar 2022 17:10:10 +0000 Received: from localhost ([127.0.0.1]:40741 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT5Fq-0007Fj-9y for submit@debbugs.gnu.org; Sat, 12 Mar 2022 12:10:10 -0500 Received: from quimby.gnus.org ([95.216.78.240]:51046) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT5Fo-0007FS-Gi for control@debbugs.gnu.org; Sat, 12 Mar 2022 12:10:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnus.org; s=20200322; h=Subject:From:To:Message-Id:Date:Sender:Reply-To:Cc: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0GGftYEQ80uL12Me06NW3y7gtBLr82B+PT2LNxBDhYo=; b=NPb0I4G95EVXBbVJt7uHL1x+Ff FhUxSpY7+V8mYa5CXAYGLX3gca2wszhjn9dWVD9mB89BJUkGovzPmHssamn+NCB1L8e54d5DhTHwb Y5S9R3CleWF3Z5HkLTr5u3u/IT08+vL7DiiJHsP2V+XtQBeiGesAz+jUokP9bvyvB0As=; Received: from [84.212.220.105] (helo=xo) by quimby.gnus.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nT5Fg-0001VF-Q9 for control@debbugs.gnu.org; Sat, 12 Mar 2022 18:10:02 +0100 Date: Sat, 12 Mar 2022 18:09:59 +0100 Message-Id: <878rtf14ig.fsf@gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #41114 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: close 41114 29.1 quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) close 41114 29.1 quit From debbugs-submit-bounces@debbugs.gnu.org Sat Mar 12 14:26:28 2022 Received: (at 41114) by debbugs.gnu.org; 12 Mar 2022 19:26:28 +0000 Received: from localhost ([127.0.0.1]:40878 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT7Nj-0000Kz-Rm for submit@debbugs.gnu.org; Sat, 12 Mar 2022 14:26:28 -0500 Received: from eggs.gnu.org ([209.51.188.92]:43592) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nT7Ni-0000Ko-PM for 41114@debbugs.gnu.org; Sat, 12 Mar 2022 14:26:27 -0500 Received: from [2001:470:142:3::e] (port=40822 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nT7Nd-0000Qu-EC; Sat, 12 Mar 2022 14:26:21 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-reply-to:Date:Subject:To:From: References; bh=/fGodcu6Scx0tIfNHuLjYRau5hvepQdQcUACIZSKDuc=; b=qLX/ZWY9dh5zc+ JQF2TJ0lfKgTDMkbBzMwLlnUPlQ5Z2nGD3WkBbC0XrT4eNLBGlNtiJO8HKlV43JcjpCx3LSIjmBnC TMJUD2tjwT6XtF9b9igePrap8U8gFSo/qsMBSRdlguJJKFQerUgI4znSAoX7t2BdXX12YkAO4EvhC g2unWJZiELKprxYWQYCFsQJ9t2YWG7rqtpYlwpsLSWsmpQa/zYo7zQRmjqxpEhnxpOP3CVm+Rw15V JoWNjyk3+bsB5jMjgNzChqebp5Sz7Q1KOm5mNJ3Rql798AiHz2b+xetw0b5/P3/h4OAKNGk+1XGLA DlRYoxI/CM+CwUZn4Oug==; Received: from auth1-smtp.messagingengine.com ([66.111.4.227]:55911) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nT7Nc-0006FY-Ie; Sat, 12 Mar 2022 14:26:21 -0500 Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailauth.nyi.internal (Postfix) with ESMTP id 341C827C005B; Sat, 12 Mar 2022 14:26:20 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sat, 12 Mar 2022 14:26:20 -0500 X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddruddvgedguddvgecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpehffgfhvffuffgjkfggtgesthdtredttdertdenucfhrhhomhepvfgrshhs ihhlohcujfhorhhnuceothhsughhsehgnhhurdhorhhgqeenucggtffrrghtthgvrhhnpe evveeikeetkeeviefgfeffiedvteeguddvffeuueduveegtddthedvhfeuveffhfenucev lhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhorhhnod hmvghsmhhtphgruhhthhhpvghrshhonhgrlhhithihqdekieejfeekjeekgedqieefhedv leekqdhtshguhheppehgnhhurdhorhhgsehfrghsthhmrghilhdrfhhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 12 Mar 2022 14:26:19 -0500 (EST) References: <87tv0swy6k.fsf@gnu.org> <878rtfpeyx.fsf@gmx.de> User-agent: mu4e 1.7.9; emacs 29.0.50 From: Tassilo Horn To: Michael Albinus Subject: Re: bug#41114: 28.0.50; default-directory & buffer-file-name set to file:// URLs Date: Sat, 12 Mar 2022 20:25:10 +0100 In-reply-to: <878rtfpeyx.fsf@gmx.de> Message-ID: <87ee37otuv.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41114 Cc: 41114@debbugs.gnu.org, Lars Ingebrigtsen X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Michael Albinus writes: Hi! >> 1. emacs -Q >> 2. (browse-url-emacs "file:///home/horn/.bashrc") ;; Adapt file name. >> >> The result of the procedure is that `buffer-file-name' is >> "file:///home/horn/.bashrc" and `default-directory' is >> "file:///home/horn/". >> >> According to the docs, both variables should be absolute file names, >> not URLs. > > While the problem still exists in the emacs-28 branch, it seems to be > fixed in master. Perhaps due to commit e06319b39d5, but I don't know. Indeed, it is fixed. > So I propose to close the bug. Yes, I see Lars already did so and that's obviously fine with me. Thanks, Tassilo From unknown Fri Jun 20 07:23:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 10 Apr 2022 11:24:04 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator