helpful icon indicating copy to clipboard operation
helpful copied to clipboard

A better Emacs *help* buffer

Results 135 helpful issues
Sort by recently updated
recently updated
newest added

Currently it's not clear which variables are risky or buffer-local once set. See `imenu-create-index-function` for an example.

This is an Emacs convention for avoiding hyperlinks: https://www.gnu.org/software/emacs/manual/html_node/elisp/Documentation-Tips.html We could maybe fontify it though. See `-map-indexed` in the most recent dash.el as an example.

When I do a lookup on certain functions I consistently get this error. One example is `org-edit-special`: ``` Debugger entered--Lisp error: (args-out-of-range 0 10) replace-match(#("ffap" 0 4 (button (t) category...

For example, from `paredit-backward-slurp-sexp`: ``` Key Bindings paredit-mode-map paredit-mode-map C-( paredit-mode-map ESC ``` The third keybinding here is redundant.

(originally at https://www.reddit.com/r/emacs/comments/6x2pnx/helpful_adding_contextual_help_to_emacs/dmddom3/ ) I'm not sure if this is a bug or just something that's impossible to do, but there's no location info on `my-foo` when you do `emacs...

Well this package seems nice. Seeing as it is for Emacs Lisp reference, are you planning to put it into the GNU ELPA archive?

Hi, Thanks for your work on helpful! I'm getting the test failure (helpful version is 0.19) when testing against GNU Emacs 28.1 (installed from the Debian archive, package version is...

This patchset adds a button to Helpful buffers displaying non-callables (variables) to reset the value to its standard value when the current value differs. ![image](https://user-images.githubusercontent.com/131893/218776792-eba95be4-0ae8-4ec4-8807-17447c13c9b6.png) After acting on `Reset`: ![image](https://user-images.githubusercontent.com/131893/218776879-d3160150-e28e-4e9f-82bf-27117027479d.png)

... for navigating to Customize, info and source, respectively. There is a listing of user-implementable code for `i` (info) in the discussion issue #263 about inheriting from help-mode.