Lars Ingebrigtsen writes: > I don't think this is an ideal way to fix this command -- using error > handling to do control flow is usually the wrong thing to do, and it > makes debugging difficult. What if there's a real bug in > eww-bookmark-prepare? > > Instead eww-list-bookmarks should just do the > > (eww-read-bookmarks) > (unless eww-bookmarks > (user-error "No bookmarks are defined")) > > bit, I think. It might mean rearranging some stuff in eww-next-bookmark > etc, though. Thanks, good point. Does the attached patch look better? Best regards, Stefan Kangas