vedang / pdf-tools

Emacs support library for PDF files.
https://pdftools.wiki
GNU General Public License v3.0
643 stars 90 forks source link

Ask for a file name on save if buffer provides none #178

Closed akater closed 1 year ago

akater commented 1 year ago

When visiting a pdf file downloaded by eww, buffer-file-name returns nil so the file can't be saved. I think it's OK to always ask user for a file name if buffer doesn't have it.

vedang commented 1 year ago

Thanks, I've merged the commit in!