all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#44697: 27.1; Some typos in the Emacs Lisp (info) manuald
       [not found] <1248023439.6178613.1605555970881.ref@mail.yahoo.com>
@ 2020-11-16 19:46 ` Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
  2020-11-16 23:17   ` Lars Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors @ 2020-11-16 19:46 UTC (permalink / raw)
  To: 44697

[-- Attachment #1: Type: text/plain, Size: 1247 bytes --]

Emacs Maintainers,

  1. In (elisp) Edebug Misc, the manual states that ‘C-]’
  is mapped to ‘abort-recursive-edit’.  While this is
  correct, that mapping is in the global-map.  In
  edebug-mode-map, ‘a’ is mapped to
  ‘abort-recursive-edit’.  Also, the Edebug menu item for
  “Abort” lists ‘a’, and the documentation string for
  edebug-mode lists ‘a’ as mapped to
  ‘abort-recursive-edit’.

  2. Also in (elisp) Edebug Misc, the manual states that
  ‘d’ is mapped to the function ‘edebug-backtrace’.  There
  is no function with this name in edebug.el.  In Edebug
  mode, ‘d’ is mapped to ‘edebug-pop-to-backtrace’.

  3. In the Edebug/Views sub-menu, “View Outside Windows”
  is mapped to ‘P’ (capital ‘p’), while (elisp) Edebug
  Views states that ‘v’ is mapped to
  ‘edebug-view-outside’.  In fact, both ‘P’ and ‘v’ are
  mapped to this function in Edebug mode.  Either the
  manual should match what the sub-menu entry says, or the
  sub-menu entry should be changed to match what the elisp
  manual says.  (Or, both should mention both keys, if
  there is a reason to map both keys to the function.)

---


[-- Attachment #2: Type: text/html, Size: 4493 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#44697: 27.1; Some typos in the Emacs Lisp (info) manuald
  2020-11-16 19:46 ` bug#44697: 27.1; Some typos in the Emacs Lisp (info) manuald Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
@ 2020-11-16 23:17   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Ingebrigtsen @ 2020-11-16 23:17 UTC (permalink / raw)
  To: Mark Harig; +Cc: 44697

Mark Harig <idirectscm@aim.com> writes:

> Emacs Maintainers,
>
>   1. In (elisp) Edebug Misc, the manual states that ‘C-]’
>   is mapped to ‘abort-recursive-edit’.  While this is
>   correct, that mapping is in the global-map.  In
>   edebug-mode-map, ‘a’ is mapped to
>   ‘abort-recursive-edit’.  Also, the Edebug menu item for
>   “Abort” lists ‘a’, and the documentation string for
>   edebug-mode lists ‘a’ as mapped to
>   ‘abort-recursive-edit’.

I've now changed the manual in Emacs 28 to mention both.

>   2. Also in (elisp) Edebug Misc, the manual states that
>   ‘d’ is mapped to the function ‘edebug-backtrace’.  There
>   is no function with this name in edebug.el.  In Edebug
>   mode, ‘d’ is mapped to ‘edebug-pop-to-backtrace’.

Ditto.

>   3. In the Edebug/Views sub-menu, “View Outside Windows”
>   is mapped to ‘P’ (capital ‘p’), while (elisp) Edebug
>   Views states that ‘v’ is mapped to
>   ‘edebug-view-outside’.  In fact, both ‘P’ and ‘v’ are
>   mapped to this function in Edebug mode.  Either the
>   manual should match what the sub-menu entry says, or the
>   sub-menu entry should be changed to match what the elisp
>   manual says.  (Or, both should mention both keys, if
>   there is a reason to map both keys to the function.)

I've changed the manual to mention both.  

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-16 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1248023439.6178613.1605555970881.ref@mail.yahoo.com>
2020-11-16 19:46 ` bug#44697: 27.1; Some typos in the Emacs Lisp (info) manuald Mark Harig via Bug reports for GNU Emacs, the Swiss army knife of text editors
2020-11-16 23:17   ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.