imp.el
imp.el copied to clipboard
Pages inaccessible with uniquify enabled in a specific setup
Steps to reproduce
- Enable
uniquify(a package which automatically renames the buffer names to make them unique in a sensible way). -
(setq uniquify-buffer-name-style 'forward) - Open
~/dir1/example-fileand~/dir2/example-file. - Enable
impatient-modein~/dir1/example-file. - Try to access it in a web browser.
What happens
The requested URL is forbidden.
error: Buffer dir1 is private or doesn't exist.
What was expected
The file's contents should be displayed.