[emacs-w3m:13486] [emacs-w3m/emacs-w3m] bookmark title bug (#57)
Boruch Baum <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/[email protected]> |
Function w3m-bookmark-add-all-urls in file w3m-bookmark.el ~line 368 sets a variable title, but then doesn't use it. It should be used by the call to the nearby function w3m-bookmark-write-file. There's no need to use it in the nearby w3m-message since w3m-current-url is already being displayed there. I discovered this when working on PR #56, which needs to make other changes to that function, so the fix is there. If you plan on merging that PR, then when you do this issue can be closed; otherwise do you want a separate PR just for this? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/emacs-w3m/emacs-w3m/issues/57