impatient-mode icon indicating copy to clipboard operation
impatient-mode copied to clipboard

Allow slash in buffer name

Open cole-brown opened this issue 1 year ago • 1 comments

I have buffer names like:

  • impatient-mode:/…/README.md
  • emacs:/…/unique/path/file.el
  • emacs:/…/also/file.el

These buffers could not be displayed by impatient-mode due to how the buffer name was passed around in the URL. This fixes the encoding/decoding/parsing of the URL to allow for such buffer names.

cole-brown avatar Sep 28 '23 18:09 cole-brown

Thanks to your fix ! I think https://github.com/skeeto/impatient-mode/issues/18 is related to this bug. @skeeto

liuyinz avatar Jun 25 '24 19:06 liuyinz