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

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

bug#42429: 28.0.50; browse-url-of-dired doesn't work on directories


From: Lars Ingebrigtsen
Subject: bug#42429: 28.0.50; browse-url-of-dired doesn't work on directories
Date: Sun, 19 Jul 2020 21:29:57 +0200

To reproduce:

C-x C-f /tmp
Go to the "." directory
M-x browse-url-of-dired-file

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  file-truename(nil)
  find-file-noselect-1(#<buffer tmp<4>> "file:///tmp" nil nil "/tmp" (24379393 
66306))
  find-file-noselect("file:///tmp" nil nil nil)
  find-file-other-window("file:///tmp")
  browse-url-emacs("file:///tmp" nil)
  apply(browse-url-emacs "file:///tmp" nil)
  browse-url("file:///tmp")
  browse-url-of-file("/tmp")
  browse-url-of-dired-file()
  funcall-interactively(browse-url-of-dired-file)
  call-interactively(browse-url-of-dired-file record nil)
  command-execute(browse-url-of-dired-file record)
  execute-extended-command(nil "browse-url-of-dired-file" nil)
  funcall-interactively(execute-extended-command nil "browse-url-of-dired-file" 
nil)
  call-interactively(execute-extended-command nil nil)
  command-execute(execute-extended-command)

The question is...  should this work?  There's this commit from 2011,
which seems to suggest that it should?

But I have no idea what it's supposed to do.  Just pop up a dired
buffer?  It's an odd thing to support.

commit 2a86a00c4fbd998fedf778c65764f607f7da1855
Author:     Ralph Schleicher <rs@ralph-schleicher.de>
AuthorDate: Sun May 8 14:34:51 2011 -0400
Commit:     Chong Yidong <cyd@stupidchicken.com>
CommitDate: Sun May 8 14:34:51 2011 -0400

    Expand file names during browse-url-of-dired-file (Bug#8259).
    
    * lisp/net/browse-url.el (browse-url-of-dired-file): Allow browsing of
    special file names `.' and `..'.




In GNU Emacs 28.0.50 (build 8, x86_64-pc-linux-gnu, GTK+ Version 3.24.20, cairo 
version 1.16.0)
 of 2020-07-19 built on xo
Repository revision: 17f646128f04e9e8590f0371026a14d516f21c63
Repository branch: master
Windowing system distributor 'The X.Org Foundation', version 11.0.12008000
System Description: Debian GNU/Linux bullseye/sid


-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no






reply via email to

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