emacs-howdoyou icon indicating copy to clipboard operation
emacs-howdoyou copied to clipboard

Search and read stackoverflow and its sisters’ sites

Results 8 emacs-howdoyou issues
Sort by recently updated
recently updated
newest added

Please consider adding support for search engines other than google, for the benefit of people who may have permanent / temporary / occasional issues with always using the big G...

When I try to use the package, I get: ``` howdoyou-promise-answer: Invalid function: ((t) (msg &optional &rest args) "Print MSG message and prepare window for howdoyou buffer." (let ((my-buffer (howdoyou--get-buffer)))...

+ This feature is useful for not 'losing' a potentially useful result while scanning for others, and for comparing results side-by-side. + Creates defcustom howdoyou-single-buffer + Creates defvar howdoyou--current-buffer +...

+ This feature is useful for not 'losing' a potentially useful result while scanning for others, and for comparing results side-by-side. + Creates defcustom howdoyou-single-buffer + Creates defvar howdoyou--current-buffer +...

A function such as the following might be useful for others: ``` (defun howdoyou-change-count (&optional arg) "Reloads current page with max ARG answers." (interactive "nReload current page with how many...

At first, thank you, for your work! It would be very handy to see all titles of fetched links in helm (or in any other completion framework) and select one...

Hi , thanks for this great package! I am curious why the buffer `*How Do You*` is not readonly. Is there any other reason?

While working on #2, I noticed that there may be some duplicates in results of a search. - Search for "How do I check whether a file exists without exceptions";...